Luc MAIGNAN wrote: > Unfortunaly, I've setup -999 to sa_tag_level and it doesn't work. > My problem is perhaps on the configuration of local_domains_acl. Which > value have I to put ?
value for $sa_tag_level is OK. In @local_domains_maps you should list your "local domains" for which you receive emails - similar to the postfix settings mydestination, virtual_alias_domains, virtual_mailbox_domains and/or relay_domains. Example: $mydomain = 'example.com'; @local_domains_maps = ( [ ".$mydomain", 'example.net' ] ); This also affects the notification for recipients if you enable it for viruses,spam ($warnvirusrecip,$warnbannedrecip...). Standard is "disabled" - no recipient notification is send. -- Daniel ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ 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/