1827136 Members
2983 Online
109716 Solutions
New Discussion

Re: Setup Mailbox, help!

 
Peston Foong
Advisor

Setup Mailbox, help!

Dear all hpux experts.

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.

4 REPLIES 4
Printaporn_1
Esteemed Contributor

Re: Setup Mailbox, help!

very simple program is just call elm
enjoy any little thing in my life
Peston Foong
Advisor

Re: Setup Mailbox, help!

Hi, Printapor.

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.
Frank Li
Trusted Contributor

Re: Setup Mailbox, help!

This is one way:-

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.

Hi Friend
Michael Tully
Honored Contributor

Re: Setup Mailbox, help!

There are a few things to check first:

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
Anyone for a Mutiny ?