- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail configuration on HP-Ux 11.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:10 PM
05-24-2002 09:10 PM
Sendmail configuration on HP-Ux 11.0
Kindly if someone can guide me the procedures to configure sendmail on HP-Ux 11.0. Expectations & setup is as listed below:
Wants to configure HP-Ux 11.0 server to send email to Lotus Notes email server working on WIN2K. Email server is not configured as DNS server. But the domain which this Lotus server belongs to is a DNS server.
Pls help..!
Thanks in advance..!
Naveen Shetty.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:37 PM
05-24-2002 09:37 PM
Re: Sendmail configuration on HP-Ux 11.0
You configure the HP server DNS resolver to
query the DNS server in the mentioned domain.
In the DNS server you can add a MX record for
your domain ( or ) for that specific lotus notes server.
And configure /etc/nsswitch.conf in the HP server to ask dns first .
And add the domain name to Cw macro in /etc/sendmail.cf file. This is all enough ,
if you are ready to use dns for HP also.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 09:45 PM
05-24-2002 09:45 PM
Re: Sendmail configuration on HP-Ux 11.0
edit /etc/mail/sendmail.cf file and point
the realy host to the lotus sever.
stop, start the sendmail.
test mail and here you go.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 10:22 PM
05-24-2002 10:22 PM
Re: Sendmail configuration on HP-Ux 11.0
hi
Edit
/etc/hosts file:
190.9.200.203 mail1
edit /etc/mail/sendmail.cf change the DS line (after the line:
# "Smart" relay host (may be null))to read:
DSmail1
please check this link also.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbfa4ee3e323bd5118fef0090279cd0f9,00.html
Vijeesh CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 10:30 PM
05-24-2002 10:30 PM
Re: Sendmail configuration on HP-Ux 11.0
Do you want to send mails and also receive mails in the HP server ?. In that case DS smart
host will not help.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2002 08:08 AM
05-26-2002 08:08 AM
Re: Sendmail configuration on HP-Ux 11.0
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2002 02:55 PM
05-26-2002 02:55 PM
Re: Sendmail configuration on HP-Ux 11.0
Smart Relay host in you /etc/mail/sendmail.cf
DSmymail
Restart the sendmail daemon
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
Have the mail server in you /etc/hosts file
mymail 10.20.30.40
Have your DNS localised where possible:
hosts: files [NOTFOUND=continue UNAVAIL=return TRYAGAIN=return] dns [NOTFO
UND=return UNAVAIL=continue TRYAGAIN=return]
# more /etc/resolv.conf
domain mydomain.com
nameserver 10.20.30.50
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2002 01:37 AM
05-27-2002 01:37 AM
Re: Sendmail configuration on HP-Ux 11.0
UX 11.00 doesnt have fetchmail in as a default, so you'll have to download and compile it.
John