Hi,
How to configure cronjob to send email after system startup? Maybe is there easier solution than cronjob, to send email after startup system? Please, show me it.
I transfered a Backupserver from FreeBSD-9.3 to Freenas-9.3. A custom rsync-script ist synchronising data to the freenas and should send a mail. I used /usr/bin/mail -s "" "" < "". But no mail ist send. [root@baal5] ~# /usr/bin/mail -d -s test test@test.com < /var/log/backup.log-2015-05-06...