a2d84b3811
- Improve pkg-install script (create /var/dovecot tree) - Add pkg-deinstall to cleanup dovecot directories and remove created uids at de-install; ask to stop dovecot if it's still running - Make pkg-message obey PREFIX/DOCSDIR - Make use of USE_OPENLDAP, rename WITH_LDAP2 to more standard WITH_LDAP - Remove 'Feature Autodetection'. If you want the port built with extra dependencies, tell it: avoid bloat - Update the rc.d script to work with relative addressing (e.g. './dovecot.sh start' works.) - Assign maintainership to the submitter PR: 59762 Submitted by: Robin Breathe <robin@isometry.net>
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
etc/dovecot-example.conf
|
|
etc/rc.d/dovecot.sh.sample
|
|
libexec/dovecot/dovecot-auth
|
|
libexec/dovecot/imap
|
|
libexec/dovecot/imap-login
|
|
libexec/dovecot/pop3
|
|
libexec/dovecot/pop3-login
|
|
@dirrm libexec/dovecot
|
|
sbin/dovecot
|
|
%%PORTDOCS%%%%DOCSDIR%%/auth.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/configuration.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/design.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/index.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/mail-storages.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkcert.sh
|
|
%%PORTDOCS%%%%DOCSDIR%%/multiaccess.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/nfs.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/dovecot-ldap.conf
|
|
%%PORTDOCS%%%%DOCSDIR%%/dovecot-pgsql.conf
|
|
%%PORTDOCS%%%%DOCSDIR%%/dovecot-openssl.cnf
|
|
%%PORTDOCS%%%%DOCSDIR%%/securecoding.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@unexec rmdir /var/dovecot/auth 2>/dev/null || true
|
|
@unexec rmdir /var/dovecot/login 2>/dev/null || true
|
|
@unexec rmdir /var/dovecot/ssl/certs 2>/dev/null || true
|
|
@unexec rmdir /var/dovecot/ssl/private 2>/dev/null || true
|
|
@unexec rmdir /var/dovecot/ssl 2>/dev/null || true
|
|
@unexec rmdir /var/dovecot 2>/dev/null || true
|
|
@unexec rmdir /var/run/dovecot 2>/dev/null || true
|