diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-11 18:35:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-11 18:35:54 +0800 |
commit | 54a8dd25b1997cbfd705c6771dd18479de78eeb3 (patch) | |
tree | 3cb2c711076506e2221af89ccf94f11f68d06b08 /mail/dovecot-devel | |
parent | a82cbeb9ec53fe92fecd777cb448575b99cfd2f8 (diff) | |
download | freebsd-ports-gnome-54a8dd25b1997cbfd705c6771dd18479de78eeb3.tar.gz freebsd-ports-gnome-54a8dd25b1997cbfd705c6771dd18479de78eeb3.tar.zst freebsd-ports-gnome-54a8dd25b1997cbfd705c6771dd18479de78eeb3.zip |
Maintainer update: mail/dovecot
Updates:
- MASTER_SITES
- dovecot-example.conf used pgsql for userdb by default, now uses passwd.
PR: ports/61188
Submitted by: Robin Breathe <robin@isometry.net>
Diffstat (limited to 'mail/dovecot-devel')
-rw-r--r-- | mail/dovecot-devel/Makefile | 9 | ||||
-rw-r--r-- | mail/dovecot-devel/files/patch-dovecot-example.conf | 11 |
2 files changed, 16 insertions, 4 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index 995f4aaa0308..cc8dd55c1685 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -7,8 +7,9 @@ PORTNAME= dovecot PORTVERSION= 0.99.10.4 +PORTREVISION= 1 CATEGORIES= mail ipv6 -MASTER_SITES= http://dovecot.procontrol.fi/ +MASTER_SITES= http://www.dovecot.org/ MAINTAINER= robin@isometry.net COMMENT= Secure and compact IMAP and POP3 servers @@ -78,9 +79,9 @@ LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+= --with-pgsql .endif -pre-everything:: - @${ECHO_MSG} "==> Dovecot options: see ${MAKEFILE} for descriptions" - @${SED} -ne 's,^##,==> ,p' ${MAKEFILE} +pre-configure: + @${ECHO_MSG} "=> ${PORTNAME} options: see ${MAKEFILE} for descriptions" + @${SED} -ne 's,^##,=> ,p' ${MAKEFILE} pre-build: @${REINPLACE_CMD} -e 's,%%SSLDIR%%,/var/dovecot/ssl,' \ diff --git a/mail/dovecot-devel/files/patch-dovecot-example.conf b/mail/dovecot-devel/files/patch-dovecot-example.conf index 53f436bc8ec3..e4720be067da 100644 --- a/mail/dovecot-devel/files/patch-dovecot-example.conf +++ b/mail/dovecot-devel/files/patch-dovecot-example.conf @@ -195,6 +195,17 @@ ## ## Authentication processes +@@ -380,8 +380,8 @@ + # vpopmail: vpopmail library + # ldap <config path>: LDAP, see doc/dovecot-ldap.conf + # pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf +-#auth_userdb = passwd +-auth_userdb = pgsql /usr/local/etc/dovecot-pgsql.conf ++#auth_userdb = pgsql %%PREFIX%%/etc/dovecot-pgsql.conf ++auth_userdb = passwd + + # Where password database is kept: + # passwd: /etc/passwd or similiar, using getpwnam() @@ -391,9 +391,9 @@ # vpopmail: vpopmail authentication # ldap <config path>: LDAP, see doc/dovecot-ldap.conf |