DA + exim bug

Nerigal

Verified User
Joined
Jul 6, 2009
Messages
123
Hi,

im not sure if i post it in the right section but this bug is amazing to me.

here an example

2012-02-21 13:52:59 1Rzupf-0001Kd-Hg <= [email protected] H=smtp.test.com [99.99.99.99] P=esmtp S=4464 id=002d01ccf0ca$0758c560$160a5020$@com T="test" from <[email protected]> for [email protected]
2012-02-21 13:52:59 1Rzupf-0001Kd-Hg => admin <[email protected]> F=<[email protected]> R=localuser T=local_delivery S=4589

so look at the "admin"... this means the outlook configuration have "admin" in the name label of the email account config
so if the account of the owning domain userdomaine.com is suspend by Directadmin... exim drop all email on the admin user mailbox... just because the name "admin"

this happened only if the account is suspended

i guess this happen because exim can't resolve anymore the local domain under /etc/virtual because DA rename the folder userdomaine.com_off
and so the admin match with an existing system user so exim instead of holding the email in queue like it should the email is drop under the admin user mailbox

is there anyway to fix and prevent that ?
 
Last edited:
It's not a bug; it's a feature :D.

It's also been discussed earlier in these forums; please feel free to search the DirectAdmin forums using Google.

Jeff
 
I Apologies,

reference link found here
http://www.directadmin.com/forum/sho...t=36985&page=2

did not found clear and good answer with this thread but i noticed the /etc/aliases is full of entries in this server while all other servers i manage only have diradmin: :blackhole: in there /etc/aliases.

so guess this is the problem. Can't confirm because the involved account is no more suspended.
 
Last edited:
Back
Top