On Wed, 19 Oct 2005, Paulo Andre wrote: > Email received for a certian domain is being relayed to another server. When > the destination server is down the email sits on the queue, but when the > destination server is back up the email does not get sent, unless I at least > send one email for that domain using "exim -v -M $ID". > Is there a way that I can get the emails for that domain to get sent > automatically.
Ensure your Exim daemon is running the queue periodically (exim -q5m). If delivery to a host is delayed longer than you would like after it comes back, adjust your retry configuration. If you want to prod the queue manually, use exim -Rf domain. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
