Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jun 2006 23:45:56 +0200
From:      Toni Schmidbauer <toni@stderror.at>
To:        =?UTF-8?B?IuXMydPFyiDiwcLFzsvPIg==?= <a@zeos.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: sendmail client side smtp authentication problem
Message-ID:  <8664je9cvf.wl%toni@stderror.at>
In-Reply-To: <20060605140229.44BF5921832@uma.zeos.net>
References:  <20060605140229.44BF5921832@uma.zeos.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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                                |



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8664je9cvf.wl%toni>