diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-18 17:11:04 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-18 17:11:04 +0000 |
commit | 266c0cfd056bbd4d2e33ea89d0ab76895170dce1 (patch) | |
tree | 3591b2b1d85901036c2da271dcfb6e3bdebceaf7 /mk | |
parent | 9a064539042a8d5f39d7e02bfe3c1a27a15510d5 (diff) | |
download | pkgsrc-266c0cfd056bbd4d2e33ea89d0ab76895170dce1.tar.gz |
Add an option to disallow cleartext on the wire in "mail/imap-uw",
and while we're in here, prefix the CCLIENT_MBOX_FMT option with the
name of the package. Reviewed by hubertf.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 050d560b7f0..56ae51abc97 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.43 2002/03/07 09:00:14 seb Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.44 2002/03/18 17:11:04 fredb Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -465,14 +465,6 @@ ARLA_CACHE?= ${LOCALBASE}/cache # Possible: category/pkg # Default: not defined -CCLIENT_MBOX_FMT?= unix -# Used in imap-uw to set the default format used by c-client programs for new -# mailbox creation. Check the UW IMAP documentation for more details -# regarding the pros and cons of the various mailbox formats. -# -# Possible: mbox, mbx, mh, mmdf, mtx, mx, news, phile, tenex, unix -# Default: unix - CUPS_GROUP?= sys # Used in the cups package to specify the group to run CUPS commands as. # Possible: any group name @@ -567,6 +559,21 @@ FOX_USE_XUNICODE?= YES # Possible: yes, no, not defined # Default: not defined (-> Russian support enabled) +IMAP_UW_CCLIENT_MBOX_FMT?= unix +# Used in imap-uw to set the default format used by c-client programs for +# new mailbox creation. Check the UW IMAP documentation for more details +# regarding the pros and cons of the various mailbox formats. +# +# Possible: mbox, mbx, mh, mmdf, mtx, mx, news, phile, tenex, unix +# Default: unix + +#IMAP_UW_NO_CLEARTEXT?= YES +# Used in imap-uw to disallow plaintext passwords except when SSL or TLS +# is used. This effectively disallows cleartext passwords. +# +# Possible: not defined, YES +# Default: not defined + INN_DATA_DIR?= /var/news # Used by inn to specify the data directory. # Possible: any path you like |