- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail mqueue
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
12-20-2001 12:04 PM
12-20-2001 12:04 PM
sendmail mqueue
I have the problem when I sendmail from clients to mail server:
1. Client 1: after sendmail the message go through to the mail server, then store in /var/spool/mqueue directory instead of send to /var/mail directory and distribution to the users.
2. Client 2: after sendmail the message send to it /var/spool/mqueue directory, then stay there
When I check in /var/adm/syslog/mail.log:
1. Client 1: stat=send, but I did not get 'you have mail' form the user that I send mail out.
2. Client 2: the log file show that warning: "could not send message for past 4 hours". The stat=queued.
I also try to sendmail inside server local users; the message send out OK without problem, so I don't know what is causing problem (server/client).
Would you give me the idea that what is causing the problem, and what should I check.
Thank you.
Happy Holiday season
Regards
Jennifer Lam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 12:15 PM
12-20-2001 12:15 PM
Re: sendmail mqueue
Check whether sendmail daemon is running on both the servers. (ps -ef | grep sendmail )
if not start sendmail by this command /sbin/init.d/sendmail start
Also check if var/mail has read/write permissions.
-Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 12:24 PM
12-20-2001 12:24 PM
Re: sendmail mqueue
Try using a verbose mail message...
/usr/lib/sendmail -v user@client2 < /etc/host
This will give you a much better idea on what is going on and just where your message is failing.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2001 01:43 PM
12-20-2001 01:43 PM
Re: sendmail mqueue
sendmail -v -d21 user@host
which will give you some debug information about DNS resolution, canonical mapping, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 05:25 AM
12-21-2001 05:25 AM
Re: sendmail mqueue
do you use DNS on that station?
Are the mails sent are targeted to a domain which doe snot have an "MX" record in DNS?
Check your "/etc/mail/services.switch" to NOT use "dns" in case you are NOT using DNS...
HTH,
Wodisch