Hi,
Since few days I try smtp-auth and chkuser on qmail 1.03.
I managed to apply the patch manually, when tested sending smtp-auth it
never authenticate using vpopmail.
In my config I have:
env - PATH="/var/qmail/bin:/usr/local/bin" CHKUSER_START="DOMAIN" \
tcpserver -v -H -R -x /e
You sould find in maillog the reason of failure.
Regards,
Tonino
Il 05/05/2011 10:05, OVH ha scritto:
Hi,
Since few days I try smtp-auth and chkuser on qmail 1.03.
I managed to apply the patch manually, when tested sending smtp-auth it
never authenticate using vpopmail.
In my config I have
Hi,
In my /var/log/mail.log, I have :
May 5 09:39:06 web1 vpopmail[4328]: vchkpw-smtp: vpopmail user not found
postmas...@xxx.net:82.233.xxx.xxx
May 5 09:40:04 web1 imapd: Connection, ip=[:::82.233.xxx.xxx]
May 5 09:40:04 web1 imapd: LOGIN, user=postmas...@xxx.net,
ip=[:::82.233.xxx.xx
Here is mine
Run file.
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
export QMAILQUEUE=/var/qmail/bin/simscan
export NOP0FCHECK=1
export SIMSCAN_DEBUG=0
#IPADDR="208.53.44.231"
exec /usr/local/bin/softlimit -m 2500 \
Hi,
Thank you for your help, but it is a problem on vchkpw.
I did "chmod ug+s /home/vpopmail/bin/vchkpw" and all work.
-Message d'origine-
De : Remo Mattei [mailto:r...@italy1.com]
Envoyé : jeudi 5 mai 2011 18:23
À : vchkpw@inter7.com
Objet : Re: [vchkpw] SMTP authentication not work