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 ? Regards Vahric