hi. the sendmail packages on my f15 server were updated from 8.14.4-20 to 8.14.5-1 yesterday. since then, every attempt to send mail via a smart relay have failed with :
Jun 25 14:05:10 server sendmail[23512]: p5PD59jr023512: from=root, size=208, class=0, nrcpts=1, msgid=<201106251305.p5PD59jr023512@server.{fromdom ain}>, relay=root@localhost
Jun 25 14:05:10 server sendmail[23513]: p5PD5A8l023513: from=<root@server.{fromdomain}>, size=480, class=0, nrcpts=1, msgid=<201106251305.p5PD59jr023512@server.{fromdom ain}>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Jun 25 14:05:10 server sendmail[23512]: p5PD59jr023512: to=root, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=30208, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (p5PD5A8l023513 Message accepted for delivery)
Jun 25 14:05:11 server sendmail[23514]: STARTTLS=client, relay={smtp server}, version=TLSv1/SSLv3, verify=FAIL, cipher=RC4-SHA, bits=128/128
Jun 25 14:05:11 server sendmail[23514]: p5PD5A8l023513: to=server@{todomain}, ctladdr=<root@server.{fromdomain}> (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30704, relay={smtp server} [n.n.n.n], dsn=5.0.0, stat=Service unavailable
Jun 25 14:05:11 server sendmail[23514]: p5PD5A8l023513: p5PD5B8l023514: DSN: Service unavailable
Jun 25 14:05:12 server sendmail[23514]: p5PD5B8l023514: to=server@{todomain}, delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=31728, relay={smtp server}, dsn=5.0.0, stat=Service unavailable
Jun 25 14:05:12 server sendmail[23514]: p5PD5B8l023514: p5PD5B8m023514: return to sender: Service unavailable
Jun 25 14:05:12 server sendmail[23514]: p5PD5B8m023514: to=server@{todomain}, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=32752, relay={smtp server}, dsn=5.0.0, stat=Service unavailable
Jun 25 14:05:12 server sendmail[23514]: p5PD5B8l023514: Losing ./qfp5PD5B8l023514: savemail panic
Jun 25 14:05:12 server sendmail[23514]: p5PD5B8l023514: SYSERR(root): savemail: cannot save rejected email anywhere
i've tried using various different smtp relays and they all now throw the same error.
without going through all my sendmail config, i have the following entries in /etc/mail/sendmail.mc :
define(`SMART_HOST', `{smtp server}')dnl
FEATURE(`authinfo', `hash /etc/mail/authinfo')dnl
and the /etc/mail/authinfo file contains :
AuthInfo:{incoming mail server} "U:{user}" "P:{password}"
is anyone else getting this, or know what the cause is ? cheers.