I am ruunig postfix and MailScanner as a Mailgw on Centos 4.5. I want to know what is default warntime in Postfix?
I.e - *what's the equivalent to sendmail's Timeout.queuewarn in POSTFIX ? .
ANY IDEAS? ***
I think it is delay_warning_time .. so to work like sendmail which sends a warning after 4 hours of failed delivery would be:
delay_warning_time=4
Barry