Entry
I have 2 accts @ 2ISP's.All my incoming mail goes to~pppdir/ instead of /home/user/Maildir.Help,pls.
Sep 14th, 2002 22:05
Raul Gomez, Dimitar Vassilev, Life with qmail
If you want to deliver to Maildirs in users' home directories, you need
to change /var/qmail/rc to look something like this:
#!/bin/sh
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|dot-forward .forward
./Maildir/'
Remember, the Maildir must be owned by the user it belongs to. If you
create maildirs as root, then you will have to use the chown command in
order to change the ownership. You should include a Maildir in
/etc/skel, so that the Maildir will be automatically created whenever
you make a new user. To learn more about Maildirs, read INSTALL.maildir
in the source files.