periodic

Matthew Seaman m.seaman at infracaninophile.co.uk
Wed Apr 16 07:05:04 PDT 2003


On Wed, Apr 16, 2003 at 09:41:53AM -0400, synrat wrote:
> after upgrading from 4.7 to 4.8 I'm not getting any periodic output.
> I run periodic daily manually and it finished without errors and output,
> ( I don't know if it should have output in cli )
> but I got no e-mail notificataion. rescheduling it to run isn't a big
> deal, but why am I not getting the output via email ?

If you'd modified your /etc/periodic.conf to redirect the standard
nightly e-mails, I assume you'ld remember that you had done that.

So: probably because your sendmail setup didn't survive your upgrade
very well.  Can you send a test message while logged in as root to
root?

    # mail -v -s test root <<E_O_M
    test message
    E_O_M

Check the delivery status of the message if it doesn't come through
straight away:

    # mailq -v 
    # mailq -Ac -v

and look for clues in the maillog:

    # tail -20 /var/log/maillog

One thing that may be biting you is if you've happened to replace the
/etc/mail/aliases file with the default version.  That means mail to
root will get delivered to the /var/mail/root mailbox.  Almost
invariably this is not what you want, so make sure you've aliased
root's email address so the mail gets delivered to a real person.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030416/ed5b767f/attachment.bin


More information about the freebsd-questions mailing list