> -- content of /usr/lib/sasl2/smtpd.conf --
>
> pwcheck_method: auxprop
>
> mech_list: login plain
>
> auxprop_plugin: sql
>
> sql_hostnames: xx.xx.xx.xx
>
> sql_user: --- replaced ---
>
> sql_passwd: --- replaced ---
>
> sql_database: merakdb
>
> sql_select: select U_Password from users where U_Mailbox = '%...@%r'
>
> log_level: 7
>
>
>
> Everything is working but I have another problem .
>
> Behind postfix I have more then one smtp server, each smtp server are have
> own domains and they are unique.
>
> I would like to query each mysql server step by step
>
> I tested all below, but it did not work ! , anybody have a knowledge about
> it ?
>
> sql_hostnames: xx.xx.xx.xx yy.yy.yy.yy
>
> sql_hostnames: xx.xx.xx.xx;yy.yy.yy.yy
>
> sql_hostnames: xx.xx.xx.xx:yy.yy.yy.yy

>From the Cyrus-SASL Docs (docs/options.html):

sql_hostnames  SQL plugin   Comma separated list of SQL servers (in
host[:port] format).   none (engine dependent)

I think the red flashing thing here is "Comma".

--
Andreas

Reply via email to