Date: Sat, 14 Feb 2004 02:23:01 -0800 From: Ryan Merrick <sandshrimp@comcast.net> To: craig@2400baud.com Cc: freebsd-questions@freebsd.org Subject: Re: No More Daily Run Output Message-ID: <402DF705.1020503@comcast.net> In-Reply-To: <1076681713.402cdbf182a51@webmail.2400baud.com> References: <1076681713.402cdbf182a51@webmail.2400baud.com>
next in thread | previous in thread | raw e-mail | index | archive | help
craig@2400baud.com wrote: > All, > > We've got a FreeBSD 4.7 box that's been running great for the last year and a > half or so. We host our customer's email on this box using postfix. Before > the FreeBSD box, we had two Linux boxes that hosted all of the email. We've > since migrated over the accounts just recently. Approximately one week ago, > the day after we moved over approximately 300 accounts, I no longer get > a 'daily run output' email. I do stil get the security run output and a > pflogsumm report every morning. > > Ive tried running the 'periodic daily' manually, but I only get the security > report. > > Any ideas on where to begin troubleshooting this? > > Thanks! > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Hi, Check your #/etc/periodic.conf the daily_output can go to a file or a user. daily_output="root" # user or /file While your there check the daily_status_security_output for who the mail is sent to. daily_status_security_output="root" # user or /file All the Defaults are in #/etc/defaults/periodic.conf A typical file is #/var/log/daily.log which is set in newsyslog to rotate. Last thing to check is that your aliases for the user for the daily_output has a valid email address. -- -Ryan Merrick sandshrimp@comcast.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?402DF705.1020503>