Zitat von Luigi Rosa :
The main goal is to deliver to ISP SMTP the mail rejected by destination MTA
because it thinks that my MTA is not reliable and the causes of this
rejection cannot be solved.
try smtp_fallback_relay and maybe soft_bounce
Andreas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I was wondering if it could be implemented (and if it wise to do it) a sort of
conditional transport
Something like:
try {
normal delivery
} catch (SMTP 4xx) {
requeue for 8 hours
} catch (SMTP 5xx || on_queue > 8 ho