hi all!!!. 

I have installed "qmail-1.03-r10.ebuild"; 

This version include: 

SSL/TSL , AUTH-SMTP and etc. 

plus this i compile and install 

vpopmail-5.2.1 
------------- 
./configure --enable-mysql=y --enable-mysql-logging=y --enable-clear-passwd \ 
--enable-domains-dir=domains --enable-defaultquota --enable-valias=y \ 
--enable-roaming-users=y 
------------- 


I change the execution off "qmail" to this accord to the page off "vpopmail" 
/var/qmail/supervise/qmail-smtpd/run 
---------------------------- 
#!/bin/sh 
QMAILDUID=`id -u qmaild` 
NOFILESGID=`id -g qmaild` 
exec /usr/bin/softlimit -m 8000000 \ 
/usr/bin/tcpserver -H -R -v -p -x /var/vpopmail/etc/tcp.smtp.cdb \ 
-u $QMAILDUID -g $NOFILESGID 0 smtp rblsmtpd /var/qmail/bin/qmail-smtpd chile3000.com 
/var/vpopmail/bin/vchkpw /bin/true Maildir 2>&1 
------------------------ 

the change is to "auth" use "/var/vpomail/bin/vchkpw" -> this is indicate in 
"http://members.elysium.pl/brush/qmail-smtpd-auth/faq.html " (in point 4) 


and i test!!!! 

I try the "telnet localhost 25" and this is a result 

------------------- 
Trying 127.0.0.1... 
Connected to localhost. 
Escape character is '^]'. 
220 xxxxxx.com ESMTP 
ehlo 
250-xxxxxx.com 
250-STARTTLS 
250-AUTH LOGIN CRAM-MD5 PLAIN 
250-AUTH=LOGIN CRAM-MD5 PLAIN 
250-PIPELINING 
250 8BITMIME 
auth login 
334 VXNlcm5hbWU6 
jerco%xxxxxx.com 
501 malformed auth input (#5.5.4) 
---------------- 



but if you see my "telnet" session the problem is introduction off login, because with 
"vpopmail" use "%xxxx.com" to distinct a user from a domain to other. 

but i don't put login correct  

Well anybody help me???? (thank's)

Reply via email to