Operating System - HP-UX
1752721 Members
6829 Online
108789 Solutions
New Discussion

Sendmail with Exchange Server 5.5

 
Fabrício Valeta
New Member

Sendmail with Exchange Server 5.5

Hello all !

Someone haved try send a e-mail by sendmail utilizing a Exchange Server ? How make ?

Sorry by my horrible english.

[]??s
1 REPLY 1
Joseph Chakkery
Valued Contributor

Re: Sendmail with Exchange Server 5.5

Hello,

Try the following.

U can use mailx command to send mails from HP server via sendmail.

Do the following.
(1) Get SMTP relay host name and IP address (Eg: 128.9.7.30 abcd_relay)

For sendmail to be activated to send mail to xxxxx.com.

a)put relay hostname to DS on sendmail.cf in /etc/mail directory (eg: DSabcd_relay).

b)Create nsswitch.conf in /etc by copying nsswitch.file as nsswitch.conf. (IF DNS is not enabled on ur HP server).

c)Add relay host IP entry to /etc/hosts file. (IP of abcd_relay)

d)Stop and start sendmail dameon again.

After this u can send a test mail using

# cat /etc/hosts | mailx -m -s "Test mail " mail_id@xxxx.com

Hope this will help u.

Regards
Joe.


Knowledge is wealth