Sanity check required.

2001-12-01 Thread Adam Nealis
A system I have been asked to look at is using these lines to start qmail + vpopmail: A: /usr/local/bin/tcpserver -v -R \ -x/var/spool/pop3/etc/tcp.smtp.cdb \ -c100 -u504 -g507 \ 0 smtp /var/qmail/bin/qmail-smtpd & B: tcpserver -v -H -R 0 pop-3 \ /var/qmail/bin/qmail-popup mail.some.host \ /var/

Re: Sanity check required.

2001-12-01 Thread Claudio Nieder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > 1. Is it correct to say that qmail will be using > /var/spool/pop3/etc/tcp.smtp.cdb to decide who > can and who cannot connect to send e-mail, > thus ignoring rcpthosts? To clear things up: tcp.smtp.cdb decides who will be able to send e-mail

password(); vpopmail mysql php??

2001-12-01 Thread Toph Kemmann
Hi, I´m using vpopmail 5 and I try to check the mysql-passwords of the user with PHP 4: SELECT * FROM vpopmail WHERE pw_name='$pw_name' AND pw_passwd = password('$pw_passwd') Result is always "0", no errors, does anyone know, why ?? Does the mail prog use a different method to generate the passw

Re: password(); vpopmail mysql php??

2001-12-01 Thread Mike Rogers
I believe it uses unix crypt. Try crypting $pw_passwd in the program itself and then checking for that one. Actually that wouldn't make sense to do it before. Okay- Try getting just where pw_name=$pw_name. You will then have the encrypted password. substr the first two characters off of it.

sqwebmail and "Re: Bug Report for VPOPMAIL 5.0"

2001-12-01 Thread Mate Wierdl
The poster said he compiled sqwebmail without authdaemon. The sqwebmail INSTALL file says, without authdaemon you cannot change passwords in sqwebmail. So I think that explains the user's problem. My question: in order to use vpopmail with sqwebmail, do I really have to configure sqwebmail with

Re: VPOPMAIL + APOP

2001-12-01 Thread Ryan Duda
It will be reappearing in 5.1-devel. -Ryan At 08:55 PM 11/30/2001 -0400, Mike Rogers wrote: >Hrm- Maybe that should be documented somewhere. Seems like a pretty useful >feature to just get rid of. There is still APOP switches on all the tools >as well and an APOP field. Hrm... >-- >Mike > >-

Re: VPOPMAIL + APOP

2001-12-01 Thread Mike Rogers
Great! Any expected release date for 5.1? You think it will support CRAM-MD5 as well (there are two standard forms of APOP)- Makes no diff if it only does one though. Just would love something back. -- Mike - Original Message - From: "Ryan Duda" <[EMAIL PROTECTED]> To: "Mike Rogers

Re: VPOPMAIL + APOP

2001-12-01 Thread Ryan Duda
It sure will, I believe Vladimir Kabanov's patches will be merged. Here is a little snip: > Hi Folks, > > The summer is over (here in the US) and it's time we have a new > vpopmail-5.0 release to start the year out right. > > I do not want to add in any new features which require a new >