Roland, > Is it possible to log sasl_username from SASL-authentication of postfix > to amavisd-new storage_sql databases? > When a user sends mail he must authenticate. I'd like to log this > information (username) to amavisd SQL databases.
Postfix does not make this information available to a content filter over XFORWARD command, nor in a mail header. You would have to write a small Postfix policy delegation server, capture the information and somehow stash it into mail, then extract it in amavisd and write to SQL. It is certainly doable, probably not too difficult. Mark ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
