Autor: Matthias Hank Data: A: exim-users Assumpte: [exim] Strange loglines when using alternative exim.conf
Hi,
i realized a strange behaviour of exim when logging.
Normally, my default exim.conf is called:
/etc/exim/exim.conf
(exim-4.63-5.el5_6.2 on RHEL 5.6)
Now, i copied this config to /etc/exim/exim2.conf without changing anything.
Permissions are the same.
Then i write a testmail like:
exim -C /etc/exim/exim2.conf user@???
bla bla bla
.
This Mail is delivered correctly BUT exim only logs the "received" part
of this mail "<="
The delivery line and the "Completed" line is missing and is not logged.
When i use that string with the default exim.conf:
exim -C /etc/exim/exim.conf user@???
all loglines are written correctly.
Should i consider this as a feature or a bug? ;-)
(or PEBCAK?)