Sending mail to SMTP from command line

Simon Dick simond at irrelevant.org
Tue Jan 24 01:54:38 PST 2006


On Mon, 2006-01-23 at 18:20 -0800, Ulf Zimmermann wrote:
> One option is like running sendmail -q from cron every 15 minutes. So if
> you use sendmail to send something, it fails on first try, it puts it in the
> queue and the cronjob will try to deliver it again.

Or set sendmail_flags="-q15m" to tell sendmail to run in the background
but retry sending it's queue every 15 minutes, saves doing it via
cron :)

-- 
Simon Dick <simond at irrelevant.org>



More information about the freebsd-isp mailing list