Am Mittwoch, 24. September 2003 09:25 schrieb Thomas Deutsch:
> I don't have received your last mail, because my server was out of
> function. But I've read it in my Colleague's mailbox.
>
> My problem is that I try to configure the Mailserver in such a way that
> only authenticated mailclient can send emails trought my server. If I
> unterstand it correctly, must I take the smtpd stuff, right?
>
> But the smtpd stuff does not work proper, because the authentication
> always fails.
>

so use 

smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes

in your main.cf.

use
pwcheck_method: saslauthd

in your smtpd.conf and configure your saslauthd to use pam (or what else you 
want) in your /etc/sysconfig/saslauthd file (remeber the d in smtpd.conf).

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