Operating System - HP-UX
1748238 Members
3778 Online
108759 Solutions
New Discussion юеВ

Re: Need help for configure Sendmail for HP-UX11i version3

 
Ashfak Mohmad Iqbal Sut
Occasional Advisor

Need help for configure Sendmail for HP-UX11i version3

Need procedure for configure Sendmail for HP-UX11i version3
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor

Re: Need help for configure Sendmail for HP-UX11i version3

Michal Kapalka (mikap)
Honored Contributor

Re: Need help for configure Sendmail for HP-UX11i version3

hi,

could you please send more info,

because sendmail can be configured with many options and settings.

mikap
Michal Kapalka (mikap)
Honored Contributor

Re: Need help for configure Sendmail for HP-UX11i version3

Ashfak Mohmad Iqbal Sut
Occasional Advisor

Re: Need help for configure Sendmail for HP-UX11i version3

We have exchange server in our Infra.

I want to configure senmail client which send mail from account which has created on MS Exchange Server for that which all files should modified.

request you to share sample configuration for with respect to above requirement
Michal Kapalka (mikap)
Honored Contributor

Re: Need help for configure Sendmail for HP-UX11i version3

Viktor Balogh
Honored Contributor

Re: Need help for configure Sendmail for HP-UX11i version3

there is a script on HP-UX what can help you configure sendmail:

/usr/newconfig/etc/mail/cf/cf/gen_cf

****
Unix operates with beer.
sarfaraj ahmad
Trusted Contributor

Re: Need help for configure Sendmail for HP-UX11i version3

you can follow the below steps

1. configure /etc/resolv.conf with domain name, nameserver IP

2. /sbin/init.d/sendmail stop

3. configure macro DS to DSexchange_relay_name in /etc/mail/sendmail.cf

A.configure macro Dj$w. to Dj$w.

(Note: define this only if sendmail cannot automatically determine your domain)

B.configure exchage to accept relay this host
DS

4. Save and quit sendmail.cf

5 put to /etc/hosts

6. start end stop sendmail to take modifications in sendmail.cf active.

7./sbin/init.d/sendmail stop

8./sbin/init.d/sendmail start

9. echo test | sendmail -v

Thanks.