[vchkpw] qmail install script 1.3.13

2005-07-28 Thread Franck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i've released a new version of my qmail installation script : http://www.linuxpourtous.com/index.php?option=com_content&task=view&id=24&Itemid=4 CHANGELOG * Versions of softwares sources updated * Added Bresilian language (pt_BR)

Re: [vchkpw] Massive Folders

2005-07-28 Thread Rick Macdougall
Jimmy Stewpot wrote: Hi, $encpass = crypt('password','$1$salthere$'); Where does vpopmail keep the salt or how does that work in regards to the vpasswd utility etc? Hi, Vpopmail uses $1$ + random letters for the salt. The actual salt is not kept anywhere. #ifdef MD5_PASSWORDS

[vchkpw] Re: Apache and qmail (with vpopmail) account in the same directory

2005-07-28 Thread Peter Palmreuther
Hello Adi, On Wednesday, July 27, 2005 at 4:44:11 PM Adi wrote: >>> Everything is possible, but I think you'd better switch Apache's >>> DocumentRoot to (let's say) /home/vpopmail/domains/blabla/htdocs/ >>> than to modify vpopmail's default locations. >> Why? > Well, assuming he has an already e

Re: [vchkpw] Massive Folders

2005-07-28 Thread Jimmy Stewpot
> Hi, > > $encpass = crypt('password','$1$salthere$'); Where does vpopmail keep the salt or how does that work in regards to the vpasswd utility etc? > > See http://ca.php.net/manual/en/function.crypt.php > > Regards, > > Rick > > > > >

Re: [vchkpw] Massive Folders

2005-07-28 Thread Rick Macdougall
Jimmy Stewpot wrote: Rick Macdougall wrote: Jimmy Stewpot wrote: I have just written a script that would do a mysql update query to md5('password'); into the mysql database. However the problem appears to be that the passwords set by the vpasswd utility dont appear to be md5 in the s

Re: [vchkpw] Massive Folders

2005-07-28 Thread Jimmy Stewpot
Rick Macdougall wrote: > Jimmy Stewpot wrote: > >> I have just written a script that would do a mysql update query to >> >> md5('password'); into the mysql database. However the problem appears to >> be that the passwords set by the vpasswd utility dont appear to be md5 >> in the same way that t

Re: [vchkpw] Massive Folders

2005-07-28 Thread Rick Macdougall
Jimmy Stewpot wrote: I have just written a script that would do a mysql update query to md5('password'); into the mysql database. However the problem appears to be that the passwords set by the vpasswd utility dont appear to be md5 in the same way that the mysql query with md5() function works?

Re: [vchkpw] Massive Folders

2005-07-28 Thread Jimmy Stewpot
> There are a few different ways to do it depending on your backend, if > you are using MySQL, then you can just update the mysql database with > the user and password, leaving the maildir directory blank and it will > automatically be updated when you pop into the account or sendmail to > the acc