bjblackmore
Posts: 80
Joined: 9.Aug.2005
Status: offline
|
Hi, About a year ago I setup an SMPT relay on our ISA server, using the following article: http://www.isaserver.org/articles/2004smtprelayinoutisa.html Everything seems to have been working fine since, however I just setup an SPF record in our external DNS, to try and stop some of the spoofing, and I noticed that the test emails I'm sending to hotmail are returning a softfail. The SMTP service is running under IIS6 on the ISA server, with 2 IP address, one for internal relay, and one for external. Externally we have a range of 5 IPs, we use one for OWA, one for CWA, one for VPN, and the last for SMTP. So our range would be xx.xx.xx.1 - xx.xx.xx.5, with our SMTP server configured to use .5, this is the IP that I've setup in DNS as mail.ourdomain.com, which is added as an MX record, and SPF is setup to allow the MX record to send mail. However, I've noticed that when I send a test to hotmail, the follwoing is in the header: X-SID-Result: SoftFail X-Message-Info: LsUYwwNt0FrW4AMsDonCQPn7R/UwInRZYjOy8HI2eZFHI01mD2YAW Received: from mail.ourdomain.com ([xx.xx.xx.1]) by bay0-mc3-f23.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Fri, 18 May 2007 02:05:33 -0700 As you can see, mail is being received from mail.ourdomain.com on IP xx.xx.xx.1, not .5, which is what is configured in the SMTP service, and I think this is why its causing a SoftFail. Does anyone know why mail is being received from the wrong IP, and how to get it on the correct IP? I've tried re-adding the IP & stopping/starting the SMTP service, but it didn't help! Any help, much appreciated! Ben
|