Thread: SASL
View Single Post

  #2 (permalink)  
Old 10-24-2006
Greg Hackney
 
Posts: n/a
Default Re: SASL

ChantCd_com wrote:

> When I telnet to port 25 of localhost, I get this error in the log file
> (and Telnet hangs):
> "fatal: SASL per-process initialization failed"
>
> I am trying to use MySQL for my user authentication.
>
> I am running OpenSuSE 10.1




What does your smtpd.conf file look like? Something like this?

pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: plain login


--
Greg



Reply With Quote