" >/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
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
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...
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
&
;");
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
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
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
>
>
>
>
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