いつも大変お世話になっております。 鈴木@船橋 と申します。 Vine2.6にて、諸般の事情でsendmailを運用しています。 先日のアップデートで、 sendmail-8.12.9からsendmail-8.12.10に変更してから、logwachからのメールが 届かなくなってしまいました。 利用している各ソフトのバージョンと、cronとlogwatchの設定を記します。 logwatch-4.3.2-1 anacron-2.3-15 crontabs-1.9-2vl1 vixie-cron-3.0.1-63vl2 =====cronの設定===== /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root <<<---- きちんとroot宛にしている HOME=/ # run-parts 01 * * * * root run-parts /etc/cron.hourly 0 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly =====logwatchの設定===== /etc/log.d/logwatch.conf(デフォルトのままです) ######################################################## # This was written and is maintained by: # Kirk Bauer <kirk@xxxxxxxxxx> # # Please send all comments, suggestions, bug reports, # etc, to kirk@xxxxxxxxxxx # ######################################################## # NOTE: # All these options are the defaults if you run logwatch with no # command-line arguments. You can override all of these on the # command-line. # You can put comments anywhere you want to. They are effective for the # rest of the line. # this is in the format of <name> = <value>. Whitespace at the beginning # and end of the lines is removed. Whitespace before and after the = sign # is removed. Everything is case *insensitive*. # Yes = True = On = 1 # No = False = Off = 0 # Default Log Directory # All log-files are assumed to be given relative to this directory. LogDir = /var/log # You can override the default temp directory (/tmp) here TmpDir = /tmp # Default person to mail reports to. Can be a local account or a # complete email address. MailTo = root <<<---- きちんとroot宛にしている # If set to 'Yes', the report will be sent to stdout instead of being # mailed to above person. Print = No 以下略 ===== ちから至らずで原因解決できませんでした。 解決法ご存知の方、ご教示頂けれ ば幸いです。宜しくお願いいたします。 === 鈴木@船橋(QYC02440@xxxxxxxxx)