Mercurial > masqmail
comparison INSTALL @ 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 | 5745edd5b769 |
children | 0241aaccfcdb |
comparison
equal
deleted
inserted
replaced
204:5745edd5b769 | 205:4fd237550525 |
---|---|
67 prefer another location than /etc/masqmail/. | 67 prefer another location than /etc/masqmail/. |
68 | 68 |
69 | 69 |
70 --enable-auth | 70 --enable-auth |
71 enables ESMTP AUTH support (disabled by default) | 71 enables ESMTP AUTH support (disabled by default) |
72 | |
73 --enable-maildir | |
74 enables qmail style Maildir support (disabled by default) | |
75 | 72 |
76 --enable-ident | 73 --enable-ident |
77 enables RFC 1413 support. If you have the libident dynamic library | 74 enables RFC 1413 support. If you have the libident dynamic library |
78 installed, this will be linked, otherwise it will be statically linked | 75 installed, this will be linked, otherwise it will be statically linked |
79 using the sources included in the package. | 76 using the sources included in the package. |