
ntserafica at gmail
Jul 10, 2011, 10:19 PM
Post #1 of 2
(897 views)
Permalink
|
I'm currently setting up smtp-auth using checkpw-pop3<http://david.acz.org/checkpw-pop3.html>and <goog_418935767>Eric M. Johnston's smtp auth patch<http://www.qmail.org/qmail-auth-20010105.tar.gz>. I've been installing them number of times without any issue until recently when I'm using a 64bit os (CentOS). I'm not sure if this is related to the OS version. Here is what I have on my log @400000004e1a82df18b6fcfc tcpserver: status: 0/120 @400000004e1a82f73708285c tcpserver: status: 0/120 @400000004e1a831b193d5f54 tcpserver: status: 0/120 @400000004e1a84742a34f844 tcpserver: status: 1/120 @400000004e1a84742a367ee4 tcpserver: pid 7416 from 180.2.2.105 @400000004e1a84742a3cb8a4 tcpserver: ok 7416 foo.com:192.168.2.249:587 :180.2.2.105::56770 400000004e1a84742a4582a4 7416 > 220 foo.com ESMTP 400000004e1a84742fcd731c 7416 < EHLO [10.0.1.3] 400000004e1a84742fcdd0dc 7416 > 250-foo.com 400000004e1a84742fcdd0dc 7416 > 250-AUTH LOGIN CRAM-MD5 PLAIN 400000004e1a84742fcde84c 7416 > 250-AUTH=LOGIN CRAM-MD5 PLAIN 400000004e1a84742fcdec34 7416 > 250-PIPELINING 400000004e1a84742fcdf01c 7416 > 250 8BITMIME 400000004e1a84782efe3c3c 7416 < AUTH PLAIN sa#dsdsNvbnRzAHRlc3QxMjM= 400000004e1a847d2f167f2c 7416 > 535 authorization failed (#5.7.0) 400000004e1a847d3899095c 7416 < AUTH LOGIN 400000004e1a847d3899577c 7416 > 334 ASfdfdm5hbWU6 400000004e1a847e014a19dc 7416 < bSer6h29udHM= 400000004e1a847e014a6414 7416 > 334 UGFzc3dvcmQ6 400000004e1a847e050e6d0c 7416 < dGCkhfh4EyMw== 400000004e1a8483052102dc 7416 > 535 authorization failed (#5.7.0) 400000004e1a849124416cec 7416 < QUIT 400000004e1a84912442862c 7416 > 221 le-price.com @400000004e1a84912442a184 7416 > [EOF] @400000004e1a84912443514c tcpserver: end 7416 status 0 @400000004e1a849124435d04 tcpserver: status: 0/120 I'm sure I'm using the correct password. Below is some contents of /service/qmail-smtpd/run exec /usr/local/bin/softlimit -m 5000000 \ /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 587 recordio /var/qmail/bin/qmail-smtpd foo.com /usr/local/bin/checkpw-pop3 true 2>&1 Below is the contents of /etc/tcp.smtp :allow,HOST="foo.com",PORT="110" 127.:allow,RELAYCLIENT="",HOST="foo.com",PORT="110" One thing I notice is that submission is not recognize in my system. Hence, I still need to change to entry to 587 in /service/qmail-smtpd/run. Should I be worry about this? Anyone could give a hint?
|