Re: [vchkpw] about smtp auth and vpopmail: MD5 problem

2004-10-17 Thread Andrea Riela
Tom Collins wrote:
On Oct 17, 2004, at 3:54 PM, Andrea Riela wrote:
Now the smtp auth with pass in PLAIN text works fine, in CRAM-MD5 not.

Vpopmail 5.4.0 or later?
5.5.0
Do you have a clear password for that user in your vpasswd file or 
database?  CRAM-MD5 only works if you have a cleartext password stored
I think no. How could I convert my password in vpasswd file to clear text?
thanks for any suggestion
Regards
Andrea


Re: [vchkpw] about smtp auth and vpopmail: MD5 problem

2004-10-17 Thread Tom Collins
On Oct 17, 2004, at 3:54 PM, Andrea Riela wrote:
Now the smtp auth with pass in PLAIN text works fine, in CRAM-MD5 not.
Vpopmail 5.4.0 or later?
Do you have a clear password for that user in your vpasswd file or 
database?  CRAM-MD5 only works if you have a cleartext password stored

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


[vchkpw] about smtp auth and vpopmail: MD5 problem

2004-10-17 Thread Andrea Riela
Hi folks,
I've solved my problems with smtp auth (thanks Jeremy).
Now the smtp auth with pass in PLAIN text works fine, in CRAM-MD5 not.
this is the log:
@40004172f62f29de299c sslserver: status: 1/20
@40004172f62f29ee65dc sslserver: pid 602 from 192.168.17.23
@40004172f62f29fed0fc sslserver: ok 602 0:192.168.1.11:465 
:192.168.17.23::50077
@40004172f62f2ae4bc5c sslserver: warning: dropping connection, 
unable to accept SSL: error:0001:lib(0):func(0):reason(1)
@40004172f62f2af3a0dc sslserver: end 602 status 28416
@40004172f62f2af48754 sslserver: status: 0/20
@40004172f63232858e3c sslserver: status: 1/20
@40004172f63232944f94 sslserver: pid 603 from 192.168.17.23
@40004172f63232a4ce3c sslserver: ok 603 0:192.168.1.11:465 
:192.168.17.23::50080
@40004172f63238bec19c sslserver: ssl 603 accept
 40004172f63239017ba4 604 > 220 nesys.it ESMTP
 40004172f63307ed0f74 604 < EHLO [192.168.17.23]
 40004172f63307f193b4 604 > 250-nesys.it
 40004172f63307f52d94 604 > 250-PIPELINING
 40004172f63307f53d34 604 > 250-8BITMIME
 40004172f63307f54cd4 604 > 250-SIZE 0
 40004172f63307f55c74 604 > 250 AUTH LOGIN PLAIN CRAM-MD5
 40004172f633081c2a0c 604 < AUTH CRAM-MD5
 40004172f63308203534 604 > 334 PDYwNC4xMD4MDUzTYxQDA+
 40004172f63308743904 604 < 
YXJpZWxhQ5lc3lzLml0IDBhM2I5NjmMWQ3MDEzNDE0MT4Y2U2NGRjNDYxN2E2
 40004172f63808fe3154 604 > 535 authentication failed (#5.7.1)
@40004172f6380933df84 604 < [EOF]
@40004172f63809429cf4 604 > [EOF]
@40004172f6380942bc34 sslserver: end 603 status 256
@40004172f6380942cfbc sslserver: status: 0/20

what I've to do?
My vpopmail:
make WITH_QMAIL_EXT=yes WITH_DOMAIN_QUOTAS=yes WITH_SPAMASSASSIN=yes 
SPAM_THRESHOLD=15 RELAYCLEAR=15 WITH_CLEAR_PASSWD=yes

Thanks for any suggestion
Regards
Andrea