Mercurial > masqmail
comparison configure @ 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 | 10da50168dab |
comparison
equal
deleted
inserted
replaced
204:5745edd5b769 | 205:4fd237550525 |
---|---|
703 enable_resolver | 703 enable_resolver |
704 with_user | 704 with_user |
705 with_group | 705 with_group |
706 enable_debug | 706 enable_debug |
707 enable_auth | 707 enable_auth |
708 enable_maildir | |
709 with_libcrypto | 708 with_libcrypto |
710 enable_ident | 709 enable_ident |
711 with_liblockfile | 710 with_liblockfile |
712 with_logdir | 711 with_logdir |
713 with_spooldir | 712 with_spooldir |
1345 --disable-dependency-tracking speeds up one-time build | 1344 --disable-dependency-tracking speeds up one-time build |
1346 --enable-dependency-tracking do not reject slow dependency extractors | 1345 --enable-dependency-tracking do not reject slow dependency extractors |
1347 --disable-resolver disable resolver support | 1346 --disable-resolver disable resolver support |
1348 --disable-debug disable debugging | 1347 --disable-debug disable debugging |
1349 --enable-auth enable AUTH (RFC 2554) client support | 1348 --enable-auth enable AUTH (RFC 2554) client support |
1350 --enable-maildir enable qmail style maildir support | |
1351 --enable-ident enable ident (RFC 1413) support | 1349 --enable-ident enable ident (RFC 1413) support |
1352 | 1350 |
1353 Optional Packages: | 1351 Optional Packages: |
1354 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | 1352 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
1355 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | 1353 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
5163 BASE64_LIBS='base64/libbase64.a' | 5161 BASE64_LIBS='base64/libbase64.a' |
5164 # MD5_LIBS='md5/libmd5c.a' | 5162 # MD5_LIBS='md5/libmd5c.a' |
5165 need_md5='yes' | 5163 need_md5='yes' |
5166 fi | 5164 fi |
5167 | 5165 |
5168 | |
5169 # Check whether --enable-maildir was given. | |
5170 if test "${enable_maildir+set}" = set; then : | |
5171 enableval=$enable_maildir; if test "x$enable_maildir" != 'xno'; then | |
5172 maildir_enabled='yes' | |
5173 fi | |
5174 fi | |
5175 | |
5176 if test "x$maildir_enabled" = xyes; then | |
5177 | |
5178 $as_echo "#define ENABLE_MAILDIR 1" >>confdefs.h | |
5179 | |
5180 fi | |
5181 | 5166 |
5182 | 5167 |
5183 # Check whether --with-libcrypto was given. | 5168 # Check whether --with-libcrypto was given. |
5184 if test "${with_libcrypto+set}" = set; then : | 5169 if test "${with_libcrypto+set}" = set; then : |
5185 withval=$with_libcrypto; | 5170 withval=$with_libcrypto; |