I would suggest a couple of things to check, presuming you are using 'simple' mode and not SMTP Profiles:
- in your routing tab: is mycompany.com listed in 'domains' and is your Exchange server listed in the ' host list' ?
- Is your exchange serve configured to accept e-mail (requests) from the astaro box (trusted hosts I think it is called)
To see if it is possible at all to communicate between astaro and your exchange server, ssh to the astaro and try the following commands:
telnet <your Echange server> 25
you should receive something which ends in:
220 <your exchange server > .... ready
Then type QUIT to stop the session
If that does't happen and you get a 550 (denied) then your exchange server does not accept SMTP from astaro, so that could be the cause as well.
Hope this helps
|