- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to use sendmail to mail to internet user
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
03-22-2004 01:38 PM
03-22-2004 01:38 PM
Should I modify any configuration file? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 04:08 PM
03-22-2004 04:08 PM
Re: how to use sendmail to mail to internet user
yes. /etc/mail/sendmail.cf.
see this thread and remember to restart your sendmail services:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=40363
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 05:24 PM
03-22-2004 05:24 PM
Re: how to use sendmail to mail to internet user
Be aware of that sendmail on HP-UX likes to resolve the domain that you are sending to.
If you behind a firewall with the sendmail server, the internal DNS not always resolves the internet domains.
Try to resolve (with nslookup) a domain that you like to send an email to from the server that runs sendmail. If this returns a IP address the sendmail sends the mail out to the configured relay-host.(see sendmail.cf in /etc/mail)
If you can not resolve the domain using a DNS server, try putting the internet domain in your local /etc/hosts file (fake IP-address while do the trick)
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 05:38 PM
03-22-2004 05:38 PM
SolutionDS
[ip of relay server]
or hosthame
save sendmail.cf
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Note that sendmail does NOT need to run as a daemon for mail to get off the box. Running it as a daemon for no reason is a bad idea.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 01:11 AM
03-24-2004 01:11 AM
Re: how to use sendmail to mail to internet user
- BIND ( Your Domain and Resolve method)
- SENDMAIL ( Your Domain, Relay server, etc )
You know how to ?