This is a discussion on Re: Postfix, SASL2 and MySQL within the mailing.postfix.users forums, part of the Mail Servers and Related category; > Andreas Rother wrote: > > I use cyrus-sasl-2.1.19 ans the sql-module cy2-sql-2....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Andreas Rother wrote:
> > I use cyrus-sasl-2.1.19 ans the sql-module cy2-sql-2.1.19 from the ports > > collection, so my smtpd.conf is expected in /usr/pkg/lib/sasl2 and has > the > > following content: > [snip] > > auxprop_plugin: sql > > sql_engine: mysql > > sql_hostnames: localhost > > sql_database: maildb > > sql_user: maildbuser > > sql_passwd: topsecret > > sql_select: SELECT clear FROM users WHERE email = '%u@%r' AND postfix = > 'y' > > Hm, > > looks different here, but might be due to different patches: > > auxprop_plugin: mysql > sql_engine: mysql > mysql_hostnames: localhost > mysql_user: postfix > mysql_passwd: topsecret > mysql_database: postfix > mysql_statement: SELECT password FROM mailbox WHERE username = '%u@%r' > > Cheers, > Juri Right, from some version on the module was changed to a generic sql plugin. You seem to use the former mysql specific one. -- +++ GMX DSL Premiumtarife 3 Monate gratis* + WLAN-Router 0,- EUR* +++ Clevere DSL-Nutzer wechseln jetzt zu GMX: http://www.gmx.net/de/go/dsl |