2011-09-03 18:39, Brett Glass skrev:
I'm setting up a FreeBSD appliance that won't be running a mail daemon.
I'd like the at(8) command to be there for scheduling of commands, but
do not see any way to prevent it from trying to send mail after it
executes a command. (There's not even a command line option that says
"do not mail," or at least I can't find one.) Am I missing something, or
does at(8) always expect to be able to send mail? If so, would it be
worth implementing an atrun.conf configuration file that makes it
optional and possibly sets other defaults for at(8)?


This is quick AND dirty

Put this in your crontab:

MAILTO=""

N.B You will not get ANY mail from cron jobs!
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to