On 7/28/10, Luc MAIGNAN wrote: > Hi, > > still no way for me to let my whitelist work with > bypass_banned_checks_maps... > > Has anyone an idea and/or a example that works ??? > > Many thanks
When you say "my whitelist", are you referring to a list of sender addresses? If so, what format is your whitelist in? Provide sample or explain. There a number of ways to create a whitelist. You need to be much more explicit in what it is you are trying to accomplish. Are you trying to allow senders to be able to bypass banned checks? If so, that is not what you said. You said "to whitelist all banned that are sent to this email address". That means recipients. bypass_banned_checks_maps works for recipients, not senders. If you are talking about senders, then read #6 and #7 in this document: http://www200.pair.com/mecham/spam/bypassing.html Example #6 is not secure. Example #7 is more secure. > Le 22/07/10 03:53, Gary V a écrit : > > On 7/21/10, Luc MAIGNAN wrote: > >> Hi, > >> > >> I configure amavisd.conf as : > >> > >> @bypass_banned_checks_maps = ( {'[[email protected]]' => 1,}); > >> > >> to whitelist all banned that are sent to this email address/ But > >> unfortunaly, it doesn't work... > >> > >> Is it the good method ? > >> > >> If yes, what's wrong ? > >> > >> Thanks for any help > >> > >> BR > > Try: > > @bypass_banned_checks_maps = ( [qw( [email protected] )] ); > > > > This syntax is like the sample provided in amavisd.conf-sample > > You need to show evidence of what it happening. "It doesn't work" does not substitute for evidence. A useful tool is to place the sender in @debug_sender_maps and send a test message then show the detailed log entries. # If sender matches ACL, turn debugging fully up, just for this one message #...@debug_sender_maps = ( ["test-send...@$mydomain"] ); #...@debug_sender_maps = ( [qw( [email protected] [email protected] )] ); -- Gary V ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user Please visit http://www.ijs.si/software/amavisd/ regularly For administrativa requests please send email to rainer at openantivirus dot org
