HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail stopped - mail.log still logging entries
Operating System - HP-UX
1833032
Members
2394
Online
110049
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
Forums
Discussions
Discussions
Discussions
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
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
01-08-2003 11:49 AM
01-08-2003 11:49 AM
I stopped sendmail but still am getting entries in mail.log from cron jobs (i.e. fbackup)- why?
Thanks,
Laurel
Sample entries:
Jan 7 01:26:32 kcc-uxs1 sendmail[12393]: BAA12393: from=root, size=846, class=0
, pri=30846, nrcpts=1, msgid=<200301070726.BAA12393@kcc-uxs1.kcc.local>, relay=r
oot@localhost
Jan 7 01:26:33 kcc-uxs1 sendmail[12396]: BAA12393: to=rgifford, ctladdr=root (0
/3), delay=00:00:01, xdelay=00:00:00, mailer=local, stat=Sent
Thanks,
Laurel
Sample entries:
Jan 7 01:26:32 kcc-uxs1 sendmail[12393]: BAA12393: from=root, size=846, class=0
, pri=30846, nrcpts=1, msgid=<200301070726.BAA12393@kcc-uxs1.kcc.local>, relay=r
oot@localhost
Jan 7 01:26:33 kcc-uxs1 sendmail[12396]: BAA12393: to=rgifford, ctladdr=root (0
/3), delay=00:00:01, xdelay=00:00:00, mailer=local, stat=Sent
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 12:15 PM
01-08-2003 12:15 PM
Solution
If sendmail is not running, sendmail isn't being a server. That doesn't stop sendmail from being a client.
Kill sendmail:
# /sbin/init.d/sendmail stop
#cat .profile | mailx you@yourdomain.com
It still works, since sendmail is invoked as a client on the command line. When sendmail is invoked, it logs to mail.log.
Kill sendmail:
# /sbin/init.d/sendmail stop
#cat .profile | mailx you@yourdomain.com
It still works, since sendmail is invoked as a client on the command line. When sendmail is invoked, it logs to mail.log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 12:32 PM
01-08-2003 12:32 PM
Re: sendmail stopped - mail.log still logging entries
Hi,
Sendmail will be invoked in foreground mode by some of mail agents like mailx and elm. So, you would still see the entries logged by sendmail.
Try the following and look for the entries
$echo test |mailx -s "test" yourid@yourdomain.com
$echo test |mail -s "test" yourid@yourdomain.com
there will be no entry corresponding to "mail".
-Sri
Sendmail will be invoked in foreground mode by some of mail agents like mailx and elm. So, you would still see the entries logged by sendmail.
Try the following and look for the entries
$echo test |mailx -s "test" yourid@yourdomain.com
$echo test |mail -s "test" yourid@yourdomain.com
there will be no entry corresponding to "mail".
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP