diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2010-01-05 18:37:38 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2010-01-05 18:37:38 (GMT) |
commit | 4ced2406d803db915697cd93f7af69e31f299dfd (patch) | |
tree | 64c9af83d05ce374a77ffd008529e459872805d8 | |
parent | 80ca23645c43540445606d5042c6411b24bb9120 (diff) | |
download | perl-Kolab-4ced2406d803db915697cd93f7af69e31f299dfd.tar.gz |
MFB: kolab/issue1340 (RFC: restrict users to sending mail only to internal recipients)
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -59,6 +59,19 @@ * lib/Kolab/LDAP.pm (createObject): kolab/issue1448 (Users might add an account on the nonHome Server and write emails in there.) + * bin/kolab_smtpdpolicy.in (check_restricted_sender): + kolab/issue1340 (RFC: restrict users to sending mail only to + internal recipients) + +2009-12-04 Gunnar Wrobel <wrobel@pardus.de> + + * bin/kolab_smtpdpolicy.in (check_restricted_sender): + kolab/issue1340 (RFC: restrict users to sending mail only to + internal recipients) + + Only the first stub that reacts solely to "-" (Denying all + recipients). + 2009-11-24 Gunnar Wrobel <wrobel@pardus.de> * Makefile.PL: kolab/issue3952 (Version in kolabconf is not |