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 <= [email protected]
| U=root P=local S=312 from <[email protected]> for [email protected]\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 <[email protected]>

-- 
## 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