On Tue, Jul 03, 2001 at 06:24:42PM +0300, Constantine Koulis wrote:
[...]
> Note: qmail-local can deliver mail to maildir mailboxes, but it can't create
> them. Maildir mailboxes should be created with the maildirmake program that
> comes with qmail. E.g., "maildirmake ~/Maildir". Be sure to run maildirmake
> as the owner of the maildir, not as root. Your useradd or adduser command
> might support a "skeleton" directory, e.g. /etc/skel, where you can create a
> maildir that will be copied for all new users.
> THAT MEANS THAT FOR EVERY VIRTUAL USER I HAVE TO DO MAILDIRMAKE????
Please don't yell. For every (virtual or otherwise) user you have to
specifiy a delivery method. If you want to deliver the mail to your virtual
users locally, yes, you have to do maildirmake for each of them. This can of
course easily be automated if you have a database of your virtual users
somewhere.
If you don't deliver the mail locally, you do have to specify some delivery
method, e.g. through .qmail files.
> and what is SKELETON?
On some systems, when you do a 'useradd' that creates a home directory, the
useradd program will copy the files in /etc/skel to the newly created home
directory. You don't need this for virtual users.
Vince.