On Wed, May 09, 2001 at 04:55:59PM +0100, Philip Reynolds wrote:
> :>while [ "$(mailq)" != "Mail queue is empty" ] ;
> :>do
> :> sleep 1
> :>done
>> ---------------
> #!/bin/sh
>> # Start deliveries.
> /usr/sbin/sendmail -q
>> # Allow deliveries to start.
> sleep 10
>> # Loop until all messages have been tried at least once.
> while mailq | grep '^[^ ]*\*' >/dev/null
> do
> sleep 10
> done
I don't see that this has any advantage in elegance over my solution, which
was all I was looking for.
> Surely you can stick "sendmail -q" in your internet/dialup scripts?
I could, though I don't. This is specifically for dialling in during the day
only to collect mail, which I want to take as little time as possible i.e.
connect, collect, disconnect.
> Apart from that,
> defer_transports = smtp
> should be defined in main.cf
It is.
Niall
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!