[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

4.8

Need help rerouting SMTP through PIX...

Asked by EParas in Miscellaneous Networking, Simple Mail Transfer Protocol (SMTP), Cisco PIX Firewall

Tags: pix

Our company was constantly getting on SPAM lists, so it was decided that we would attempt to change the IP that mail would be routed through from 99.99.99.34 to.40. Everything seemed to go smoothly for the past couple of days until we started getting bounce backs from AOL and Comcast email addresses:

Your message did not reach some or all of the intended recipients.
The following recipient(s) could not be reached:
Home (outsideuser@comcast.net) on today
There was a SMTP communication problem with the recipient's email server.  Please contact your system administrator.
<mail.company.com #5.5.0 smtp;521-EHLO/HELO from sender 99.99.99.34 does not map to mail.company.com in DNS>

We ran DNSstuff Reports on our domain and recieved the following error:

Missing (stealth) nameservers
FAIL: You have one or more missing (stealth) nameservers. The following nameserver(s) are listed (at your nameservers) as nameservers for your domain, but are not listed at the parent nameservers (therefore, they may or may not get used, depending on whether your DNS servers return them in the authority section for other requests, per RFC2181 5.4.1). You need to make sure that these stealth nameservers are working; if they are not responding, you may have serious problems! The DNS Report will not query these servers, so you need to be very careful that they are working properly.
server_R30.company.com
Server_K8.company.com
This is listed as an ERROR because there are some cases where nasty problems can occur (if the TTLs vary from the NS records at the root servers and the NS records point to your own domain, for example).

I verified all the settings in our DNS Servers and none of them point to 99.99.99.34:

Server_K8 – Forward Zones
Name      Type      Data
Server_k30      Host (A)      10.0.4.4
Server_k8      Host (A)      10.0.4.5
(same as parent folder)      Name Server (NS)      Server_k30.company.com.
(same as parent folder)      Name Server (NS)      Server_k8.company.com.
(same as parent folder)      Name Server (NS)      ns1.company.com.
(same as parent folder)      Name Server (NS)      ns2.company.com.
(same as parent folder)      Mail Exchanger (MX)      [10]  mail.company.com.

Server_K8 – Reverse Zones
Name      Type      Data
99.99.99.20-110.50      Pointer (PTR)      ftp.company.com.
(same as parent folder)      Name Server (NS)      Server_k30.company.com.
(same as parent folder)      Name Server (NS)      Server_k8.company.com.
99.99.99.20-110.48      Pointer (PTR)      ns1.company.com.
99.99.99.20-110.49      Pointer (PTR)      ns1.company.com.
99.99.99.20-110.43      Pointer (PTR)      Server_R31.company.com.
99.99.99.20-110.40      Pointer (PTR)      exchange.company.com.

Server_R3 – Forward Zones
Name      Type      Data
(same as parent folder)      Host (A)      10.1.1.21
(same as parent folder)      Name Server (NS)      Server_R21.company.com.
(same as parent folder)      Name Server (NS)      Server_R3.company.com.
SERVER_K6      Alias (CNAME)      Server_k8.company.com.
SERVER_K8      Host (A)      10.0.4.5
mail      Host (A)      10.0.4.5
Server_R21      Host (A)      10.1.1.21
SERVER_R3      Host (A)      10.1.1.3
SERVER_R4      Host (A)      10.1.1.4
exchange      Host (A)      10.1.1.210

We believe that the problem lies on the PIX.

PIX CONFIG
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intranet security15
no fixup protocol smtp 25
name 99.99.99.40 smtpgateway_out
access-list outside_access_in permit tcp any host 99.99.99.40 eq smtp
access-list outside_access_in permit tcp any host 99.99.99.40 eq www
access-list outside_access_in permit tcp any host 99.99.99.40 eq pop3
access-list outside_access_in permit gre any host 99.99.99.34
access-list outside_access_in permit tcp any host 99.99.99.40 eq https
access-list intranet_access_out permit tcp host 10.0.4.4 any eq smtp
access-list intranet_access_out permit ip host 10.0.4.4 any
access-list intranet_access_out permit ip host 10.0.4.5 any
access-list intranet_access_out permit ip host 10.0.4.6 any
access-list intranet_access_out permit tcp host 10.0.4.11 host 10.1.1.210 gt 135
access-list intranet_access_out permit tcp host 10.0.4.11 host 10.1.1.210 gt www
access-list intranet_access_out permit tcp host 10.0.4.11 host 10.1.1.210 gt smtp
access-list intranet_access_out permit tcp host 10.0.4.11 host 10.1.1.210 gt pop3
access-list intranet_access_out permit tcp host 10.0.4.11 host 10.1.1.210 gt imap4
access-list CAPONE permit tcp host 10.0.4.4 host 192.65.141.129 eq smtp
access-list CAPONE permit tcp host 192.65.141.129 eq smtp host 10.0.4.4
access-list CAPTWO permit tcp host 99.99.99.40 host 192.65.141.129 eq smtp
access-list CAPTWO permit tcp host 192.65.141.129 eq smtp host 99.99.99.40
access-list CAPTHREE permit tcp host 10.0.4.5 host 192.65.141.129 eq pop3
access-list CAPTHREE permit tcp host 192.65.141.129 eq pop3 host 10.0.4.5
ip address outside 99.99.99.34 255.255.255.0
ip address inside 10.1.1.1 255.255.0.0
ip address intranet 10.0.4.1 255.255.255.0
no failover ip address outside
no failover ip address inside
no failover ip address intranet
global (outside) 1 interface
global (outside) 2 99.99.99.40
global (Wireless) 1 interface
global (intranet) 1 interface
nat (inside) 0 access-list nat0_access_list
nat (inside) 2 10.0.4.4 255.255.255.255 0 0
nat (inside) 2 10.0.4.5 255.255.255.255 0 0
nat (inside) 2 10.1.1.31 255.255.255.255 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (intranet) 0 access-list intranet_nat0_access_list
nat (intranet) 1 0.0.0.0 0.0.0.0 0 0
static (intranet,outside) tcp 99.99.99.40 smtp 10.0.4.4 smtp netmask 255.255.255.255 0 0
static (intranet,outside) tcp 99.99.99.40 www 10.0.4.5 www netmask 255.255.255.255 0 0
static (intranet,outside) tcp 99.99.99.40 pop3 10.0.4.5 pop3 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group intranet_access_out in interface intranet

Any ideas as to how to correct the bounce backs and the best way restrict outbound SMTP traffic without interfering with visitors using email clients on laptops and VPN connections?
[+][-]02/08/07 02:09 PM, ID: 18497687Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Miscellaneous Networking, Simple Mail Transfer Protocol (SMTP), Cisco PIX Firewall
Tags: pix
Sign Up Now!
Solution Provided By: mikebernhardt
Participating Experts: 3
Solution Grade: B
 
[+][-]02/06/07 04:04 PM, ID: 18481284Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/06/07 04:54 PM, ID: 18481522Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/07/07 05:41 AM, ID: 18484662Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/07/07 07:18 AM, ID: 18485474Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/07/07 09:14 AM, ID: 18486556Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/07/07 11:41 AM, ID: 18487833Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/07/07 11:42 AM, ID: 18487836Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/07/07 11:44 AM, ID: 18487863Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/07/07 12:31 PM, ID: 18488346Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/07/07 02:03 PM, ID: 18489120Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/07/07 02:18 PM, ID: 18489251Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/07/07 02:49 PM, ID: 18489486Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/07/07 03:23 PM, ID: 18489772Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/07/07 03:24 PM, ID: 18489773Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/07/07 03:31 PM, ID: 18489833Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/07/07 03:38 PM, ID: 18489878Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/08/07 12:16 PM, ID: 18496801Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/08/07 12:19 PM, ID: 18496828Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/08/07 03:18 PM, ID: 18498127Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/08/07 04:23 PM, ID: 18498407Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/08/07 04:51 PM, ID: 18498514Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/09/07 06:24 AM, ID: 18501337Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/09/07 08:46 AM, ID: 18502582Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/09/07 08:56 AM, ID: 18502672Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/22/07 04:40 PM, ID: 18592859Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92