On Sat, Aug 04, 2007 at 07:25:43PM +0200, Filippo Giunchedi wrote: > reported below: > AUTOREMOVE CRON.D [] ['/tmp/crontest/smtpd: line 1: /usr/sbin/sendmail: No > such file or directory\n'] > > you should check if /usr/sbin/sendmail is there and it is executable
I've uploaded a fix for this bug to delayed/7-days, NMU patch attached. filippo -- Filippo Giunchedi - http://esaurito.net PGP key: 0x6B79D401 random quote follows: What a strange illusion it is to suppose that beauty is goodness. -- Lev Tolstoj
diff -u smtpd-2.0/debian/cron.d smtpd-2.0/debian/cron.d --- smtpd-2.0/debian/cron.d +++ smtpd-2.0/debian/cron.d @@ -6 +6 @@ -14,34,54 * * * * root /usr/sbin/sendmail -q +14,34,54 * * * * root [ -x /usr/sbin/sendmail ] && /usr/sbin/sendmail -q diff -u smtpd-2.0/debian/changelog smtpd-2.0/debian/changelog --- smtpd-2.0/debian/changelog +++ smtpd-2.0/debian/changelog @@ -1,3 +1,11 @@ +smtpd (2.0-8.3) unstable; urgency=low + + * Non-maintainer upload. + * Fix /usr/sbin/sendmail: No such file or directory in /etc/cron.d/smtpd + (Closes: #436025) + + -- Filippo Giunchedi <[EMAIL PROTECTED]> Thu, 01 May 2008 17:31:30 +0200 + smtpd (2.0-8.2) unstable; urgency=low * Non-maintainer upload.

