[Postfixbuch-users] Aufbau der smtpd.conf für mysql
Patrick Ben Koetter
p at state-of-mind.de
Do Okt 21 14:51:16 CEST 2004
* Nimer Yusef <Nimer at gmx.de> [041021 14:46]:
> Hi,
>
> > > -----------------------------------------------------------
> > > Meine smtpd.conf sieht so aus:
> > > pwcheck_method: auxprop
> > > auxprop_plugin: sql
> > > mech_list: plain login cram-md5 digest-md5
> > > sql_engine: mysql
> > > sql_hostnames: 127.0.0.1
> > > sql_user: xxxxxxx
> > > sql_passwd: xxxxxxxx
> > > sql_database: postfix
> > > sql_select: select password from mailbox where username='%u@%r'
> > > -----------------------------------------------------------
> >
> > Du willst, daß Postfix über SASL SMTP AUTH abwickelt.
>
> Ja.
>
> > Du willst, daß SASL über das sql auxprop in einer MySQL DB nachsieht, ob
> > username und password übereinstimmen.
>
> Was ist auxprop? Ich kenne nur aux von meinem Verstärker.
die abkürzung für auxilliary property plugin, plugins für Cyrus IMAP.
> > Wie sieht Deine MySQL Tabelle aus?
> > Poste mal einen Beispieleintrag.
>
> Klar gerne, ich benutze den Aufbau von postfixadmin:
>
> mailbox:
> username user at nimer.de
%u = username
%r = realm (hier: domainpart)
Dein Format stimmt also.
> password xyz
Ist das pass gecrypted oder plaintext?
> name Nimer
> maildir nimer.de/user/
> quota 0
> domain nimer.de
> created 2004-10-21 12:30:06
> modified 2004-10-21 12:30:06
> active 1
was sagt das auth log?
p at rick
--
SMTP AUTH
Howto: <http://postfix.state-of-mind.de/patrick.koetter/smtpauth/>
Debug: <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>
Mehr Informationen über die Mailingliste Postfixbuch-users