sendmail client side smtp authentication problem

Toni Schmidbauer toni at stderror.at
Tue Jun 6 14:54:32 PDT 2006


At Mon,  5 Jun 2006 17:02:29 +0300 (EEST),
=E5=CC=C9=D3=C5=CA =E2=C1=C2=C5=CE=CB=CF wrote:
> sendmail client side smtp authentication problem
>=20
> My ISP wants my MTA authenticate itself from now on.
> So, I read cf/README, added FEATURE(authinfo) in my localhost.mc,
> created the file authinfo with one line

i added the following lines to /etc/mail/<your.hostname.here>.mc:

define(`SMART_HOST',`your.isp.smart.host')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN')dnl
FEATURE(`authinfo',`hash /etc/mail/auth/client-info')dnl

then i created the dir /etc/mail/auth with mode 700 and the
file client-info with mode 600.

client-info has the following content:

AuthInfo:your.isp.smart.host "U:username" "I:username" "P:password" "M:PLAI=
N"

this worked for me.

hth,
toni
--=20
If you understand what you're doing, you're | toni at stderror dot at
not learning anything.                      | Toni Schmidbauer
-- Anonymous                                |


More information about the freebsd-questions mailing list