Re: user mail directory
Jean-Charles Preaux <jc.preaux@free.fr> wrote:
> Hello
> i don't want to create ~/Maildir directories but that mails
> stored in /var/spool/mail/USER only
>
> how can i do that ?
>
> thanks
# DELIVERY TO MAILBOX
#
# The home_mailbox parameter specifies the optional pathname of a
# mailbox file relative to a user's home directory. The default
# mailbox file is /var/spool/mail/user or /var/mail/user. Specify
# "Maildir/" for qmail-style delivery (the / is required).
#
#home_mailbox = Mailbox/
#home_mailbox = mbox
home_mailbox = .maildir/
Frank
|