AUTH_PLAINTEXT => 'yes',
SUPPORT_MAILDIR => 'yes',
# Other examples. Could use makefile_regex instead.
+ #
#SUPPORT_TLS => 'yes',
- #USE_OPENSSL_PC => 'openssl',
+ # Enable the proper libs here or see in makefile_regex
+ # for use of pkg-config
+ #USE_GNUTLS => 'yes'
#TLS_LIBS => '-lssl -lcrypto',
+ #
#LOOKUP_LDAP => 'yes',
#LOOKUP_INCLUDE => '-I/usr/include/mysql -I/usr/include/postgresql'
#LOOKUP_LIBS => '-lmysqlclient -lpq -lldap -llber',
makefile_regex =>[
# If have perl devel libraries installed, can build embedded perl
#q(s/^# EXIM_PERL=/EXIM_PERL=/),
+ # Use SSL libraries
+ #q(s/^# (USE_GNUTLS(?:_PC)?=.*)/$1/),
+ #q(s/^# (USE_OPENSSL_PC=.*)/$1/),
# Several experimental features to consider
- #q(s/^# EXPERIMENTAL_CERTNAMES.*/EXPERIMENTAL_CERTNAMES=yes/),
- #q(s/^# EXPERIMENTAL_DNSSEC.*/EXPERIMENTAL_DNSSEC=yes/),
+ # May be outdated, please check a current EDITME for
+ # for options.
+ #q(s/^# (EXPERIMENTAL_CERTNAMES.*)/$1/),
+ #q(s/^# (EXPERIMENTAL_DNSSEC.*)/$1/),
],
# The user compiled as the master exim username.