Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
qmail + smtp+auth
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
jerco@chile3000.com
n00b
n00b


Joined: 29 Dec 2002
Posts: 14

PostPosted: Fri Feb 21, 2003 5:39 pm    Post subject: qmail + smtp+auth Reply with quote

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)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum