We have an Exchange 2007 Server AND a separate IIS SMTP Server behind
a pfSense Firewall.
We do a lot of outbound emails (Mass Emails, Confirmation, etc...) and
for some logistics reasons (eg. don't want to bother our Exchange when
we need to send 20,000 notifications to our members), we want to keep
the Exchange Server handling email and the IIS/SMTP server dedicated
to these automated/Mass Email type messages.
We have a partial Class C net, each server has their own dedicated IP
(Public and Private). Port 25 rules for the firewall.
We are running into a problem when a automated email is sent to an
internal email address (meaning, it direct to our exchange server from
our IIS/SMTP server). The message is from ourselves and to ourselves
(eg. from
doug@domain.com to
steve@domain.com but using IIS/SMTP
instead of exchange). We get an error message like this...
Delivery has failed to these recipients or distribution lists:
doug@domain.com
Your message wasn't delivered because of security policies. Microsoft
Exchange will not try to redeliver this message for you. Please
provide the following diagnostic text to your system administrator.
Diagnostic information for administrators:
Generating server: smtp1.domain.com
doug@domain.com
#< #5.7.1 smtp;550 5.7.1 Message rejected as spam by Content
Filtering.> #SMTP#
Original message headers:
Received: from web1 ([10.10.10.253]) by smtp1.domain.com with
Microsoft
SMTPSVC(6.0.3790.3959); Tue, 5 Feb 2008 18:25:07 -0500
MIME-Version: 1.0
From:
To:
Date: Tue, 5 Feb 2008 18:25:08 -0500
Subject: Test Subject
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Return-Path:
DoNotReply@domain.com
Message-ID:
X-OriginalArrivalTime: 05 Feb 2008 23:25:07.0715 (UTC)
FILETIME=[583C6530:01C8684E]
Any ideas on how to get this working?
Archived from group: microsoft>public>exchange>connectivity