- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to setup mail account and address in HP-UX
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-16-2004 01:29 PM
05-16-2004 01:29 PM
how to setup mail account and address in HP-UX
I am currently trying to set up the mail account for the users in the HP-UX 11 system that i have in the office.
The first question i would like to enquire is
1. how do i set up the mail service?
2. how do it set up the dowmain name?
3. can i get the system to send out the mail?
Regards,
Calvin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 01:45 PM
05-16-2004 01:45 PM
Re: how to setup mail account and address in HP-UX
Add the following to the /etc/mail/sendmail.cf file
# "Smart" relay host (may be null)
DSmetxxx1 (Replace metxxx1 with your exchange server name)
Save the file.
The domain name should be included in the /etc/resolv.conf file
domain mydomain.com
nameserver 10.63.100.2
nameserver 10.63.100.3
The sendmail process daemon will forward the mail to the exchange server.
Restart the sendmail daemon
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 03:42 PM
05-16-2004 03:42 PM
Re: how to setup mail account and address in HP-UX
as pointed by Michael, you may need an exchange server, however, if other mail software that runs SMTP services, it will do just fine.
also ensure, for security reasons, that sendmail has the latest patch applied and if possible, do not let the daemon run but only queue for the mail request by inserting the following line to the cron job:
0,15,30,45 * * * * /usr/sbin/sendmail -q
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2004 07:08 PM
05-16-2004 07:08 PM
Re: how to setup mail account and address in HP-UX
what this error mean when the system starts up ?
mail: permission denied!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 12:59 AM
05-18-2004 12:59 AM
Re: how to setup mail account and address in HP-UX
Consider going to www.sendmail.org, and reading the FAQs there. There is an article on directory permissions, etc, that may be causing your startup problems.
When you create user accounts through SAM, you are creating mail accounts. Unix users can use mailx, or elm, etc. to send/receive email. If users are on a PC, they need to set their mail programs, like Outlook Express or Eudora, etc, to look at your unix server to send/receive email.