HPE 9000 and HPE e3000 Servers
1752813 Members
6291 Online
108789 Solutions
New Discussion юеВ

Configuring Sendmail on HP-UX 11.0 to send mails to Microsoft Exchange Version 5.5

 
Chan_3
New Member

Configuring Sendmail on HP-UX 11.0 to send mails to Microsoft Exchange Version 5.5

Hi,
I am trying to get Sendmail on my HP9000 RP5470 server running HP-UX 11.0 to use my Microsoft exchange 5.5 SMTP mail server as mail gateway.

Can anyone help me with this?


4 REPLIES 4
Michael Tully
Honored Contributor

Re: Configuring Sendmail on HP-UX 11.0 to send mails to Microsoft Exchange Version 5.5

Edit /etc/mail/sendmail.cf

Where it states:

DS

Change it to your mail server name

e.g.
DSmymail

Save the file and restart sendmail

# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start

You must be root to do this.
Anyone for a Mutiny ?
Chan_3
New Member

Re: Configuring Sendmail on HP-UX 11.0 to send mails to Microsoft Exchange Version 5.5

How about Dj$w.Foo.COM?
twang
Honored Contributor

Re: Configuring Sendmail on HP-UX 11.0 to send mails to Microsoft Exchange Version 5.5

For example, if your email domain is "abc.com", you can setup as follows:

1. vi /etc/hosts
...
xxx.xxx.xxx.xxx abc.com
..
2. vi /etc/mail/sendmail.cf
Change "Dj$w.Foo.COM" to "Dj$w.abc.com".
Change "DS" to "DSabc.com".
And save.
3. Restart the sendmail server:
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
4. Test to see if it works:
# sendmail -v abc@abc.com
twang
Honored Contributor

Re: Configuring Sendmail on HP-UX 11.0 to send mails to Microsoft Exchange Version 5.5

For example, if your email domain is "abc.com", you can setup as follows:

1. vi /etc/hosts
...
xxx.xxx.xxx.xxx abc.com
..
2. vi /etc/mail/sendmail.cf
Change "Dj$w.Foo.COM" to "Dj$w.abc.com".
Change "DS" to "DSabc.com".
And save.
3. Restart the sendmail service:
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
4. Test to see if it works:
# sendmail -v abc@abc.com