Sendmail not logging after upgrade to 7.1 TL2 SP3


 
Thread Tools Search this Thread
Operating Systems AIX Sendmail not logging after upgrade to 7.1 TL2 SP3
# 1  
Old 06-04-2014
Sendmail not logging after upgrade to 7.1 TL2 SP3

Has anyone seen an issue where sendmail stops logging any debug messages after upgrading to 7.1 TL2 SP3?
The only APAR I see is for a "priv_raise failed" message in syslog.

Thanks.
# 2  
Old 06-04-2014
After upgrades sendmail.cf is one of the few files which is overwritten.

Try to reconfigure it and use
Code:
lssrc -s sendmail
stopsrc -s sendmail
if it stops, good
else
kill -9 <PID of sendmail>
then
startsrc -s sendmail -a "-bd -q30"

I hope this helps.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies

2. Linux

Syslog not logging successful logging while unlocking server's console

When unlocking a Linux server's console there's no event indicating successful logging Is there a way I can fix this ? I have the following in my rsyslog.conf auth.info /var/log/secure authpriv.info /var/log/secure (1 Reply)
Discussion started by: walterthered
1 Replies

3. Solaris

Sendmail not quite working after upgrade

We have a machine that we upgraded today. After the upgrade, I am getting connection refused on any emails from a remote host that uses an alias. If I send email directly to a user on the upgraded host, from a remote host, that works fine. If I send email to an alias on the ugraded machine, from... (3 Replies)
Discussion started by: brownwrap
3 Replies

4. UNIX for Dummies Questions & Answers

Suse 10 SP3 won't ping hostname

hi guys I got something I haven't been able to fix I configure a Linux Suse 10 box, added static IP, DNS (resolv), gateway (routes) but I am not able to ping other servers by name but nslookup works and the server can navigate on internet check below the problematic server is server-host20 ... (4 Replies)
Discussion started by: kopper
4 Replies

5. UNIX for Dummies Questions & Answers

Suse Ent 10 SP3 won't boot

hi I have Suse Ent 10 SP3 that when I reboot the server sometimes it won't... it behaves like this up and running If I rebooted boots ok so up and running again and If I rebooted again it won't from Hadr Drives What I can check on my boot/grub? why sometimes boots OK and sometimes does... (0 Replies)
Discussion started by: karlochacon
0 Replies

6. Solaris

Sendmail Upgrade Delimna

I'm being forced to upgrade my Sendmail to version 8.14.2. We currently run what comes stock with the Solaris 10 build. I've been working on this for several days getting Sendmail installed and running again. Now it's telling me that I have to install Berkely database. I've never done this... (1 Reply)
Discussion started by: buckhtr77
1 Replies

7. AIX

Double No.of CPU's shown by nmon10 on AIX 5.3 ML8 SP3

Hi all, We are recently migrated to AIX 5.3 ML8 SP3 on pseries systems,when we run the nmon we noted that the nmon display doubled no. of CPU's i.e we have physically 8 CPU's on p570 machine but nmon displays 16. Is this a bug of this version or what? Thanks in Advance (3 Replies)
Discussion started by: m_raheelahmed
3 Replies
Login or Register to Ask a Question