Michael Scheidell wrote:
>  
>> How do you justfy the fact that from time to time I have:
>>
>> status=deferred (delivery temporarily suspended: connect to
>> 127.0.0.1[127.0.0.1]: Connection refused)
>>
>> in maillog after restarting Amavisd-new?
>>
> You might try something like this when starting amavisd-new.  A compromise
> between postfix flush, and just waiting: looks for deferred email with regex
> pattern 127.0.0.1.  Should help.
> 
> find /var/spool/postfix/deferred -type f \
> -exec grep -H '127.0.0.1.:10024' {} \; | cut -f 3 -d "/" \
> | cut -f 1 -d ' ' | postsuper -r -
> 


The above is not good general advice since its effect depends 
on the local configuration.

When you requeue a message with "postsuper -r" the 
content_filter setting of the postfix "pickup" service is used.

Many people disable the content_filter on the pickup service 
to avoid filtering locally submitted mail, in which case 
requeueing effectively tells that message to bypass the 
content_filter.


-- 
Noel Jones

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
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