Did not help the issue

[root@cabin3 admin]# systemctl stop sendmail
[root@cabin3 admin]# ps -aef |grep sendmail
root     13865     1  0 08:53 ?        00:00:00 sendmailanalyzer
root     30029  5733  0 09:46 pts/0    00:00:00 grep --color=auto sendmail

[root@cabin3 admin]# killall -9 sendmail

sendmail: no process found

[root@cabin3 admin]# systemctl start sendmail

[root@cabin3 admin]# tail -f /var/log/maillog
Jan 24 09:45:55 cabin3 sendmail[29796]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon MTA: cannot bind: Address already in use
Jan 24 09:45:55 cabin3 sendmail[29796]: daemon MTA: problem creating SMTP
socket
Jan 24 09:45:55 cabin3 sendmail[29796]: NOQUEUE: SYSERR(root):
opendaemonsocket: daemon MTA: server SMTP socket wedged: exiting
Jan 24 09:46:23 cabin3 dovecot: pop3-login: Disconnected (auth failed, 1
attempts in 3 secs): user=<[email protected]>, method=PLAIN,
rip=199.34.16.16, lip=69.8.136.239, session=<FNauqOScOPPHIhAQ>
Jan 24 09:46:38 cabin3 sendmail[30113]: starting daemon (8.14.7):
SMTP+queueing@01:00:00
Jan 24 09:46:38 cabin3 sendmail[30113]: NOQ

On Fri, Jan 24, 2020 at 9:40 AM neal pressman <[email protected]> wrote:

> without getting into root cause the quick fix should be...
>
> depending on OS version
> systemctl stop sendmail    or    service sendmail stop
>
> check for rouge processes :
>
> ps -aef |grep sendmail
>
> if there  are any kill them:
>
> killall -9 sendmail
>
> systemctl start sendmail    or    service sendmail start
>
> --
> Open WebMail Project (http://openwebmail.org)
>
>
> *---------- Original Message -----------*
> From: webmaster webmaster <[email protected]>
> To: BlueOnyx General Mailing List <[email protected]>
> Sent: Fri, 24 Jan 2020 09:05:02 -0600
> Subject: [BlueOnyx:23602] sendmail issues
>
> > Hi all,
> >
> > I have having issues this morning with sendmail  below is a snip from
> the maillog
> >
> > Any clues on how to fix?
> >
> > The client will be waking soon and they will be screaming
> >
> > Thanks
> >
> > --Tim
> >
> > # -- snip --#
> >
> > Jan 24 09:01:49 cabin3 sendmail[17338]: NOQUEUE: SYSERR(root):
> opendaemonsocket: daemon MTA: cannot bind: Address already in use
> > Jan 24 09:01:49 cabin3 sendmail[17338]: daemon MTA: problem creating
> SMTP socket
> > Jan 24 09:01:54 cabin3 sendmail[17338]: NOQUEUE: SYSERR(root):
> opendaemonsocket: daemon MTA: cannot bind: Address already in use
> > Jan 24 09:01:54 cabin3 sendmail[17338]: daemon MTA: problem creating
> SMTP socket
> > Jan 24 09:01:57 cabin3 dovecot: imap(kmetro): Logged out in=194 out=1092
> > Jan 24 09:01:57 cabin3 dovecot: imap(kmetro): Logged out in=151 out=943
> > Jan 24 09:01:59 cabin3 sendmail[17338]: NOQUEUE: SYSERR(root):
> opendaemonsocket: daemon MTA: cannot bind: Address already in use
> > Jan 24 09:01:59 cabin3 sendmail[17338]: daemon MTA: problem creating
> SMTP socket
> > Jan 24 09:02:04 cabin3 sendmail[17338]: NOQUEUE: SYSERR(root):
> opendaemonsocket: daemon MTA: cannot bind: Address already in use
> > Jan 24 09:02:04 cabin3 sendmail[17338]: daemon MTA: problem creating
> SMTP socket
> *------- End of Original Message -------*
> _______________________________________________
> Blueonyx mailing list
> [email protected]
> http://mail.blueonyx.it/mailman/listinfo/blueonyx
>
_______________________________________________
Blueonyx mailing list
[email protected]
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to