masqmail

diff man/masqmail.conf.5 @ 205:4fd237550525

REMOVED MAILDIR SUPPORT if you want to deliver to maildir, use an MDA like procmail masqmail can pass mail to an MDA by setting `mda' in masqmail.conf
author meillo@marmaro.de
date Fri, 16 Jul 2010 16:38:50 +0200
parents 89f951be358f
children 0241aaccfcdb
line diff
     1.1 --- a/man/masqmail.conf.5	Fri Jul 16 15:38:53 2010 +0200
     1.2 +++ b/man/masqmail.conf.5	Fri Jul 16 16:38:50 2010 +0200
     1.3 @@ -268,10 +268,9 @@
     1.4  \fBmbox_default = \fIstring\fR
     1.5  
     1.6  The default local delivery method.
     1.7 -Can be one of mbox, mda or maildir (the latter only if maildir support is enabled at compile time).
     1.8 +Can be mbox or mda.
     1.9  Default is mbox.
    1.10 -You can override this for each user by using the \fBmbox_users\fR, \fBmda_users\fR,
    1.11 -or \fBmaildir_users\fR options (see below).
    1.12 +You can override this for each user by using the \fBmbox_users\fR or \fBmda_users\fR (see below).
    1.13  
    1.14  .TP
    1.15  \fBmbox_users = \fIlist\fR
    1.16 @@ -285,13 +284,6 @@
    1.17  You have to set \fBmda\fR (see below) as well.
    1.18  
    1.19  .TP
    1.20 -\fBmaildir_users = \fIlist\fR
    1.21 -
    1.22 -A list of users which wish delivery to a qmail style maildir.
    1.23 -The path to maildir is ~/Maildir/.
    1.24 -The maildir will be created if it does not exist.
    1.25 -
    1.26 -.TP
    1.27  \fBmda = \fIexpand string\fR
    1.28  
    1.29  If you want local delivery to be transferred to an mda (Mail Delivery Agent),