Hi I have a patch (against CVS code) that should make SMTP AUTH, STARTTLS and SPF usable as ACL clauses, but I don't have the proper setup to test it. Someone wants to give it a try? If it's reported to work, I'll commit it, else it will get lost... http://ftp.espci.fr/shadow/manu/acl.diff This adds three keywords for ACL clause: auth "foo" match if user foo suceeded SMTP AUTH tls "foo" match if DN foo suceeded STARTTLS spf match if the message is SPF compliant. auth and tls can be used with regexp and in lists. Using auth or tls imply that global SMTP AUTH and STARTTLS whitelisting is disabled. Using spf imply that global SPF whitelisting is disabled. -- Emmanuel Dreyfus manu@...
Message
ACLified SMTP auth, STARTTLS and SPF (call for testers)
2007-01-05 by Emmanuel Dreyfus