Restrict inbound SMTP - only accept from defined IP list
Posted: Tue Dec 05, 2006 6:36 pm
We currently use a Spam/AV "scrubber" service called MXLogic that acts as an external gateway for our Exchange server. We are planning a migration to Scalix and need to be able to configure Scalix to only accept SMTP connections (inbound) from the MXLogic servers and also to forward ALL external email to the MXLogic servers (outgoing). I gather that the latter would be setup by configuring Scalix to use a Smarthost/relay for outbound/forwarding as such (taken from KB):
However I am confused as to how to configure Scalix to only accept connections from the MXLogic servers which are defined by IP (they provide a pool of IPs). I am guessing this is done in the smtpd.cfg but I am confused as to exactly how to do it. In Exchange 2003 I configured this by going to properties on the 'default SMTP virtual server', access tab, connection control, and explicitly adding only the MXLogic server IPs that are allowed to connect. How is this done in Scalix?
I appreciate the help - BTW I plan to move to Scalix 11 - I am not sure if the config differs between 10 and 11 "or if the docs have caught up yet" Thanks.
Code: Select all
Set the DS macro in the sendmail.cf file on the Scalix Server. Change the file from:
# "Smart" relay host (may be null)
DS
to
# "Smart" relay host (may be null)
DSoutboundserver.domain.com
where outboundserver.domain.com is the name of your internet-bound (messages) server/Smart Host.
However I am confused as to how to configure Scalix to only accept connections from the MXLogic servers which are defined by IP (they provide a pool of IPs). I am guessing this is done in the smtpd.cfg but I am confused as to exactly how to do it. In Exchange 2003 I configured this by going to properties on the 'default SMTP virtual server', access tab, connection control, and explicitly adding only the MXLogic server IPs that are allowed to connect. How is this done in Scalix?
I appreciate the help - BTW I plan to move to Scalix 11 - I am not sure if the config differs between 10 and 11 "or if the docs have caught up yet" Thanks.