Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28866 - exim no longer talking to syslog
Summary: exim no longer talking to syslog
Status: RESOLVED DUPLICATE of bug 27206
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-16 04:15 UTC by Shevek
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shevek 2003-09-16 04:15:38 UTC
I just ugpraded exim from 4.14 to 4.21, and exim is no longer syslogging anything.

My syslog-ng configuration contains the following:

source src { unix-stream("/dev/log"); internal(); pipe("/proc/kmsg"); };
destination everything { file("/var/log/everything"); };
destination console_all { file("/dev/tty12"); };
filter f_noncron { not facility(cron); };
log { source(src); destination(console_all); };
log { source(src); filter(f_noncron); destination(everything); };

... so it really should be logging. The old exim logged. Is it possible that
this is a problem with sandboxing when the new exim was built? This is doubtful
because exim doesn't use configure.

What is broken?

Thanks.

S.
Comment 1 Shevek 2003-09-16 04:40:38 UTC
Apparently the log files have moved to /var/log/exim and no longer go through syslog at all.

Setting:

log_file_path = syslog

in exim.conf restores the original settings.

This bug can be closed; perhaps a warning message somewhere in the ebuild would be good?
Comment 2 Bryan Østergaard (RETIRED) gentoo-dev 2003-10-11 16:46:13 UTC
This problem makes exim log a panic to /var/log/mail/ and immediately exit
when started by /etc/init.d/exim start. The init script just said [ok].

I think the ebuild should either change the sample configuration to use syslog
or  create the necessary /var/log/exim dir and chown it mail:mail.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-01-18 06:57:43 UTC

*** This bug has been marked as a duplicate of 27206 ***