alors:
j'ai bien crontab qui tourne
root@kpoman killer # ps aux | grep cron
root 4610 0.0 0.1 1444 592 ? S 08:56 0:00 /usr/sbin/crond
root@kpoman killer #
|
ma crontab en question c'est:
root@kpoman killer # crontab -l root
# /etc/crontab
# 20 Apr 2002; Thilo Bangert <bangert@gentoo.org>
# $Header: /home/cvsroot/gentoo-x86/sys-apps/dcron/files/crontab,v 1.4 2002/04/27 21:46:45 bangert Exp $
# fcron || dcron:
# This is NOT the system crontab! fcron and dcron do not support a system crontab.
# to get /etc/cron.{hourly|daily|weekly|montly} working with fcron or dcron do
# crontab /etc/crontab
# as root.
# NOTE: This will REPLACE root's current crontab!!
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
*/15 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons
0 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
0 0 * * * rm -f /var/spool/cron/lastrun/cron.daily
0 0 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
0 0 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
0 */3 * * * /root/xplanet/get_clouds.sh # on update les nuages et l'image
*/5 * * * * DISPLAY=localhost:0 /root/xplanet/update_bkgimg.sh
# on update l'image
0 */6 * * * #updatedb # on update
aussi la base locate mais ce fucking diske dur est mort putin de sa mere
root@kpoman killer #
|
pour les mails, le log que j'ai c'est:
root@kpoman killer # cat /var/log/mail.log
Dec 19 00:00:16 kpoman sSMTP mail[7126]: /usr/lib/sendmail sent mail for root
Dec 19 00:00:16 kpoman sSMTP mail[7125]: /usr/lib/sendmail sent mail for root
Dec 19 00:05:16 kpoman sSMTP mail[7129]: /usr/lib/sendmail sent mail for root
Dec 19 00:10:16 kpoman sSMTP mail[7132]: /usr/lib/sendmail sent mail for root
Dec 19 00:15:17 kpoman sSMTP mail[7144]: /usr/lib/sendmail sent mail for root
Dec 19 00:20:17 kpoman sSMTP mail[7147]: /usr/lib/sendmail sent mail for root
Dec 19 00:25:17 kpoman sSMTP mail[7150]: /usr/lib/sendmail sent mail for root
Dec 19 00:30:16 kpoman sSMTP mail[7162]: /usr/lib/sendmail sent mail for root
Dec 19 00:35:16 kpoman sSMTP mail[7165]: /usr/lib/sendmail sent mail for root
Dec 19 00:40:16 kpoman sSMTP mail[7168]: /usr/lib/sendmail sent mail for root
Dec 19 00:45:16 kpoman sSMTP mail[7180]: /usr/lib/sendmail sent mail for root
Dec 19 00:50:16 kpoman sSMTP mail[7192]: /usr/lib/sendmail sent mail for root
Dec 19 00:55:16 kpoman sSMTP mail[5287]: /usr/lib/sendmail sent mail for root
Dec 19 01:00:17 kpoman sSMTP mail[5319]: /usr/lib/sendmail sent mail for root
Dec 19 09:00:07 kpoman sSMTP mail[5448]: /usr/lib/sendmail sent mail for root
Dec 19 09:00:16 kpoman sSMTP mail[5449]: /usr/lib/sendmail sent mail for root
root@kpoman killer #
|
donc toutes les 5 minutes ...
j'ai bel et bien une crontab qui s'exécute toutes les 5 minutes:
*/5 * * * * DISPLAY=localhost:0 root/xplanet/update_bkgimg.sh
|
elle cherche à updater le fond d'écran sous X, mais vu que hier j'ai pas lancé X de la hjournée à mon avis c pour ça qu'il a envoy&é son message à root,
pourtant j'ai bien configuré, pour l'envoi de mail, les ficheirs pour que mon adresse mail soit bel et bien la mienne:
root@kpoman killer # cat /etc/ssmtp/ssmtp.conf
#
# /etc/ssmtp.conf -- a config file for sSMTP sendmail.
#
# The person who gets all mail for userids < 1000
root=postmaster
# The place where the mail goes. The actual machine name is required
# no MX records are consulted. Commonly mailhosts are named mail.domain.com
# The example will fit if you are in domain.com and your mailhub is so named.
# commented by killer
# mailhub=mail
# Example for SMTP port number 2525
# mailhub=mail.your.domain:2525
# Example for SMTP port number 25 (Standard/RFC)
# uncommented and adde by killer
mailhub=smtp.cybercable.fr
# Where will the mail seem to come from?
rewriteDomain=cybercable.fr
# The full hostname
hostname=_HOSTNAME_
# Set this to never rewrite the "From:" line (unless not given) and to
# use that address in the "from line" of the envelope.
#FromLineOverride=YES
root@kpoman killer #
|
et mon revalias (reverse alias for email)
root@kpoman ssmtp # cat revaliases
# sSMTP aliases
#
# Format: local_account:outgoing_address:mailhub
#
# Example: root:your_login@your.domain:mailhub.your.domain[:port]
# where [:port] is an optional port number that defaults to 25.
root:kpoman@cybercable.fr:smtp.cybercable.fr
root@kpoman ssmtp #
|
donc comme vous pouvez bien voir mon mail est bien défini, je vois pas pourquoi il envoi toujours à root@cybercable.fr
si quelqu'un peut m'aider ? si ça se trouve dcron utilise un autre démon pour l'envoi de mails ou alors le revalias marche pas, ou bien sinon comment configurer dcron pour qu'il n'envoi AUCUN mail ?
---------------
mangez du mozilla c le futur, c votre DESTIN ! http://www.mozilla.org/releases/