- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Mails sent to local mail addresses doesn't wor...
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-14-2006 09:44 PM
03-14-2006 09:44 PM
Mails sent to local mail addresses doesn't arrive since server was restarted.
I checked mail log. Here you're messages:
sidney:/var/log # tail mail
Feb 21 19:34:30 sidney postfix/qmgr[1899]: fatal: watchdog timeout
Feb 21 19:44:50 sidney postfix/master[1889]: fatal: watchdog timeout
Feb 21 23:12:43 sidney postfix/pickup[17659]: fatal: watchdog timeout
Feb 22 13:13:25 sidney postfix/postfix-script: starting the Postfix mail system
Feb 22 13:13:25 sidney postfix/master[18491]: daemon started
Feb 22 13:13:26 sidney postfix/pickup[18495]: 816D724CBD: uid=0 from=
Feb 22 13:13:26 sidney postfix/cleanup[18507]: 816D724CBD: message-id=<20060222082100.816D724CBD@sidney.localdomain.es>
Feb 22 13:13:26 sidney postfix/qmgr[18496]: 816D724CBD: from=
Feb 22 13:13:26 sidney postfix/local[18635]: 816D724CBD: to=
Feb 22 13:13:28 sidney postfix/master[18491]: terminating on signal 15
sidney:/var/log #
Do you have any idea about what's happening?
Should I restart mail service?
Thanks in advance for your help.
Regards,
Carles
PS: I forgot! OS is Linux 2.4.19-64GB-SMP
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 10:34 PM
03-14-2006 10:34 PM
Re: Mails sent to local mail addresses doesn't work
I uses mail command. Here you're an example from script I have:
mail -s DIARI_SIDNEY operacio@hsp.localdomain.es < $FITXER_DADES
How can I check if mail daemon is running and how can I stop/start/restart?
Thanks and regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 11:09 PM
03-14-2006 11:09 PM
Re: Mails sent to local mail addresses doesn't work
will reveal the status of service..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 01:50 AM
03-15-2006 01:50 AM
Re: Mails sent to local mail addresses doesn't work
I executed "service sendmail status" but system shows nothing. Are you sure this is right command?
Maybe sendmail is not the method installed on this system.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:29 AM
03-15-2006 02:29 AM
Re: Mails sent to local mail addresses doesn't work
your MTA (Mail Transfer Agent).
It looks like the mail was delivered.
Likely delivery points are /var/mail/'userid',
/var/spool/mail/'userid', ~'úserid/Mail', or
~'userid'/Maildir.
I suspect the problem lies in the tool used
to fetch the mail.
Check http://www.postfix.org/docs.html
for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:54 AM
03-15-2006 02:54 AM
Re: Mails sent to local mail addresses doesn't work
alternatives --display mta
to see if you use sendmail or postfix...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 03:57 AM
03-15-2006 03:57 AM
Re: Mails sent to local mail addresses doesn't work
Try /sbin/service sendmail status
If it is running do
/sbin/service sendmail stop
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 06:44 PM
03-15-2006 06:44 PM
Re: Mails sent to local mail addresses doesn't work
Feb 22 13:13:26 sidney postfix/pickup[18495]: 816D724CBD: uid=0 from=
Feb 22 13:13:26 sidney postfix/cleanup[18507]: 816D724CBD: message-id=<20060222082100.816D724CBD@sidney.localdomain.es>
Feb 22 13:13:26 sidney postfix/qmgr[18496]: 816D724CBD: from=
Feb 22 13:13:26 sidney postfix/local[18635]: 816D724CBD: to=
shows that
1) you are using postfix as MTA (so you have nothing to do whatsoever with sendmail... sendmail WOULD NOT START if postfix was started first, as they need to bind to the very same port)
2) the message sent to root was delivered (last line above)
Make sure that the settings for mailbox delivery are indeed those you need them to be.
However, those watchdog messages are an indication that something is indeed wrong there, they are related to a stuck queue. Did you happen to fiddle with the system clock ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 12:06 AM
03-16-2006 12:06 AM
Re: Mails sent to local mail addresses doesn't work
I started daemon and it works fine now.
Thanks to all for your help. I've learnt a lot about linux due this issue!!
Regards,
Carles