Cron

From DWIKI
Revision as of 08:39, 19 January 2026 by Tony (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

 

FAQ

Mail from anacron daily, weekly etc

Change from address

(in case of mailutils?) try ~/.mailrc:

set name="My Full Name"
set from="[email protected]"


Change subject of cron mail

10 10 * * * myjob 2>&1 | mailx -E -s "my subject" $LOGNAME