diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-01-16 10:45:54 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-01-16 10:45:54 +0000 |
commit | 39315a710b2ac331f0ecdaf9c3ce24393719dfa5 (patch) | |
tree | b49e832fcf62c8ae760a0b4376cfd208ecbc6512 | |
parent | a869486ece0ecc26d0c56bcc3c9b13d4607b72fb (diff) | |
download | ports-39315a710b2ac331f0ecdaf9c3ce24393719dfa5.tar.gz ports-39315a710b2ac331f0ecdaf9c3ce24393719dfa5.zip |
Notes
-rw-r--r-- | mail/tpop3d/Makefile | 5 | ||||
-rw-r--r-- | mail/tpop3d/files/tpop3d.conf.dist | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index cd010b12349d..60c85a2f9953 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --enable-auth-other \ --with-openssl-root=${OPENSSLBASE} \ --with-mailspool-directory=/var/mail -OPTIONS_DEFINE= LDAP PERLAUTH PASSWDAUTH FLATAUTH GDBMAUTH MAILDIR MBOXINDICES DRAC FIX_PERLAUTH DOCS +OPTIONS_DEFINE= LDAP PERLAUTH PASSWDAUTH FLATAUTH GDBMAUTH MAILDIR MBOXINDICES FIX_PERLAUTH DOCS OPTIONS_RADIO= DB OPTIONS_RADIO_DB= MYSQL PGSQL DB_DESC= Authentication database @@ -32,10 +32,8 @@ FLATAUTH_DESC= Use /etc/passwd-style flat file authentication GDBMAUTH_DESC= Use authentication against GNU dbm files MAILDIR_DESC= Compile Maildir support MBOXINDICES_DESC= Save Mbox indices -DRAC_DESC= DRAC RFC for POP-before-SMTP relaying FIX_PERLAUTH_DESC= Only try it if perl-auth coredumps -DRAC_CONFIGURE_ENABLE= drac MAILDIR_CONFIGURE_ENABLE= mbox-maildir PERLAUTH_CONFIGURE_ENABLE= auth-perl FLATAUTH_CONFIGURE_ENABLE= auth-flatfile @@ -43,7 +41,6 @@ GDBMAUTH_CONFIGURE_ENABLE= auth-gdbm PASSWDAUTH_CONFIGURE_ENABLE= auth-passwd MBOXINDICES_CONFIGURE_ENABLE= mbox-bsd-save-indices -DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac GDBMAUTH_CPPFLAGS= -I${LOCALBASE}/include GDBMAUTH_LIB_DEPENDS= libgdbm.so:databases/gdbm MYSQL_USE= MYSQL=yes diff --git a/mail/tpop3d/files/tpop3d.conf.dist b/mail/tpop3d/files/tpop3d.conf.dist index ec90267ce7cc..21147cef2105 100644 --- a/mail/tpop3d/files/tpop3d.conf.dist +++ b/mail/tpop3d/files/tpop3d.conf.dist @@ -64,10 +64,6 @@ mailbox: bsd:/var/mail/$(user) # Selects the `daemon name' used by tpop3d with TCP Wrappers [default: tpop3d] #tcp-wrappers-name: tpop3d -# drac-server: hostname -# Gives the name of a server to which tpop3d should send DRAC notifications -#drac-server: localhost - # whoson-enable: (yes|true) # Enable notification of successful logins to a WHOSON server as defined # in /etc/whoson.conf. [default: no] |