Introduce EZMLM_IDX_USE_{MY,PG}SQL, which provide database support
in mail/ezmlm-idx.
This commit is contained in:
parent
cce8a612a7
commit
f52b58fadd
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.defaults.mk,v 1.260 2004/07/19 20:00:15 jlam Exp $
|
||||
# $NetBSD: bsd.pkg.defaults.mk,v 1.261 2004/07/19 23:54:32 schmonz Exp $
|
||||
#
|
||||
|
||||
# A file providing defaults for pkgsrc and the packages collection.
|
||||
|
@ -883,6 +883,16 @@ EXIM_USER?= mail
|
|||
# Possible: any user name
|
||||
# Default: mail
|
||||
|
||||
EZMLM_IDX_USE_MYSQL?= NO
|
||||
# Enable MySQL support in ezmlm-idx.
|
||||
# Possible: YES, NO
|
||||
# Default: NO
|
||||
|
||||
EZMLM_IDX_USE_PGSQL?= NO
|
||||
# Enable PostgreSQL support in ezmlm-idx.
|
||||
# Possible: YES, NO
|
||||
# Default: NO
|
||||
|
||||
FETCHMAIL_USE_SSL?= YES
|
||||
# Enable SSL in fetchmail (for pop and imap connections)
|
||||
# Possible: YES, NO
|
||||
|
|
Loading…
Reference in a new issue