- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Delay in Sendmail running at port 25
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
01-09-2002 09:30 AM
01-09-2002 09:30 AM
Delay in Sendmail running at port 25
OS HP-UX 11.0
The Sendmail , running at port 25 is sending mail with a delay of more than 5 min.
if i type in mailq then i see all the mails present, however after 5 to 8 min they are sent.
Can anyone help me as to how to avoid this delay in sending the mail.
Thank you in advance and have a good day,
Cheers,
Nag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 09:37 AM
01-09-2002 09:37 AM
Re: Delay in Sendmail running at port 25
It could be due to the delay due to your smartrelay or the bandwidth limitations anywhere. Or it could be lookup failures.
Send a mail using sendmail -v option and see
how it behaves and where you are getting delay.
$/usr/sbin/sendmail -v someuser@somedomain.com
(type in some message)
. (see the dot here)
After typing in . , you will see the activity of the sendmail. You can be able to figure out what exactly is happening.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 09:38 AM
01-09-2002 09:38 AM
Re: Delay in Sendmail running at port 25
sendmail -q 0 should flush all your mails.
You can also restart sendmail by sendmail -q option to set the time interval
Man page says...
-qtime Process saved messages in the queue at given intervals. If time is omitted, process the queueonce. time is given as a tagged number, with s being seconds, m being minutes, h being hours, d being days, and w being weeks. For example, -q1h30m or-q90m would both set the timeout to one hr.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 09:59 AM
01-09-2002 09:59 AM
Re: Delay in Sendmail running at port 25
When i try to send a mail from my account it give me an error as ,( ./usr/sbin/sendmail ss@dfss.com message . )
message... User unknown
.... User unknown
Can you please let me know how to re-start the sendmail demon..
Thank you...:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 10:05 AM
01-09-2002 10:05 AM
Re: Delay in Sendmail running at port 25
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
To stop and restart sendmail
If you want to use q option then /sbin/init.d/sendmail -qt(timings)
sendmail -v user@domaninname should send mail. If the user is valied.
Check for /var/adm/syslog/mail.log for more details
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 10:05 AM
01-09-2002 10:05 AM
Re: Delay in Sendmail running at port 25
Suggest you look at the patch level on your system and if the configuration looks okay, patch your system with the latest NFS/ARPA/sendmail patches and see if the problem gets resolved.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 10:20 AM
01-09-2002 10:20 AM
Re: Delay in Sendmail running at port 25
message... User unknown
.... User unknown
says that the receiving account on the remote system isn't valid (i.e. it doesn't exist).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 12:39 PM
01-09-2002 12:39 PM
Re: Delay in Sendmail running at port 25
The user unknown message comes if the remote user doesn't exist on the remote system. Try to send a message to the some user that doesn't exist on your system and you will get the same message back.
Did you get the reason why the mail is getting delayed?. You can also look at /var/adm/syslog/mail.log for errors.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 01:32 AM
01-10-2002 01:32 AM
Re: Delay in Sendmail running at port 25
To disable this, ensure the Timeout.ident line in /etc/mail/sendmail.cf looks like this:
O Timeout.ident=0
Then restart sendmail:
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
For more information see:
http://www.sendmail.org/faq/section3.html#3.12
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2002 11:32 AM
01-10-2002 11:32 AM
Re: Delay in Sendmail running at port 25
I have run into problems when the time taken to process the queue exceeds the time between queue runs.