Uninstalling ISPConfig 2.2.23 Causes Mass Bounced Mails

Published in

After uninstalling ISPConfig, you may notice hundreds to thousands of e-mails in your /var/mail files.

These e-mails will contain two messages:

Subject: Returned mail: delivery problems encountered

The following addresses had delivery problems:

admispconfig@localhost.localdomain.com
Persistent Transient Failure: Delivery time expired

AND

Subject: Mailsize: nameofserver

(numbers for the mailsize)

To resolve these spam/bounce/annoying e-mails -- remove the .mailsize.rc files from your /httpdroot/webx/user/username folder:

Change /var/www/ to your httpdroot folder -

find /var/www/ -name ".mailsize.rc" -exec rm {} \;

Restart postfix:

service postfix restart


© 2008-2011 Red Audit LLC.
Page generated in: 0.000143 seconds.