Re: [vchkpw] vchkpw auth remote database

2012-10-25 Thread kengheng
Hi, the service run as below: --start-- #!/bin/sh # when QMAILQUEUE is set, all mail will be sent to the nominated script QMAILQUEUE=/var/qmail/bin/qmail-scanner-queue.pl export QMAILQUEUE #QMAILDUID=`id -u qmaild` #NOFILESGID=`id -g qmaild` QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vckpw`

Re: [vchkpw] vchkpw auth remote database

2012-10-25 Thread kengheng
, Thibault Richard wrote: vuserinfo only make a SELECT, that why I asked for other rights -Original Message- From: Tom Collins [mailto:t...@tomlogic.com] Sent: mardi 23 octobre 2012 16:50 To: vchkpw@inter7.com Subject: Re: [vchkpw] vchkpw auth remote database He's said that vuserinfo works

Re: [vchkpw] vchkpw auth remote database

2012-10-25 Thread Todor Petkov
On 10/25/2012 10:17 AM, kengheng wrote: Hi, I've grant the privilege to user@vpopmailhost, however the vpopmail behaviour as below: vuserinfo can query the user result however,when run vchkpw for smtp-auth, it return the err msg as below: vchkpw-submission: vpopmail user not found

RE: [vchkpw] vchkpw auth remote database

2012-10-25 Thread Thibault Richard
-try and take a look into the log file /var/log/mysql/mysql.log -Original Message- From: Todor Petkov [mailto:z...@online.bg] Sent: jeudi 25 octobre 2012 09:22 To: vchkpw@inter7.com Subject: Re: [vchkpw] vchkpw auth remote database On 10/25/2012 10:17 AM, kengheng wrote: Hi, I've grant

RE: [vchkpw] vchkpw auth remote database

2012-10-23 Thread Thibault Richard
-Original Message- From: Todor Petkov [mailto:z...@online.bg] Sent: mardi 23 octobre 2012 11:17 To: vchkpw@inter7.com Subject: Re: [vchkpw] vchkpw auth remote database On 10/23/2012 05:44 AM, kengheng wrote: Yape, it got mysql client installed. As I could actually using it to connect to remote

Re: [vchkpw] vchkpw auth remote database

2012-10-23 Thread Tom Collins
...@online.bg] Sent: mardi 23 octobre 2012 11:17 To: vchkpw@inter7.com Subject: Re: [vchkpw] vchkpw auth remote database On 10/23/2012 05:44 AM, kengheng wrote: Yape, it got mysql client installed. As I could actually using it to connect to remote mysql db. Can you please show the content

RE: [vchkpw] vchkpw auth remote database

2012-10-23 Thread Thibault Richard
vuserinfo only make a SELECT, that why I asked for other rights -Original Message- From: Tom Collins [mailto:t...@tomlogic.com] Sent: mardi 23 octobre 2012 16:50 To: vchkpw@inter7.com Subject: Re: [vchkpw] vchkpw auth remote database He's said that vuserinfo works, so the database

[vchkpw] vchkpw auth remote database

2012-10-22 Thread kengheng
Hi All, I've setup a vpopmail at a svr and wish to perform smtp auth to another mysql svr at other host. I've changed the /home/vpopmail/etc/vpopmail.mysql as below: remote_ip|3306|vpopmail|vpoppass|vpopdb but I keep on receiving this err msg: vchkpw-submission: vpopmail user not found

RE: [vchkpw] vchkpw auth remote database

2012-10-22 Thread Thibault Richard
Hello, Does your vpopmail svr have at least a MySQL CLIENT installed ? Best Regards Thibault -Original Message- From: kengheng [mailto:kengh...@mysql.cc] Sent: lundi 22 octobre 2012 11:27 To: vchkpw@inter7.com Subject: [vchkpw] vchkpw auth remote database Hi All, I've setup