cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
674
Views
3
Helpful
4
Replies

SMTP Port on PIX

r.lent
Level 1
Level 1

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.

4 Replies 4

chris.ames
Level 1
Level 1

If you have an access-list restricting traffic outbound from the interface that the exchange server is on:

Add

access-list permit tcp host any eq 26

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 permit tcp host host eq 26

To remove the outbound mail permission on port 25:

no access-list permit tcp host any eq 25

or

no access-list permit tcp host host eq 25

Thanks Chris,

A very comprehensive explanation. I think that the problem is mine though now after reading Kev's reply.

Thanks again,

Robin.

kagodfrey
Level 3
Level 3

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

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.

Review Cisco Networking for a $25 gift card