Email suspended but still able to receive mail

thunn

Verified User
Joined
Mar 13, 2012
Messages
166
Hello,
I'm using dovecot and exim for mail service.

When I suspend an account, then I tried to send email to that address, email still go into [email protected].
I checked in /home/mrjang/imap/domain.com/jang/Maildir/new/ and email come there.

Do you have any solution for this?

Thanks.
 
Hello,

When an account is suspended all its domains under /etc/virtual/ get changed:

/etc/virtual/example.com => /etc/virtual/example.com_off

and removed from /etc/virtual/domains list.

These two events should prevent any incoming emails for a suspended domain.

Consider checking the email's RFC-headers and exim logs for more tips.
 
Back
Top