- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail problem
Operating System - HP-UX
1820658
Members
2201
Online
109626
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-21-2004 03:54 AM
тАО07-21-2004 03:54 AM
sendmail problem
Hello
in /var/adm/syslog/mail.log is the following message (and no mails are delievered)
message queued for future delivery
What can I do ?
Thankd Ralf
in /var/adm/syslog/mail.log is the following message (and no mails are delievered)
message queued for future delivery
What can I do ?
Thankd Ralf
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2004 04:01 AM
тАО07-21-2004 04:01 AM
Re: sendmail problem
Run mailq and check if the mail is sitting there. This should give some idea what it is doing.
Also if you are using smart relay, are there any problems with that.
Anil
Also if you are using smart relay, are there any problems with that.
Anil
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2004 04:24 AM
тАО07-21-2004 04:24 AM
Re: sendmail problem
Mail is not getting off your system.
verify with this command:
mailq
verify and find out why with this command:
sendmail -v -q
That will try and process the queue and tell you the problem.
Two main areas of possible cause:
1) DNS resolution doesn't work, can't resolve host name, mail doesn't go anywhere. Look at /etc/resolv.conf and make sure nslookup or dig actually gives you valid answer.
2) Mail forwarding: set your mail to relay off an smtp/exhange/whatever server. DS directive
in sendmail.cf
DShostnameofrelayserver
or
DS
[ ip address of relay server]
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Re-run prior steps and watch the mail get delivered.
Note: the target server in th DS directive must be explicitly set to allow you to relay mail. Handle that yourself or with the server admin before you start.
Because the relay configuration can be limited to a single IP address it is not a spam relay risk.
SEP
verify with this command:
mailq
verify and find out why with this command:
sendmail -v -q
That will try and process the queue and tell you the problem.
Two main areas of possible cause:
1) DNS resolution doesn't work, can't resolve host name, mail doesn't go anywhere. Look at /etc/resolv.conf and make sure nslookup or dig actually gives you valid answer.
2) Mail forwarding: set your mail to relay off an smtp/exhange/whatever server. DS directive
in sendmail.cf
DShostnameofrelayserver
or
DS
[ ip address of relay server]
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Re-run prior steps and watch the mail get delivered.
Note: the target server in th DS directive must be explicitly set to allow you to relay mail. Handle that yourself or with the server admin before you start.
Because the relay configuration can be limited to a single IP address it is not a spam relay risk.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP