Matt,
Disable all Spam and Anti-Virus services to get everything rolling
Then:
Go to Proxy>>SMTP>>Domains
Add your e-mail domain to the "Domain:" field
[such as
emailuser@ourdomain.com] add as many ourdomains.com as you have to this list that your internal mail server handles
Add your internal exchange server IP address
(I chose to add a router behind our current network firewall to test mail relay prior to implementation; this allowed me to roll out the endian appliance in phases, by selectively changing port fwrd rules.)
Test your settings by using telnet [or whatever] to connect to endian firewall ie.
>telnet [external interface endian IP addr] 25
------------
c:ehlo mailservername.domainname.co.uk
s:(endian reply)
c:Mail From:<
youre-mail@yourdomain.com>
s:(endian reply)
c:RCPT TO:<
youre-mail@yourdomain.com>
s:(endian reply)
c:Data
s:(endian reply)
c:Subject:TESTING
c:TESTING
c:
c:.
c:
S:(endian reply)
c:QUIT
s:(endian quit)
-----------
Then check your inbox and endian logs to see what is happening,
Let me know how you make out, if you're having trouble smtp logs would help.