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 <webmas...@oldcabin.net> 
To: BlueOnyx General Mailing List <blueonyx@mail.blueonyx.it> 
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
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to