I've received a report from aol about a spam from my server, and by the same time my Ip appears in CBL.
In the header of the message I read
Return-Path: <[email protected]>
Received: from mydomain.com (mydomain.com [xxx.xxx.xxx.xxx])
by mtain-dd01.r1000.mx.aol.com (Internet Inbound) with SMTP id D0490380000AE
for <[email protected]>; Fri, 1 Nov 2013 11:06:31 -0400 (EDT)
Received: from verlenea by gateoo.mydomain.com with local (Exim 4.51)
id V1ZE1S-Li6MSS-YH
for [email protected]; Fri, 01 Nov 2013 16:21:07 +0100
And, well, my server uses qmail not exim (plesk uses qmail by default)
I checked my mail server looking for relay but it's closed.
I've a wrapper in sendmail so all message pass trough my own email
Of course in my log doen't appear this email address, which is not an user of my server
Any explication?
How set a rule in IPtables to increase the security of SMTP? I saw in CBL:
iptables -A OUTPUT -d 127.0.0.1 -p tcp -m tcp --dport 25 -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner mail -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner mailman -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --uid-owner root -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -j REJECT --reject-with icmp-port-unreachable
But which are gid-owners in Plesk: mail and mailman too?
Is it compatible with horde?
Thanks
In the header of the message I read
Return-Path: <[email protected]>
Received: from mydomain.com (mydomain.com [xxx.xxx.xxx.xxx])
by mtain-dd01.r1000.mx.aol.com (Internet Inbound) with SMTP id D0490380000AE
for <[email protected]>; Fri, 1 Nov 2013 11:06:31 -0400 (EDT)
Received: from verlenea by gateoo.mydomain.com with local (Exim 4.51)
id V1ZE1S-Li6MSS-YH
for [email protected]; Fri, 01 Nov 2013 16:21:07 +0100
And, well, my server uses qmail not exim (plesk uses qmail by default)
I checked my mail server looking for relay but it's closed.
I've a wrapper in sendmail so all message pass trough my own email
Of course in my log doen't appear this email address, which is not an user of my server
Any explication?
How set a rule in IPtables to increase the security of SMTP? I saw in CBL:
iptables -A OUTPUT -d 127.0.0.1 -p tcp -m tcp --dport 25 -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner mail -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --gid-owner mailman -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -m owner --uid-owner root -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 25 -j REJECT --reject-with icmp-port-unreachable
But which are gid-owners in Plesk: mail and mailman too?
Is it compatible with horde?
Thanks