Mik,

> sa is called by amavis-new in dual sendmail configuration.
> i need to be sure that no spam check is performed on
> my domain and it's subdomains.

> If i add the line $sa_whitelist_from in the
> /etc/amavisd.conf i get
> Global symbol "$sa_whitelist_from" requires explicit
> package name

There is no such parameter in amavisd.conf.
Look at @whitelist_sender_maps
or (better): @score_sender_maps

Keep in mind thar sender e-mail address can be faked,
so whitelisting based on sender address is not recommended.
Better option is to set up a separate MTA path for
mail submitted from inside, if it must not be checked.

> i've added in amavisd.conf the line
> @bypass_spam_checks_acl = qw ( mydomain.it )
>
> but the spam check is still performed.

@bypass_spam_checks_acl works on recipient address.
I doubt you had this in mind (to spam check
only outgoing mail, and not incoming).

  Mark


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
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/

Reply via email to