[Postfixbuch-users] SMTP_AUTH

Patrick Ben Koetter p at state-of-mind.de
Mi Feb 4 00:04:58 CET 2004


* Jim Knuth <jk at jkart.de> [040203 23:57]:
> Hallo und guten Abend Patrick,
> 
> danke für die Email, die Du am 03.02.2004 um 23:24 schriebst - you wrote:
> 
> > Dann adjusten wir mal Deine config ;)
> 
> na ja, das ist ein wenig komplizierter. ;-)
> Also z.Zt läuft folgendes: Debian 3.0 - Confixx 2.0.11
> Postfix 2.0.18 - pop-before-smtp
> Die User legen/ändern ihre Mailaccounts über Confixx an, incl. der PW.
> Ich suche jetzt nach einem Weg SMTP-Auth für Otto Normalo
> einzurichten. Der User soll in seinem "Standard" Mailclient (Outlook
> Express) nix umstellen müssen. Ist wichtig!  Hab ich mich klar genug
> ausgedrückt? :-)

Ja. SMTP AUTH setzt aber vorraus, dass der User im Client SMTP AUTH
aktiviert. Siehe:
<http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailclients.html>
ganz am Ende...


> Die postconf -n
> --snip

...

Also da fehlen alle parameter für SMTP AUTH.
Du brauchst:

# SASL SUPPORT FOR CLIENTS
# The following options set parameters needed by Postfix to enable 
# Cyrus-SASL support for authentication of mail clients. 
# 
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
... 
smtpd_recipient_restrictions = 
   permit_sasl_authenticated, 
   ...

> --snap
> Ich habe "noch" kein sasl2 nur sasl

Dann sieh mal in /usr/lib/sasl/ nach, ob da eine smtpd.conf liegt. wenn
nicht, dann lege eine als root an und schreibe folgendes rein:

pwcheck_method: saslauthd

dann ruf bitte mal 'saslauthd -v' auf und poste den output.

p at rick


-- 
Patrick Koetter <p at state-of-mind.de>
http://postfix.state-of-mind.de/patrick.koetter/




Mehr Informationen über die Mailingliste Postfixbuch-users