dnte
(usa Debian)
Enviado em 21/09/2015 - 17:41h
Prezados usuários,
I. Não paro de receber emails da cron mesmo depois de colocar o null no fim da linha.
II. Essa é minha cron
MAILTO=""
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly > /dev/null 2>&1
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily > /dev/null 2>&1
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) > /dev/null 2>&1
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) > /dev/null 2>&1
00 1 * * * root rsync -Cravzp /dg/grava/gravados/ /mnt/reserva/var/www/gravacao/gravados/ > /dev/null 2>&1
59 * * * * root ntpdate -u 10.193.4.75 > /dev/null 2>&1
00 3 * * * root /var/backup/script_backup.sh
O próprio script sh da última linha já tem incluso em seu conteúdo o comando mail então manda email certinho do jeito que quero.
configurei o smtp para um externo com pacote ssmtp.
os emails são:
email 1
assunto: Cron <smmsp@xxx> test -x /etc/init.d/sendmail && /usr/share/sendmail/sendmail cron-msp
conteúdo: /usr/share/sendmail/sendmail: 1248: /usr/sbin/sendmail-msp: not found
email 2
assunto: Cron <root@grav-ipt> ntpdate -u 10.193.4.75
conteúdo: 21 Sep 15:59:02 ntpdate[24854]: adjust time server 10.193.4.75 offset -0.182060 sec
esse servidor é Ubuntu 10.04.4 LTS
rodei service cron reload, restart, stop, start e shutdown -r now e nada.
agradeço a ajuda