Hello evryone!
For the last few months I have the surprise that my server is listed in CBL. After a few investigations, I saw that despite that every domain is hosted on his dedicated IP address, everyone is sending mail from the default IP (the one iMSCP is using for default).
To be more exactly, let's say that the server has 3 public IP addresses IP1 IP2 IP3, every one has a domain. IP1 is also the default imscp address.
If the domain hosted on IP2 is doing something bad, like spam, despite his own MX/IP address, he send mail from IP1. Unfortunately all other domains are blacklisted.
Below I'll attached a part of the email header that can give you a better view of the issue. In this case, domeniu.tld is not linked to IP1-DEFAULT but the mail was sent from this address.
....
Received: from server4.domeniu.tld (server4.domeniu.tld. [IP1-DEFAULT])
by mx.google.com with ESMTP id g10si14964610pay.56.2013.01.21.11.18.23;
Mon, 21 Jan 2013 11:18:24 -0800 (PST)
Received-SPF: pass (google.com: domain of mail@domeniu.tld designates IP1-DEFAULT as permitted sender) client-ip=IP1-DEFAULT;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of mail@domeniu.tld designates IP1-DEFAULT as permitted sender) smtp.mail=mail@domeniu.tld
....
I wonder if there is a solution to fix this, so that if a domain/client is making spam, the rest of the domains are not affected by blacklisting.
Thanks!