mail greylisted remain in queue

fabbietto

Verified User
Joined
Mar 2, 2010
Messages
18
Hi,

i have a problem sending mail to server that use greylisting,mail on my server remain in mail queue but exim never try to resend them,so remain always there.

If i force "retry" mail is sent normally,exim.conf file is the last in file.directadmin.com with this configuration.

begin retry

* * F,2h,15m; G,16h,1h,1.5; F,4d,8h

exim 4.73

thanks in advance
 
Try this

Code:
begin retry

*                      data_452   F,2h,15m; G,16h,1h,1.5; F,4d,8h
*                      mail_452    F,2h,15m; G,16h,1h,1.5; F,4d,8h
*                      rcpt_452    F,2h,15m; G,16h,1h,1.5; F,4d,8h
*                      *              F,2h,15m; G,16h,1h,1.5; F,4d,8h
 
Last edited:
Hi, I have the same problem as fabbietto when I write this in the exim.conf

Code:
begin retry

*                      data_452   F,2h,15m; G,16h,1h,1.5; F,4d,8h
*                      mail_452    F,2h,15m; G,16h,1h,1.5; F,4d,8h
*                      rcpt_452    F,2h,15m; G,16h,1h,1.5; F,4d,8h
*                      *              F,2h,15m; G,16h,1h,1.5; F,4d,8h


nothing changes. but when I restart exim go all mails out, has anybody an idea what could be?

exim 4.73

Best Regards

Thomas
 
Last edited:
Back
Top