Martin Fahrendorf wrote:
Am Mittwoch, 24. September 2003 07:51 schrieb Thomas Deutsch:

I don't know what is wrong:

master.cf:

smtp    inet    n       -       y       -       -       smtpd
#smtps    inet  n       -       n       -       -       smtpd
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission     inet    n       -       n       -       -       smtpd
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
[...]
smtp    unix    -       -       n       -       -       smtp
relay   unix    -       -       y       -       -       smtp

main.cf:

smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,
check_relay_domains

argh, can you see the obvious? you have enabled the SMTPD sasl stuff, but not the SMTP sasl. The difference is the d. so use


smtp_sasl_local_domain =
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous

The File looks now like:


smtp_sasl_local_domain =
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
#broken_sasl_auth_clients = yes
#smtpd_recipient_restrictions = permit_sasl_authenticated, check_relay_domains


But Postfix don't want an Autentication. Why?

/usr/lib/sasl/smtp.conf:

pwcheck_method: saslauthd

Can you help me?

Thomas


Martin

Thomas


--
Thomas Deutsch <[EMAIL PROTECTED]>
ICQ: 83960670 - http://www.tdeutsch.ch
Registred Linuxuser Nr. 302903 (http://counter.li.org/)
"...there are two types of friends in this world. Normal friends and the ones you can code with."



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to