On Mon, May 06, 2013 at 01:59:05PM +0200 you wrote:
> What, if you watch using strace:
>
> date | strace -o /tmp/log -s 1024 -e open,write exim admin@mydomain
>
> The "<=" should appear in the strace log: something similiar like the following
Output of strace says:
| open("/var/log/exim4_incoming/mainlog", O_WRONLY|O_APPEND|O_LARGEFILE) = 4
| write(4, "2013-05-06 14:30:53 1UZKZB-0007Ho-3k <= root@???
| U=root P=local S=312 from <root@???> for admin@???\n", 117) = 117
That reveals why the log entry was not where I expected. This entry
has been written to /var/log/exim4_incoming/mainlog not /var/log/exim4/mainlog
Thank you.
Regards,
--
R. Cirksena <ci@???>