Re: 5.4 postfix no longer logging

2006-04-28 Thread jason


On Thu, 27 Apr 2006, David Nugent wrote:


Short answer - check:

a) syslogd
b) /etc/syslog.conf

[snip]

Restarting syslogd did the trick.  I'm not sure why it got into a funky 
state, but it's working now.  Thanks for the push in the right direction!


--
-Jason

-
   --- There are no ABSOLUTE STATEMENTS   I'm very probably wrong. ---
The difference between genius and stupidity is that genius has its limits.
- Albert Einstein
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.4 postfix no longer logging

2006-04-27 Thread David Nugent

jason wrote:

At some point in the last couple of weeks postfix on my 5.4-RELEASE 
system stopped logging to /var/log/maillog.  The only thing in there 
now (and for all of the saved maillog files) is the turnover 
timestamp.  Any suggestions where to look?



Short answer - check:

 a) syslogd
 b) /etc/syslog.conf

Long answer:

syslogd is the logger daemon, and postfix will be logging through that.

 # /etc/rc.d/syslogd restart

may fix the problem right there. Check /var/log/messages for any errors 
in syslogd startup. It may have crashed at some point or failed to start 
because of a serious syntax error in /etc/syslog.conf.


If syslogd is running ok and working for the rest of the system, then 
double check /etc/syslog.conf to see where mail facility logging is 
directed (the default is /var/log/maillog, but that could have been 
changed or the line deleted).  Check any settings in postfix for syslog 
facility (should be 'mail') and priority (if exists), match these 
against the filters in /etc/syslog.conf to make sure they are high 
enough to be logged.

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.4 postfix no longer logging

2006-04-26 Thread jason


At some point in the last couple of weeks postfix on my 5.4-RELEASE system 
stopped logging to /var/log/maillog.  The only thing in there now (and for 
all of the saved maillog files) is the turnover timestamp.  Any 
suggestions where to look?


Thanks!

--
-Jason

-
   --- There are no ABSOLUTE STATEMENTS   I'm very probably wrong. ---
The difference between genius and stupidity is that genius has its limits.
- Albert Einstein
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]