Jorge Salamero Sanz a écrit :
hi all,

i've this fetchmail configuration, i redirect all my email in fooserver to my account in myhost.tld:

set postmaster "[EMAIL PROTECTED]"
set bouncemail
set no spambounce
set properties ""
set daemon 60

poll fooserver.tld with proto POP3
user 'luser' there with password 'luser' is '[EMAIL PROTECTED]' here

mails sent to [EMAIL PROTECTED] are being scanned properly by amavis-new but the ones redirected by fetchmail are not.

in amavis.conf:

$mydomain = 'myhost.tld';
@local_domains_acl = ( "$mydomain" )

how can i get fetchmailed emails scanned ?

amavisd-new only scans mail it gets. so
1- first thing is to make sure your fetchmail submits mail to your MTA (or to amavisd-new, but MTA is better). 2- Then make sure your MTA filters mail even if it is received from localhost (if you don't want this, then add "smtphost $your_pub_ip" so that fetchmail sends mail to $your_pub_ip....)

until then, you can only get a policy bank-rupcy;-p



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&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