Hello! Thanks for your help! worked perfectly.
For the whitelists? can I use spamassassins config file? or is it better to do it inside amavisd.conf? On Wed, 2008-11-19 at 11:50 +0100, achraf tangui wrote: > Hi > > I'll answer the second part of you question, > > >And I want to have notifications sent to my postmaster address for > every > >spam and virus infected mail that is 'caught' > > IMHO, this can be done easily by setting this in you config file: > $spam_admin = '[EMAIL PROTECTED]'; > $virus_admin = '[EMAIL PROTECTED]'; > $banned_admin = '[EMAIL PROTECTED]'; > > you can also have the infected email to be sent to some email address > set this : > ###tel amvis how to quarantine## > $virus_quarantine_method = 'local:'; > $spam_quarantine_method = 'local:'; > $banned_files_quarantine_method = 'local:'; > > ###where### > $virus_quarantine_to ='[EMAIL PROTECTED]'; > $spam_quarantine_to = '[EMAIL PROTECTED]'; > $banned_files_quarantine_to = '[EMAIL PROTECTED]'; > ### > > check this http://www.ijs.si/software/amavisd/amavisd-new-docs.html > for policies, including whitlelisting. > Achraf > > > 2008/11/19 Coert Waagmeester <[EMAIL PROTECTED]> > Hello all, > > I have a successful working install of amavisd-new. > > I do not know Perl at all, although I can more or less > understand how > the config files work. > > I have a setup with postfix and dovecot, where all > authentication > happens from LDAP. > > Is it necessary for me to have amavis connect to the LDAP as > well? > > > I want to be able to somewhere make a list of whitelisted > addresses. > > And I want to have notifications sent to my postmaster address > for every > spam and virus infected mail that is 'caught' > > What would be the best way of doing this? > > Do you want me to send through my amavisd-new config file? > > Kind regards, > Coert > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge > Build the coolest Linux based applications with Moblin SDK & > win great prizes > Grand prize is a trip for two to an Open Source event anywhere > in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > 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/ > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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/
