Re: vchkpw auth remote database

kengheng <[email protected]> Thu, 25 Oct 2012 14:54:22 +0800
Newsgroups gmane.mail.vpopmail
Message-ID <[email protected]>
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`

exec /usr/local/bin/softlimit -m 104857600 \
/usr/local/bin/tcpserver \
   -H -l localhost \
   -v -x /etc/tcp.smtp.cdb \
   -c 220 -R -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \
/usr/local/bin/rblsmtpd -b -C \
   -r 'list.dsbl.org:Your message was rejected because the message was 
sent from a server listed in DSBL - More information regarding this 
problem is available at http://dsbl.org/listing?%IP% - Please forward 
this error to your email server support staff for resolution.' \
   -r 'sbl-xbl.spamhaus.org:Your message was rejected because the 
message was sent from a server listed in the Spamhaus RBL - More 
information regarding this problems is available at 
http://www.spamhaus.org/query/bl?ip=%IP% - Please forward this error to 
your email server support staff for resolution.' \
   -t 5 \
/usr/local/bin/fixcrio \
/var/qmail/bin/qmail-smtpd /var/qmail/vpopmail/bin/vchkpw /bin/true 2>&1
--end--

On 10/23/12 5:17 PM, Todor Petkov wrote:
> 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 of the service run file?
>
>
> 
>
>
>


!DSPAM:5088e22134171855121384!