Page 1 of 1

Problem with SMTP Relay / Smart Host

Posted: Tue Oct 09, 2007 5:51 am
by desaster.mike
Hi guys,

after setting up my Smart Host and restarting sendmail i got the following error in the mail.info

Code: Select all

Oct  9 09:47:24 bauregie sm-mta[1392]: NOQUEUE: stopping daemon, reason=signal
Oct  9 09:47:28 bauregie sm-mta[4228]: error: safesasl(/etc/sasl/Sendmail.conf) failed: No such file or directory
Oct  9 09:47:28 bauregie sm-mta[4228]: error: safesasl(/usr/lib/sasl2/Sendmail.conf) failed: No such file or directory
Oct  9 09:47:28 bauregie sm-mta[4229]: starting daemon (8.13.8): SMTP+queueing@00:10:00
Oct  9 09:47:28 bauregie sm-mta[4229]: STARTTLS: ServerCertFile missing
Oct  9 09:47:28 bauregie sm-mta[4229]: started as: /usr/sbin/sendmail-mta -Am -L sm-mta -bd -q10m


I can't send any eMails right now :(

hope you guys can help me.

Posted: Tue Oct 09, 2007 8:21 am
by jaime.pinto
Which OS?
Read this post:
viewtopic.php?t=8833

Apparently you are instructing send mail to do TLS authentication against your "new" smarthost, but you are not providing the proper credentials.

Thy commenting the STARTTLS lines in the sendmail.mc to start, to to see if it gets through.

Posted: Tue Oct 09, 2007 10:11 am
by desaster.mike
jaime.pinto wrote:Which OS?
Read this post:
viewtopic.php?t=8833

Apparently you are instructing send mail to do TLS authentication against your "new" smarthost, but you are not providing the proper credentials.

Thy commenting the STARTTLS lines in the sendmail.mc to start, to to see if it gets through.


i am using Debian Etch.
thank's for that hint i'll try that.