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

Problem with "Force delivery (SMTP only)"

Hi All,

We recently switched our Mailserver and the ASL catched all the external Mail in the downtime. When the Mailserver was back up 20 hours later the Proxy Content Manager has buffered over 400 Mails including some Testmails from my Webmail-Account. 

To test the SMTP Delivery i simply marked one of my Testmails and selected "Force delivery (SMTP only)"... 
To my supprise ASL delivered all 400+ Mails at once!
(*  [:O] *)

Fortunately all SMTP Settings were right so all Mails got delivered correctly. 

Why did ASL delivered all Mails at once? Only one was marked! Was it simply bad Timing? Isn´t the retransmit Time calculated per Mail (so that a "fresh" Mail would be delivered sooner than a "sitting for 20 Hours" Mail)? or is it "Just a Bug"?

Any Ideas?????


This thread was automatically locked due to age.
Parents
  • ASL stops to deliver emails, if the emailserver was not reachable for a long time. If the emailserver is available again, ASL will send emails after some minutes/hours. The time ASL waits before sending depends on the time the mailserver was down. The lock which prevents ASL from sending emails immediately is located at /var/chroot-smtp/spool/db/. To remove the lock, just flush the directory and restart SMTP:
    rm -f /var/chroot-smtp/spool/db/*
    /var/mdw/scripts/smtp restart

    I assume it was just a bad timing. On my ASL the function works fine.

    Xeno
Reply
  • ASL stops to deliver emails, if the emailserver was not reachable for a long time. If the emailserver is available again, ASL will send emails after some minutes/hours. The time ASL waits before sending depends on the time the mailserver was down. The lock which prevents ASL from sending emails immediately is located at /var/chroot-smtp/spool/db/. To remove the lock, just flush the directory and restart SMTP:
    rm -f /var/chroot-smtp/spool/db/*
    /var/mdw/scripts/smtp restart

    I assume it was just a bad timing. On my ASL the function works fine.

    Xeno
Children
No Data