Sendmail is an MTA much like Exchange itself. I suppose you could hack something together to make Sendmail login into Exchange, but I'm not sure that you would need to. You would need to tell Exchange that the IP address of your Sendmail machine is allowed to relay mail and then configure Sendmail to use Exchange as the relay.
Unfortunately, I've usually done it the other way around for scalibitlity reasons.
kashani
Will personally fix your server in exchange for motorcycle related shop tools in good shape.
You will need to turn smtp relaying on for the IP address of the machine running sendmail.
After that you will need to tell sendmail to use the exchange server to deliver messages instead of doing so directly. You can do this in sendmail.cf or if you are scared of that file like me you could use webmin :)
Looks like DNS resoltuion problems. Add an entry for the 172.x.x.x machine into your /etc/hosts and then change your smart relay to the host name you've entered.
kashani
Will personally fix your server in exchange for motorcycle related shop tools in good shape.
-leliel- wrote:I found a howto, but the mail will not be send cause sendmail couldn't find the dns hostname of the exchange server.
Hi... could you post a link to this how-to? I'm trying to setup bugzilla to go through an exchange server, but it only works with sendmail (or so I have read,) so I would like to know how to do this.