1830892 Members
2865 Online
110017 Solutions
New Discussion

Re: sendmail

 
Peña, Oscar
Occasional Contributor

sendmail

C?mo configurar sendmail teniendo como servidor de correo exchange un NT?
8 REPLIES 8
Edward Alfert_2
Respected Contributor

Re: sendmail

No entiendo lo que necesitas... Quieres mandar correo de tu servidor HP-UX a el servidor de exchange? o quieres poder leer correos desde la maquina HP-UX pero los correos estan en el servidor exchange?

------------------
Translation:
-------------------
How do you configure sendmail if you have exchange running on NT as your mail server?
"Do what you love and you will never work a day in your life." - Confucius
Bill Thorsteinson
Honored Contributor

Re: sendmail

The exchange server must be running the SMTP
service to be able to communicate.

Set the exchange server as the mail server in
the SMTP server set-up. Mail will then forward
to the exchange server.

Usually alias Unix users to their Exchange SMTP
address.
William Arijs
Occasional Advisor

Re: sendmail

Hello,

I'm St?phane and I'm very interested to this subject too.

Could you be more precise in making alias for the Exchange user !?
Michael Tully
Honored Contributor

Re: sendmail

Hi,

Have a look at the attached post, it should be of some assistance.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x535e7e990647d4118fee0090279cd0f9,00.html

HTH
-Michael
Anyone for a Mutiny ?
Bill Thorsteinson
Honored Contributor

Re: sendmail

You setup aliases in the file /etc/aliases.
The relevant lines in the file are in the format

userid: user@msexchange.server

For example:

bill: Bill.Thorsteinson@nowhere.com

Whenever you update the aliases file be sure
to run the 'newaliases' command to rebuild the
database used by sendmail.
Don Spare
Regular Advisor

Re: sendmail

I have been following this because I, too, am attempting the same thing. After much experimentation and many attempts (all of which failed) I finally tried to send mail from one unix server to the other (both HP-UX 11.0). That attempt also failed.

I believed I followed all the directions described in this thread and those past threads that were referenced. It seems my sendmail is simply not transmitting outside of its own server.

The return messages I get indicate a "server timeout" and that it will keep trying for 5 days.

Help!!!
Marc Ahrendt
Super Advisor

Re: sendmail

HPBOX# echo test | mailx -m -s "testing" MSEXCHANGEUSER@[MSEXCHANGEBOX]

no need to mess with the default sendmail configuration on the HPBOX, but may need to tweak the MSEXCHANGEBOX
hola
Kevin Wright
Honored Contributor

Re: sendmail

Set your DS macro to point to your MSEX server in sendmail.cf. then restart sendmail.