Hello,
I am having problems with a few vpopmail accounts on one particular box. On
that box, there are no /home/$USER accounts, all account are in
~vpopmail/domains/...
There is a lot of mail in a few peoples accounts that, when watching the
maillog, I see:
qmail: 999635553.204921 delivery 100: deferral: dot-forward:_not_found/
How can I stop this and get these users, to be able to download mail that
just seems to be sitting in
~vpopmail/domains/domain.com/username/Maildir/new
In /var/qmail/rc it has the dot-forward, but there is no other dot-forward
on the system I am aware of. I did not install qmail on this box and
consequently don't know what the person did ;-(
Here is the /var/qmail/rc contents
case "$1" in
start)
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|dot-forward .forward
|preline procmail' splogger qmail&
exit 0
;;
Thanks for any help ;-)
Lanny