* Vahriç Muhtaryan <vah...@doruk.net.tr>:
> I tried without parentheses like 212.58.4.184:3306,212.58.4.247:3306
> Also tried like this 212.58.4.184:3306 212.58.4.247:3306

3306 is default for mysql. Try without.

p...@rick




> 
> -----Original Message-----
> From: owner-postfix-us...@postfix.org 
> [mailto:owner-postfix-us...@postfix.org] On Behalf Of Jerry
> Sent: Friday, November 20, 2009 6:05 PM
> To: postfix-users@postfix.org
> Subject: Re: About SMTP Auth with Mysql
> 
> 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!
> 

-- 
All technical questions asked privately will be automatically answered on the
list and archived for public access unless privacy is explicitely required and
justified.

saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>

Reply via email to