Am Mittwoch, 24. September 2003 07:51 schrieb Thomas Deutsch:
> Martin Fahrendorf wrote:
> > Am Dienstag, 23. September 2003 15:49 schrieb Thomas Deutsch:
> >>>Martin Fahrendorf wrote:
> >>>
> >>>Am Dienstag, 23. September 2003 15:31 schrieb Thomas Deutsch:
> >>
> >>[...]
> >>
> >>>so you have un-chrooted the wron line. search something like
> >>>
> >>>smtp      unix  -       -       n       -       -       smtp
> >>>
> >>>(remeber the missing d at the end).
> >>
> >>Yes. I've now changed the y to n. Is it necessary to change the smtpd
> >>line back to y? Because it don't work
> >
> > The smtpd don't work? It don't work with chroot to y or n?
>
> With or without chroot of smtp, the authentification will always fail.
>
> > Generaly it is not nessesary to use postfix chrooted. By default postfix
> > on mandrake only listen on the loopback interface. And, if you want to
> > configure something it is recomended to test it without the chroot and if
> > it works as expected, enable chroot (if you realy need it).
>
> 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

> /usr/lib/sasl/smtp.conf:
>
> pwcheck_method: saslauthd
>
> Can you help me?
>
> Thomas

Martin
-- 
------------------------------------------------------------
H E L I X Gesellschaft für Software & Engineering mbH
------------------------------------------------------------
Hanauer Landstrasse 52              Telefon (069) 4789 35-30
D-60314 Frankfurt am Main           Telefax (069) 4789 35-44
------------------------------------------------------------
http://www.helix-gmbh.net                [EMAIL PROTECTED]
------------------------------------------------------------

Attachment: pgp00000.pgp
Description: signature

Reply via email to