Operating System - Linux
1827800 Members
2910 Online
109969 Solutions
New Discussion

Sendmail auth on an Exchange 2003 server.

 
SOLVED
Go to solution
Alpha977
Valued Contributor

Sendmail auth on an Exchange 2003 server.

Hello to all!

I have configured bugzilla on a Fedora Core 6 server and now i must configure sendmail to send mail from it.

My mail server is Exchange 2003 with remailer turned off, and i must authenticate to it for send mail.

How i can configure sendmail for authenticate to Exchange server?

Thank to all!

Points for all reply.
4 REPLIES 4
Stuart Browne
Honored Contributor

Re: Sendmail auth on an Exchange 2003 server.

Is all mail from the linux box supposed to go out through the exchange server?

If so, check the sendmail 'auth_info' macro definition, and the 'SMART_HOST' feature.
One long-haired git at your service...
Alpha977
Valued Contributor

Re: Sendmail auth on an Exchange 2003 server.

Thank you,

so, excuse me for my bad english, yes, i need to configure sendmail like a client.

but can you explain me better i can do this?

Thank again.
Stuart Browne
Honored Contributor
Solution

Re: Sendmail auth on an Exchange 2003 server.

A quick google search shows:

http://lists.freebsd.org/pipermail/freebsd-questions/2006-June/124010.html

Yes, this is a 'freebsd' list, but the core ideas are the same.

This is also not bad:

http://www.scalix.com/wiki/index.php?title=HowTos/MTA_Integration

Of course, there's the Sendmail reference:

http://www.sendmail.org/m4/smtp_auth.html
One long-haired git at your service...
Alpha977
Valued Contributor

Re: Sendmail auth on an Exchange 2003 server.

Thank you!

the article in:
http://www.scalix.com/wiki/index.php?title=HowTos/MTA_Integration

is what i need!

Thank you!