- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mail does not work
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-24-2004 12:51 PM
03-24-2004 12:51 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 12:59 PM
03-24-2004 12:59 PM
Re: Mail does not work
2) If you want to check your system mail queue, try the command mailq.
Its gonna take a little detail to get to the bottom of this situation. Can you provide a more detailed explanation of the problem?
Thanks.
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:58 PM
03-24-2004 01:58 PM
Re: Mail does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:44 PM
03-24-2004 02:44 PM
Re: Mail does not work
#ps -ef |grep sendmail
Look into /var/adm/syslog/mail.log
Look for any mail stuck into queue.
#mailq
can also do
#/sbin/init.d/sendmail stop
#/sbin/init.d/sendmail start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:49 PM
03-24-2004 02:49 PM
Re: Mail does not work
is it sendmail or someone else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:55 PM
03-24-2004 02:55 PM
Re: Mail does not work
Sendmail is the MTA or Mail Transfer Agent in HPUX, While elm, pine are used as mail clients.
Regards
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 04:06 PM
03-24-2004 04:06 PM
Re: Mail does not work
Totally.
Completely.
Dead.
WRONG.
Apologies. A lesson that maybe I should try thing before spurting on the keyboard.
My mail command does work as root or other users.
Darn I have a lot on my HP-UX box.
Michael, what ever happened with that java issue?
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 06:34 PM
03-24-2004 06:34 PM
Re: Mail does not work
i want to know how to configure sendmail so i
can receive a mail from my microsoft outlook?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:22 AM
03-25-2004 12:22 AM
Re: Mail does not work
I am logging in as root
There is mail in mailq; the curious thing is that the last 10 entries or so state â (no control file)â
I have no such file â /var/spool/mqueueâ
â /sbin/init.d/sendmail stopâ returns â No sendmail server runningâ
â /sbin/init.d/sendmail startâ returns me to the # prompt. A subsequent â sendmailâ stop
gives the same response as the previous â sendmail stopâ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 01:27 AM
03-25-2004 01:27 AM
Re: Mail does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:06 AM
03-25-2004 03:06 AM
Solutiondrwxr-xr-x 2 bin bin 1024 Mar 25 15:45 /var/spool/mqueue
As for sendmail, check /etc/rc.config.d/mailservs. If there is a line reading:
SENDMAIL_SERVER=0
then it means don't start sendmail. You could try changing that to SENDMAIL_SERVER=1, and then run the /sbin/init.d/sendmail start command again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:33 AM
03-25-2004 03:33 AM