Re: [vchkpw] Dead aliases and EZMLM lists

2007-04-19 Thread Joseph Oaks
" >/dev/null 2>&1 ; echo $?` #USER=`/opt/vpopmail-5.4.13/bin/vuserinfo $EMAIL >/dev/null 2>&1; echo $? | grep "0" >/dev/null 2>&1 ; echo $?` # #if [ $ALIAS -eq 0 ] || [ $USER -eq 0 ]; then #exit 0 #else #exit 1 EMAIL=$1

Re: [vchkpw] Dead aliases and EZMLM lists

2007-04-19 Thread Joseph Oaks
Joseph Oaks <[EMAIL PROTECTED]> wrote: > Max Esquivel <[EMAIL PROTECTED]> wrote: >> > >I recently installed the magicmail-smtpd drop in replacement for the >>standard qmail-smtpd, which adds a significant number of spam control >>possibilities. Actua

[vchkpw] vchangepw?

2007-04-20 Thread Joseph Oaks
Hello all, I'm trying to write a small app for the people in the office to be able to change their passwords without buggin me. I have a simple little PHP already done. It will change the password for both the eGroupWare and vpopmail, however the vpopmail doesn't seem to like the md5 encryption...

[vchkpw] Re: vchangepw?

2007-04-20 Thread Joseph Oaks
Second though, is vpopmail using MD5 or DES, or some other encryption? Joe Joseph Oaks <[EMAIL PROTECTED]> wrote: > Hello all, I'm trying to write a small app for the people in the office to >be able to change their passwords without buggin me. I have a simple >little &

Re: [vchkpw] vchangepw?

2007-04-23 Thread Joseph Oaks
;"); This updates just fine but the auth then fails with the above error... Hopefully this will give a little more info on how I can get this to work. Thanks, Joe Stoyan Marinov <[EMAIL PROTECTED]> wrote: > Try using crypt() in php. > >Stoyan > >On Fri, 2007-04-20 a

[vchkpw] upgrade?

2007-04-24 Thread Joseph Oaks
Hello all, I'm currently running on vpopmail 5.4.13 and want to upgrade to 5.4.17, however when I tried it (thank goodness for backups) it complained that the table did not exist. When the upgrade finished, I tried to do vuserinfo email and the error came back as vmysql: sql error[3]: Table 'vpop

Re: [vchkpw] Qmail, vpopmail etc. migration: from Fedora Core 1 to CentOs

2007-04-30 Thread Joseph Oaks
Short answer, NO, libs are different... Joe Michele Virgilio <[EMAIL PROTECTED]> wrote: > I need to migrate my old qmail installation on a Fedora Core 1 machine on >a >new CentOs machine. >It is possible to copy all data without reinstall (and configure)? How can >I >do? >Thanks. >Mik > > > >

Re: [vchkpw] Qmail, vpopmail etc. migration: from Fedora Core 1 to CentOs

2007-04-30 Thread Joseph Oaks
psync (sourceforge) and sync the mail from old server to new server fairly easly. I'm sure with more info, and more planning on your part you can get this done. Try to determine how your old server was setup, eg. vpopmail, using mysql or cdb for the domains for 1, roaming encryption etc... Joe J