04-29-2003 01:34 AM - edited 02-20-2020 10:42 PM
Hi,
I have my PIX 515-E up and running fine. My Excahnge server is sending and recieving e-mail through the firewall with no problems.
I now want to set up a Event Sink on the server to append a disclaimer to all outgoing e-mails. According to Microsoft Knowledge Base article Q288756 I need to set up a second SMTP virtual server to send e-mails on port 26! Obviously the firewall is allowing SMTP traffic through on port 25.
My question is How do I tell the Firewall to allow SMTP traffic on port 26 instead of 25??
Any help much appreciated.
Regards,
Robin.
04-29-2003 02:05 AM
If you have an access-list restricting traffic outbound from the interface that the exchange server is on:
Add
access-list
This will allow TCP port 26 to talk to any host, which is required if Exchange is resolving MX hosts to send directly to remote mail servers. If you are using an ISPs mail server as the next mail hop, or a 3rd party mail virus scanning service, then add
access-list
To remove the outbound mail permission on port 25:
no access-list
or
no access-list
04-29-2003 04:06 AM
Thanks Chris,
A very comprehensive explanation. I think that the problem is mine though now after reading Kev's reply.
Thanks again,
Robin.
04-29-2003 02:28 AM
Hi Robin
From how I am interpreting the article, you shouldn't need to make any changes to the firewall. The first exchange server will effectively forward any mail that needs to be sent externally to your new virtual server on port 26, which fill fire the Transport Event on the message and then forward it out on to the internet on the normal SMTP port 25 through the firewall. The original server will still be receiving email just as it has on port 25.
Regards
Kev
04-29-2003 04:05 AM
Thanks Kev.
You are probably right. Now that I have read the article again this does seem to be the way it works.
Thanks,
Robin.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide