On Feb 4, 2015, at 3:13 AM, Evgeniy Berdnikov <[email protected]> wrote:
> 
> Using strace you can verify whether Exim writes all messages into
> syslog socket:
> 
> strace -s128 -fp <pidof[exim-daemon]> 2>&1 | fgrep "Start queue run"


Even easier, I just set Syslog on the BSD server to log to a local file and 
send to the remote host.

Whats interesting is syslog does get both messages; both Start and End are 
logged to the local file.

However when forwarding to the remote host, "end queue run" messages always 
make it, while "start queue run" are sporadic.  My tcpdump shows that a syslog 
message isn't even generated when they miss. This is sounding more like a 
FreeBSD syslogd bug...

--
Robert
inoc.net!rblayzor
http://inoc.net/




-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to