This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Store time smtp proxy

Hi!

For how long does the SMTP-Proxy store inbound mails?

Background: We need to replace the mailserver which ASL sends the mails to (after virus- and spamchecking). We can't afford a single mail to be sent back because of a non existent smtp route destination. So, how much time do we have to replace the mailserver?


This thread was automatically locked due to age.
  • maybe you should read something about the SMTP protocol and the RFC about that... think we could not give basic suport here, thats basic knowledge about SMTP.. every mailsever or proxy should use it.. (the proxy is nothing else : a mailsever)
    in astaro 5.1 you can setup a message age also.

    and that tells me... RTFM
  • I don't have the precise answer to that question, but I do know that most relays sending the mail will tolerate a 4 hour outage. That's not RFC, just a convention on the 'net.
  • dangerous smattering here as well, but 4 hours seems a bit short.

    we physicaly moved our exchange backend from one datacenter to another, with an outage of approx. 16 hours and no mail was lost.

    i think the sender will get notified after 4 hours that his mail is delayed. 

    i guess that the relay will try 4 to 7 days before finaly giving up and send back an error to the sender...
  • Default is 4 days I think.
  • Have a look at /var/storage/chroot-smtp/etc/exim.conf:

    ignore_bounce_errors_after = 2d
    timeout_frozen_after = 7d

    AFAIK it will try for seven days...

    techno.kid