Roger Arnold wrote:

Thanks for the reply Bill,

I am not sure what you mean regarding crontab but someone gave me some help
and said to remove a crontab entry, which I did.

The RPM's that I used came from Bruce Guenter and I have been told that they
are some of the best.

Thanks very much for the vpopmail start script, but could you tell me where it
has to be located and if there is anything that I have to remove etc.

Thanks again for the help, it is much appreciated

Regards
Roger

Bill Shupp wrote:

> on 12/17/00 7:11 AM, Oldarnie at [EMAIL PROTECTED] wrote:
>
> > I am running RedHat7 and Qmail was installed using RPM's and seems to be
> > running ok, because it sent an error message back.
> > I have also checked that Qmail is being started from a reboot, and that
> > the domain and user are in the places where "vpopmail" expects them to
> > be.
>
> Check your crontab. Some qmail rpm installs install a cron job to
> recreate the /var/qmail/users/assign file from /etc/passwd entries.  This
> answer is also in the mailing list archives more than once.
>
> Ken:  Maybe this should be in the FAQ?
>
> > Could someone please help by supplying a working script to make sure
> > "vpopmail" is being started right and where the script should be
> > located.
>
> Here's mine:
>
> #!/bin/sh
>
> env - PATH="/var/qmail/bin:/usr/local/bin" \
>         tcpserver -l 0 -R -H -u530 -g540 0 pop-3 \
>         /var/qmail/bin/qmail-popup mydomain.com \
>         /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
>
> Hope this helps.
>
> -Bill

Reply via email to