Maybe this stuff here? [EMAIL PROTECTED] cron.hourly]# cat qmail #!/bin/sh set -e cd /var/qmail/users test -s assign -a -s cdb && \ qmail-pw2u </etc/passwd >assign && \ qmail-newu [EMAIL PROTECTED] cron.hourly]# cat qmail-notify #!/bin/sh exec qmail-notify -r [EMAIL PROTECTED] cron.hourly]#
However, all the files for the domains are there under ~vpopmail/domains/domain/vpasswd and stuff... ----- Original Message ----- From: "Rick Macdougall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 6:00 PM Subject: Re: [vchkpw] Vpopmail problems > Hi, > > Check your root crontab entries. I remember something about redhat > running a cleanup that removed the entries needed for vpopmail. > > Regards, > > Rick > > > Hugo Ferreira wrote: > > > Hello. > > > > I've configured qmail, vpopmail and qmailadmin on a redhat system box. > > I've configured multiple domains on vpopmail and created mailboxes for > > that on qmailadmin. > > > > > > However, a few hours after configuration, password for emails ( and > > postmaster too ) do not work, i have to reconfigure all domains again. > > That is happening a lot, i'm configuring emails every 2 hours... > > > > Any ideas on what that could be? > > > > Thanks > > > > HMF > > > > >
