Compdoc
Thanks for your kind reply
you told:
...is easy to do by adding the ip address of the exchange PC in the "Address of internal mail server " box...
Yes I saw but...my situation is a little more complicated
As I explained I need to configure 2 different mail servers that operate in 2 different modes.
I'll try to briefly explain them
1) First Situation
internet
|
|
sme server--firewall--Exchange srv
(dmz) (secure network)
(192.168.20.20) (192.168.10.20)
|
lan
Actually I'm using Mcafee webshield as smtp gateway (WITH ANTIVIRUS AND ANTISPAM FILTER) that I would replace with sme server (see above scheme)
Mcafee is configured through a simple gui as follow:
relay all emails for mydomain1 to 192.168.10.20
relay all emails for mydomain2 to 192.168.10.20
......
relay others email to....
I need to configure sme server in the same way.
2) Second situation (less complicated)
I have some smtp server (IN A DIFFERENT NETWORK) that send thousands
of email every day
internet
|
|
---------------
lan (10.39.132.0)
Smtp1(IIS) Smtp2(IIS) Smtp3(sme)
Actually Smtp1 and smtp2 (windows 2003 iis) are configured to realy all emails (generated by a vbscript) to Smtp3 (Windows 2003 iis that I would replace with sme server)
Please pay attention:
Don't ask me the reason (it should be too long to explain....just trust me)
iis of smtp3 is forced (obviously through smtp configuration virtual domain) to NOT SEND emails generated from a particular domain. ALL others emails must instead be sent directly to the internet.
Actually this configuration is ok!
In smtp1 and smtp2 I simply configured smtp3 as "relay smart host"
Smtp3 I instead configured to accept all emails from 10.39.132.0 and send them to the internet.
NO ANTIVIRUS CHESK IS NEEDED IN THIS CONFIGURATION
I need to configure sme server in the same way of smtp3:
a) (accept all emails from 10.39.132.0) and send them directly to the internet.
b) all emails generated from a particular domain wont be sent to the internet but must be deleted (/dev/null....^_^)
I hope my explanation is enough clear. However (because I'm only a dummy user), I used this step by step guide (with screenshots)
http://www.petri.co.il/configure_iis_to_be_a_smart_host_for_exchange.htm that explains all required steps.
If you open this link you can immediately understand everything
Do you think is it possible to have this configuration with sme?
I hope so...otherwise what do you think about a centos 4.3 with
postfix? (very very easy to configured opposed to qmail)
Thanks in advance
Marco