I have my IIS6 SMTP server with default retry settings of 15 min, 30 min, etc. but under some circumstances it keeps retrying every minute (or less). How can I fix this?
I have seen it retry correctly (15 mins) after a
451+Temporary+Policy+Rejection+-+Please+try+later 0
But it looks like these puppies cause the problem:
2013-03-12 22:17:19 - - 451+Greylisted,+please+try+again+in+300+seconds 0
I did read somewhere that too-fast retries can be caused by DNS problems on the receiving end.
Excerpt from logs:
2013-03-12 22:17:19 RCPT - TO:<problem-email-address-obscured@x.x> 0
2013-03-12 22:17:19 - - 451+Greylisted,+please+try+again+in+300+seconds 0
...
2013-03-12 22:18:20 RCPT - TO:<problem-email-address-obscured@x.x> 0
2013-03-12 22:18:20 - - 451+Greylisted,+please+try+again+in+239+seconds 0
...
2013-03-12 22:18:47 RCPT - TO:<problem-email-address-obscured@x.x> 0
2013-03-12 22:18:47 - - 451+Greylisted,+please+try+again+in+211+seconds 0
...
2013-03-12 22:19:49 RCPT - TO:<problem-email-address-obscured@x.x> 0
2013-03-12 22:19:49 - - 451+Greylisted,+please+try+again+in+150+seconds 0