Hello again.
I just upgraded to 4.9, and I noticed something strange.
Let's say I have a mailbox on internet, called dummy@mydomain.it
M32 polls the mailbox via pop3, and deliver the mail to the local user called dummy.
User dummy has a forwarding file like this
Forward-To : userME06
Forward-To : userME07
Forward-To : userME08
Forward-To : userME09
Forward-To : userME10
Deliver-Also : N
which forwards the mail to the local users userME06 etc.
Before the upgrade, this was the output in the core windows, when mail was processed
Sat 22, 11:56:23: Job MG000001: from sender@sender.it (non-local)
To: dummy (local) -OK
Sat 22, 11:56:39: Job MG000002: from dummy@mydomain.it (local)
To: userME06 (local) -OK
To: userME07 (local) -OK
To: userME08 (local) -OK
To: userME09 (local) -OK
To: userME10 (local) -OK
So, the first two lines mean that Core delivers the incoming mail to dummy, and the remaining lines mean that the mail was forwarded from dummy to the other users.
After the upgrade to v.4.9, this is the output
Sat 22, 11:56:23: Job MG000001: from sender@sender.it (non-local)
To: dummy (local) -OK
Sat 22, 11:56:39: Job MG000002: from ErrorHandler-ECA@mydomain.it (local)
To: userME06 (local) -OK
To: userME07 (local) -OK
To: userME08 (local) -OK
To: userME09 (local) -OK
To: userME10 (local) -OK
Why "ErrorHandelr-etc..." instead of "dummy"?
The system seems to works flawlessly, but I'd like to know the meaning of "ErrorHandler"...
best regards
Filippo