[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

sarge, postfix and sasl problem



hello,

I'm using Sarge with Postfix 2.1.4-5, SASL2 2.1.19-1.5 and 
kernel  2.4.27-1-686

When I do a telnet to the smtp server it exits immediatly, I have the log message :

Oct 21 04:59:27 proxy postfix/smtpd[16924]: fatal: no SASL authentication mechanisms

Here is my main.cf file :

default_privs = nobody
mydomain = xxx.fr
myorigin = $myhostname
mydestination =
masquerade_domains = $mydomain
masquerade_exceptions = root
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
alias_maps=hash:/etc/aliases
program_directory = /usr/lib/postfix

smtpd_client_restrictions = permit_sasl_authenticated
smtpd_recipient_restrictions = permit_sasl_authenticated reject
smtpd_delay_reject=yes

smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_application_name = smtpd
smtpd_sasl_security_options = noanonymous
smtpd_sasl_path = /etc/postfix/sasl


In /etc/postfix/sasl/smtpd.conf, I have :

pwcheck_method: auxprop
mech_list: plain login

Any idea ?




Reply to: