At Mon, 5 Jun 2006 17:02:29 +0300 (EEST), ������ ������� wrote: > sendmail client side smtp authentication problem > > 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:PLAIN" this worked for me. hth, toni -- If you understand what you're doing, you're | toni at stderror dot at not learning anything. | Toni Schmidbauer -- Anonymous | _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"