atom feed11 messages in org.freebsd.freebsd-questionsRe: Using sendmail as a client with auth
FromSent OnAttachments
Bernt HanssonFeb 13, 2012 7:08 am 
Matthew SeamanFeb 13, 2012 7:28 am 
Nikola PavlovićFeb 13, 2012 8:34 am 
Bernt HanssonFeb 13, 2012 9:11 pm 
Bernt HanssonFeb 13, 2012 9:49 pm 
Josh TolbertFeb 13, 2012 11:02 pm 
Matthew SeamanFeb 14, 2012 12:01 am 
Matthew SeamanFeb 14, 2012 12:14 am 
Trond EndrestølFeb 14, 2012 1:43 am 
Trond EndrestølFeb 14, 2012 2:39 am 
Nikola PavlovićFeb 14, 2012 2:40 am 
Subject:Re: Using sendmail as a client with auth
From:Matthew Seaman (m.se@infracaninophile.co.uk)
Date:Feb 14, 2012 12:14:00 am
List:org.freebsd.freebsd-questions

On 14/02/2012 08:05, Bernt Hansson wrote:

I have rebuilt and installed world, but no cigar.

Feb 14 08:50:40 reader sendmail[1147]: q1E7oe7l001147: to=ba@bananmonarki.se, ctladdr=bernt (1001/1001), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30064, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (q1E7oevk001148 Message accepted for delivery) Feb 14 08:50:41 reader sm-mta[1150]: STARTTLS=client, relay=my.isp.com., version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256 Feb 14 08:50:47 reader sm-mta[1150]: q1E7oevk001148: to=<ba@bananmonarki.se>, ctladdr=<bernt@fqdn> (1001/1001), delay=00:00:07, xdelay=00:00:07, mailer=relay, pri=30391, relay=my.isp.com. [x.x.x.x], dsn=5.7.1, stat=Service unavailable Feb 14 08:50:47 reader sm-mta[1150]: q1E7oevk001148: q1E7olvk001150: DSN: Service unavailable

Look at the output of

ldd /usr/libexec/sendmail/sendmail

If there's no mention of sasl2 there, then your modifications to the build process would seem to have failed.

Otherwise, it's a configuration problem and you need to double check /etc/mail/$(hostname).mc and your client auth data.

Cheers,

Matthew