I need to limit my incoming SMTP connections to a group of mail servers that will be forwarding mail to us. My current conduit line for SMTP looks like this:
conduit permit tcp host mailserver eq smtp any
Do I just throw a list of IP addresses where "any" is now?
Now, here's the really stupid question... How exactly to I change this line in the config? Can I just telnet in and change it?
conduit permit tcp host mailserver eq smtp any
Do I just throw a list of IP addresses where "any" is now?
Now, here's the really stupid question... How exactly to I change this line in the config? Can I just telnet in and change it?