On Fri, 20 Nov 2009 15:55:20 +0200
Vahriç Muhtaryan <vah...@doruk.net.tr> replied:

>Hello,
>
> 
>
>I have multiple database which have username and pass informations
>
>I would like to use postfix as a centeral smtp auth server for all but
>something I can not do it 
>
> 
>
>log_level: 7
>
>pwcheck_method: auxprop
>
>auxprop_plugin: sql
>
>mech_list: plain login
>
>sql_engine: mysql
>
>sql_hostnames: (212.58.4.184:3306,212.58.4.247:3306)
>
>sql_user: postfix
>
>sql_passwd: your-password
>
>sql_database: postfix
>
>sql_select: select clear from postfix_smtp where email='%...@%r'
>
> 
>
> 
>
>if I write down only sql_hostnames:212.58.4.184 or
>sql_hostnames:212.58.4.247 its working, but when I try to use
>sql_hostnames: (212.58.4.184:3306,212.58.4.247:3306) its not working
>
> 
>
>From cyrus , I check that its okay and before I tested and it was
>working but right now no ! 
>
>http://asyd.net/docs/cyrus-options.html
>
>sql_hostnamesSQL plugin Comma separated list of SQL servers (in
>host[:port] format). none (engine dependent)
>
> 
>
>any experiance about related issue ? 


Maybe you should lose the opening/closing parentheses.

--  
Jerry
postfix.u...@yahoo.com

TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail
TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Ya know, Quaker Oats make you feel good twice!

Reply via email to