--- Jorge Salamero Sanz <[EMAIL PROTECTED]> wrote:

> 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 ?

Jorge,

I have a similar setup except that I am having fetchmail send to a second
MTA in my network.  So it gets sent *after* being scanned by the first MTA
(running amavisd-new).  Try specifying just the luser and not the domain
part and check your maillog for any errors.

poll fooserver.tld protocol POP3:
     user 'luser',
     password 'luser',
     is 'myuser' here;

You probably need to tell your MTA to allow local delivery.  Furthermore,
you may want to divulge what MTA you are using.

--
Peter


        

        
                
__________________________________________________________ 
Find your next car at http://autos.yahoo.ca


-------------------------------------------------------
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_id=7637&alloc_id=16865&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