- Mar 3, 2001
- 8,859
- 4
- 0
We have an IP block of x.x.x.0 - x.x.x.15
PIX is set up with the x.x.x.14 address. Mail server set up as x.x.x.8 address. We have OWA, and the line in the PIX that allows this is
access-list acl_out permit tcp any host x.x.x.8 eq https
This also allows for our PocketPC phones to connect to Exchange ActiveSync.
The globals are set up as
global (outside) 1 x.x.x.9-x.x.x.13
global (outside) 1 x.x.x.14
We get errors when sending emails to servers that do not allow allow emails to be sent without a reverse DNS entry. When I look up the mail server, I get:
Answer:
x.x.x.8 PTR record: mail.company.com.
However, in the SMTP logs of people we can't send to we see this:
3264 00:03:33.748 Got: <EHLO mail.company.com>
3264 00:03:33.779 Event - No PTR record for <x.x.x.14>, rejecting
3264 00:03:33.779 message <554 No SMTP service here>
Now, my question is, do I need to fix something in our router, PIX, or ISP DNS server?
PIX is set up with the x.x.x.14 address. Mail server set up as x.x.x.8 address. We have OWA, and the line in the PIX that allows this is
access-list acl_out permit tcp any host x.x.x.8 eq https
This also allows for our PocketPC phones to connect to Exchange ActiveSync.
The globals are set up as
global (outside) 1 x.x.x.9-x.x.x.13
global (outside) 1 x.x.x.14
We get errors when sending emails to servers that do not allow allow emails to be sent without a reverse DNS entry. When I look up the mail server, I get:
Answer:
x.x.x.8 PTR record: mail.company.com.
However, in the SMTP logs of people we can't send to we see this:
3264 00:03:33.748 Got: <EHLO mail.company.com>
3264 00:03:33.779 Event - No PTR record for <x.x.x.14>, rejecting
3264 00:03:33.779 message <554 No SMTP service here>
Now, my question is, do I need to fix something in our router, PIX, or ISP DNS server?