Hello, I am trying to configure Amavis to answer my needs but I cannot find the appropriate solution.
We are using Postfix/Amvis with our application and want the following behavior : 1 - Users can send mail from the application to whatever mail adress to the internet : Amavis is doing the virus checking and the sent mail bypass the spam checking using a MYNETS policy bank. This is working as we want. 2 - Users can received mail only from a liste of specified mail address. This list is user specific and is stored on a mysql database. The database is as follow : - table users : USER_ID, MAIL (user_id internal adress mail used by the application) - table users_wlist : USER_ID, MAIL_WLIST (mail adress that can send a mail to this user) If the sender adress is not on the recipient white list, the mail is refused and returned to the sender. If the mail is accepted a virus check is done and the mail is delivered to the application. I have searched on differents tutorials and on this mailing list for a solution but cannot find it. I would be glad to receive your input on that. -- Franck ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/