-
Notifications
You must be signed in to change notification settings - Fork 179
Q1405
Nigel Metheringham edited this page Nov 29, 2012
·
2 revisions
I have an ISDN connection and would like a way of running the queue automatically when it is up.
The following shell commands test for the interface being up and then run the queue:
ifconfig ppp0 | fgrep UP >/dev/null
if [ $? -eq 0 ] ; then exim -q ; fi
You could put these commands into a script which runs them at regular intervals. You might want to use -qq instead of -q. With Linux, the script /etc/ppp/ip-up is run after a ISDN connection or a more general PPP connection has been established. If you are using Linux, you could put the call to Exim in that script.
- When I'm not connected to the Internet, how can I arrange for mail to
- I have a dial-up machine, and I use the
queue_smtp_domains
option so - How should Exim be configured when it is acting as a temporary storage
- I have
queue_domains
orqueue_smtp_domains
set, and use -qf to - I have an ISDN connection and would like a way of running the queue
- When I dial up to collect mail from my ISP, only the first 10 messages
- RFC 1985 specifies that the SMTP command
ETRN host.domain
causes all - If email has been deferred to a member on a local mailing list
- I would like to have a separate queue per domain for hosts which dial in