Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 05:13:17 -0400
From:      Rob Szarka <szlists@szarka.org>
To:        freebsd-isp@freebsd.org
Subject:   Re: Sendmail/SASL2/saslauthdb problem
Message-ID:  <7.0.1.0.0.20060612051259.04bbfd10@szarka.org>
In-Reply-To: <7.0.1.0.0.20060611113015.072d4698@szarka.org>
References:  <7.0.1.0.0.20060611113015.072d4698@szarka.org>

next in thread | previous in thread | raw e-mail | index | archive | help

*ahem*

I would like to point out the following obvious (in retrospect) 
advice about testing smtp auth by hand:

when using mmencode to translate to base64, one should

printf "username" | mmencode

not

echo "username" | mmencode

Of course, it wasn't working from my usual MUA either, originally; 
but after I  fixed my problem, I didn't know it was fixed because I 
was testing with a bad username and password.

*sigh*

After a complete deinstall/reinstall/reconfigure didn't work, I caught on...




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7.0.1.0.0.20060612051259.04bbfd10>