- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Setup Mailbox, help!
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
07-24-2001 05:44 PM
07-24-2001 05:44 PM
Setup Mailbox, help!
I found that hpux 11 could be setup a mailbox, it allow for all the user to send thier emails via hpux instead of other email server.
But I quite new in hpux and seeking for help how do I setup a mail box via hpux 11.
1. What are the proper procedure that need to be setup?
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 06:17 PM
07-24-2001 06:17 PM
Re: Setup Mailbox, help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 06:54 PM
07-24-2001 06:54 PM
Re: Setup Mailbox, help!
elm. How do I send the email out? How to I setup the mail account? For example, users login is sysmis01, sysmis02, sysmis03..sysmis09.
If I want to send email to sysmis03. Then I just write send to: sysmis03.
But he(sysmis03) couldn't receive my email after a email been sent to sysmis03?
Thank you in advance. Who those know this problem please help. Thank you so much.
Redards,
Peston.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 09:21 PM
07-24-2001 09:21 PM
Re: Setup Mailbox, help!
1.check whether the sendmail is running on the system ( ps -ef | grep sendmail ) , if not , edit the file /etc/rc.config.d/mailservs , set the SENDMAIL_SERVER to 1 . and start sendmail daemon (/sbin/init.d/sendmail start)
2. Then use : mailx user@system2 to give a mail to user on system2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 09:35 PM
07-24-2001 09:35 PM
Re: Setup Mailbox, help!
1. Set up mail aliases
2. Make sure that your DNS is setup correctly
3. Make sure that your /etc/mail/sendmail.cw
has your domain.
4. Sendmail is running. (use ps -ef |grep sendmail)
Have something similar to this:
/etc/mail/alaises
# Local aliases
sysadmin: your.name@yourdomain.com
/etc/mail/sendmail.cw
localhost
system1.yourdomain.com
Try this to mail yourself
# elm -s "test" your.name@yourdomain.com
You may get a message about setting up directories just say "yes"
HTH
Michael