View | Details | Raw Unified | Return to bug 69634
Collapse All | Expand All

(-)dovecot/Makefile (-20 / +28 lines)
Lines 7-29 Link Here
7
#
7
#
8
8
9
PORTNAME=	dovecot
9
PORTNAME=	dovecot
10
PORTVERSION=	0.99.10.6
10
PORTVERSION=	0.99.10.7
11
CATEGORIES=	mail ipv6
11
CATEGORIES=	mail ipv6
12
MASTER_SITES=	http://www.dovecot.org/
12
MASTER_SITES=	http://www.dovecot.org/releases/
13
13
14
MAINTAINER=	robin@isometry.net
14
MAINTAINER=	robin@isometry.net
15
COMMENT=	Secure and compact IMAP and POP3 servers
15
COMMENT=	Secure and compact IMAP and POP3 servers
16
16
17
CONFLICTS=	dovecot-1.*
18
17
USE_ICONV=	yes
19
USE_ICONV=	yes
18
USE_REINPLACE=	yes
19
USE_RC_SUBR=	yes
20
USE_RC_SUBR=	yes
20
21
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_ARGS=	--without-shadow --enable-ipv6 \
24
CONFIGURE_ARGS=	--without-shadow --with-pam --localstatedir=/var
24
		--localstatedir=/var --with-ssl=openssl \
25
		--with-ssldir=/var/dovecot/ssl --with-pop3d \
26
		--with-pam
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
28
		LDFLAGS="-L${LOCALBASE}/lib"
26
		LDFLAGS="-L${LOCALBASE}/lib"
29
27
Lines 31-40 Link Here
31
29
32
DOCS=		auth.txt configuration.txt design.txt \
30
DOCS=		auth.txt configuration.txt design.txt \
33
		index.txt mail-storages.txt mkcert.sh multiaccess.txt \
31
		index.txt mail-storages.txt mkcert.sh multiaccess.txt \
34
		nfs.txt dovecot-ldap.conf dovecot-pgsql.conf \
32
		nfs.txt securecoding.txt \
35
		dovecot-mysql.conf dovecot-openssl.cnf securecoding.txt
33
		dovecot-ldap.conf dovecot-pgsql.conf \
34
		dovecot-mysql.conf dovecot-openssl.cnf
36
35
37
OPTIONS=	SASL2		"SASL2 support"		off \
36
OPTIONS=	GNUTLS		"GNUTLS support"	off \
37
		SASL2		"SASL2 support"		off \
38
		VPOPMAIL	"VPopMail support"	off \
38
		VPOPMAIL	"VPopMail support"	off \
39
		LDAP		"OpenLDAP support"	off \
39
		LDAP		"OpenLDAP support"	off \
40
		PGSQL		"PostgreSQL support"	off \
40
		PGSQL		"PostgreSQL support"	off \
Lines 42-47 Link Here
42
42
43
.include <bsd.port.pre.mk>
43
.include <bsd.port.pre.mk>
44
44
45
## GNUTLS support
46
#
47
# Use the GNU Transport Layer Security
48
# rather than OpenSSL.
49
.if defined(WITH_GNUTLS)
50
IGNORE=			Currently incompatible with security/gnutls
51
LIB_DEPENDS+=		gnutls:${PORTSDIR}/security/gnutls
52
CONFIGURE_ARGS+=	--with-ssl=gnutls
53
.else
54
CONFIGURE_ARGS+=	--with-ssl=openssl
55
.endif
56
45
## SASL2 support
57
## SASL2 support
46
#
58
#
47
# SASL provides authentication support to
59
# SASL provides authentication support to
Lines 63-68 Link Here
63
VPOPMAIL=		${LOCALBASE}/vpopmail/bin/vchkpw
75
VPOPMAIL=		${LOCALBASE}/vpopmail/bin/vchkpw
64
BUILD_DEPENDS+=		${VPOPMAIL}:${PORTSDIR}/mail/vpopmail
76
BUILD_DEPENDS+=		${VPOPMAIL}:${PORTSDIR}/mail/vpopmail
65
CONFIGURE_ARGS+=	--with-vpopmail
77
CONFIGURE_ARGS+=	--with-vpopmail
78
.else
79
CONFIGURE_ARGS+=	--without-vpopmail
66
.endif
80
.endif
67
81
68
## OpenLDAP Support
82
## OpenLDAP Support
Lines 93-109 Link Here
93
#
107
#
94
.if defined(WITH_MYSQL)
108
.if defined(WITH_MYSQL)
95
USE_MYSQL=		yes
109
USE_MYSQL=		yes
96
CONFIGURED_ARGS+=	--with-mysql
110
CONFIGURE_ARGS+=	--with-mysql
97
.endif
111
.endif
98
112
99
pre-build:
100
	@${REINPLACE_CMD} -e 's,%%SSLDIR%%,/var/dovecot/ssl,' \
101
		${WRKSRC}/doc/mkcert.sh \
102
		${WRKSRC}/dovecot-example.conf
103
	@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
104
		${WRKSRC}/dovecot-example.conf
105
106
post-build:
113
post-build:
114
	@${SED} -e 's,%%PREFIX%%,${PREFIX},' \
115
		${WRKSRC}/dovecot-example.conf >${WRKDIR}/dovecot.conf.sample
107
	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
116
	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
108
		-e 's,%%RC_SUBR%%,${RC_SUBR},g' \
117
		-e 's,%%RC_SUBR%%,${RC_SUBR},g' \
109
		${FILESDIR}/dovecot.sh >${WRKDIR}/dovecot.sh
118
		${FILESDIR}/dovecot.sh >${WRKDIR}/dovecot.sh
Lines 120-132 Link Here
120
		${WRKSRC}/src/imap-login/imap-login \
129
		${WRKSRC}/src/imap-login/imap-login \
121
		${WRKSRC}/src/pop3-login/pop3-login \
130
		${WRKSRC}/src/pop3-login/pop3-login \
122
			${PREFIX}/libexec/dovecot/
131
			${PREFIX}/libexec/dovecot/
123
	${INSTALL_DATA} ${WRKSRC}/dovecot-example.conf ${PREFIX}/etc/
124
	${INSTALL_PROGRAM} ${WRKSRC}/src/master/dovecot ${PREFIX}/sbin/
132
	${INSTALL_PROGRAM} ${WRKSRC}/src/master/dovecot ${PREFIX}/sbin/
133
	${INSTALL_DATA} ${WRKDIR}/dovecot.conf.sample ${PREFIX}/etc/
125
	${INSTALL_SCRIPT} ${WRKDIR}/dovecot.sh ${PREFIX}/etc/rc.d/
134
	${INSTALL_SCRIPT} ${WRKDIR}/dovecot.sh ${PREFIX}/etc/rc.d/
126
.if !defined(NOPORTDOCS)
135
.if !defined(NOPORTDOCS)
127
	@${MKDIR} ${DOCSDIR}
136
	@${MKDIR} ${DOCSDIR}
128
	cd ${WRKSRC}/doc && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
137
	cd ${WRKSRC}/doc && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
129
	${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR}
130
.endif
138
.endif
131
139
132
post-install:
140
post-install:
(-)dovecot/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (dovecot-0.99.10.6.tar.gz) = 4f4f61147dc202a05c673a77535e5a46
1
MD5 (dovecot-0.99.10.7.tar.gz) = 6e5f32be84901bf0f8c027f4a5a999ad
2
SIZE (dovecot-0.99.10.6.tar.gz) = 858545
2
SIZE (dovecot-0.99.10.7.tar.gz) = 860088
(-)dovecot/files/dovecot.sh (-1 / +1 lines)
Lines 12-18 Link Here
12
#
12
#
13
#dovecot_enable="YES"
13
#dovecot_enable="YES"
14
#
14
#
15
dovecot_enable="NO"
15
dovecot_enable=${dovecot_enable-"NO"}
16
16
17
. %%RC_SUBR%%
17
. %%RC_SUBR%%
18
18
(-)dovecot/files/patch-dovecot-example.conf (-61 / +28 lines)
Lines 1-11 Link Here
1
--- dovecot-example.conf.orig	Fri Jun 18 19:25:31 2004
1
--- dovecot-example.conf.orig	Tue Jul 13 10:56:55 2004
2
+++ dovecot-example.conf	Mon Jun 21 11:15:52 2004
2
+++ dovecot-example.conf	Fri Jul 23 13:41:17 2004
3
@@ -7,11 +7,11 @@
3
@@ -3,7 +3,7 @@
4
 # Default values are shown after each value, it's not required to uncomment
5
 # any of the lines. Exception to this are paths, they're just examples
6
 # with real defaults being based on configure options. The paths listed here
7
-# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
8
+# are for configure --prefix=%%PREFIX%% --sysconfdir=/etc --localstatedir=/var
4
 # --with-ssldir=/etc/ssl
9
 # --with-ssldir=/etc/ssl
5
 
10
 
6
 # Base directory where to store runtime data.
11
 # Base directory where to store runtime data.
7
-#base_dir = /var/run/dovecot/
12
@@ -11,7 +11,7 @@
8
+base_dir = /var/dovecot/
9
 
13
 
10
 # Protocols we want to be serving:
14
 # Protocols we want to be serving:
11
 #  imap imaps pop3 pop3s
15
 #  imap imaps pop3 pop3s
Lines 14-20 Link Here
14
 
18
 
15
 # IP or host address where to listen in for connections. It's not currently
19
 # IP or host address where to listen in for connections. It's not currently
16
 # possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
20
 # possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
17
@@ -27,18 +27,18 @@
21
@@ -27,14 +27,14 @@
18
 #pop3s_listen = 
22
 #pop3s_listen = 
19
 
23
 
20
 # Disable SSL/TLS support.
24
 # Disable SSL/TLS support.
Lines 27-62 Link Here
27
 # certificate, just make sure to update the domains in dovecot-openssl.cnf
31
 # certificate, just make sure to update the domains in dovecot-openssl.cnf
28
-#ssl_cert_file = /etc/ssl/certs/dovecot.pem
32
-#ssl_cert_file = /etc/ssl/certs/dovecot.pem
29
-#ssl_key_file = /etc/ssl/private/dovecot.pem
33
-#ssl_key_file = /etc/ssl/private/dovecot.pem
30
+ssl_cert_file = %%SSLDIR%%/certs/dovecot.pem
34
+#ssl_cert_file = /etc/ssl/certs/imapd.pem
31
+ssl_key_file = %%SSLDIR%%/private/dovecot.pem
35
+#ssl_key_file = /etc/ssl/private/imapd.pem
32
 
36
 
33
 # SSL parameter file. Master process generates this file for login processes.
37
 # SSL parameter file. Master process generates this file for login processes.
34
 # It contains Diffie Hellman and RSA parameters.
38
 # It contains Diffie Hellman and RSA parameters.
35
-#ssl_parameters_file = /var/run/dovecot/ssl-parameters.dat
36
+ssl_parameters_file = %%SSLDIR%%/ssl-parameters.dat
37
 
38
 # How often to regenerate the SSL parameters file. Generation is quite CPU
39
 # intensive operation. The value is in hours, 0 disables regeneration
40
@@ -68,11 +68,11 @@
41
 # which login needs to be able to connect to. The sockets are created when
42
 # running as root, so you don't have to worry about permissions. Note that
43
 # everything in this directory is deleted when Dovecot is started.
44
-#login_dir = /var/run/dovecot/login
45
+login_dir = /var/dovecot/login
46
 
47
 # chroot login process to the login_dir. Only reason not to do this is if you
48
 # wish to run the whole Dovecot without roots.
49
-#login_chroot = yes
50
+login_chroot = yes
51
 
52
 
53
 ##
54
@@ -82,12 +82,12 @@
39
@@ -82,12 +82,12 @@
55
 login = imap
40
 login = imap
56
 
41
 
57
 # Executable location.
42
 # Executable location.
58
-#login_executable = /usr/libexec/dovecot/imap-login
43
-#login_executable = /usr/libexec/dovecot/imap-login
59
+login_executable = %%PREFIX%%/libexec/dovecot/imap-login
44
+#login_executable = %%PREFIX%%/libexec/dovecot/imap-login
60
 
45
 
61
 # User to use for the login process. Create a completely new user for this,
46
 # User to use for the login process. Create a completely new user for this,
62
 # and don't use it anywhere else. The user must also belong to a group where
47
 # and don't use it anywhere else. The user must also belong to a group where
Lines 71-77 Link Here
71
 
56
 
72
 # Exception to above rule being the executable location.
57
 # Exception to above rule being the executable location.
73
-#login_executable = /usr/libexec/dovecot/pop3-login
58
-#login_executable = /usr/libexec/dovecot/pop3-login
74
+login_executable = %%PREFIX%%/libexec/dovecot/pop3-login
59
+#login_executable = %%PREFIX%%/libexec/dovecot/pop3-login
75
 
60
 
76
 ##
61
 ##
77
 ## Mail processes
62
 ## Mail processes
Lines 111-135 Link Here
111
 
96
 
112
 # Space-separated list of fields to cache for all mails. Currently these
97
 # Space-separated list of fields to cache for all mails. Currently these
113
 # fields are allowed followed by a list of commands they speed up:
98
 # fields are allowed followed by a list of commands they speed up:
114
@@ -237,7 +237,7 @@
99
@@ -240,7 +240,7 @@
115
 #     arrives in half a hour, Dovecot closes the connection. This is still
100
 #   outlook-pop3-no-nuls:
116
 #     fine, except Outlook doesn't connect back so you don't see if new mail
101
 #     Outlook and Outlook Express hang if mails contain NUL characters.
117
 #     arrives.
102
 #     This setting replaces them with 0x80 character.
118
-#client_workarounds = 
103
-#client_workarounds = 
119
+client_workarounds = oe6-fetch-no-newmail outlook-idle
104
+client_workarounds = oe6-fetch-no-newmail outlook-idle outlook-pop3-no-nuls
120
 
105
 
121
 # Dovecot can notify client of new mail in selected mailbox soon after it's
106
 # Dovecot can notify client of new mail in selected mailbox soon after it's
122
 # received. This setting specifies the minimum interval in seconds between
107
 # received. This setting specifies the minimum interval in seconds between
123
@@ -262,7 +262,7 @@
108
@@ -284,7 +284,7 @@
124
 # Save mails with CR+LF instead of plain LF. This makes sending those mails
125
 # take less CPU, especially with sendfile() syscall with Linux and FreeBSD.
126
 # But it also creates a bit more disk I/O which may just make it slower.
127
-#mail_save_crlf = no
128
+mail_save_crlf = yes
129
 
130
 # Use mmap() instead of read() to read mail files. read() seems to be a bit
131
 # faster with my Linux/x86 and it's better with NFS, so that's the default.
132
@@ -281,7 +281,7 @@
133
 # know any MUA which would modify mail files directly. IMAP protocol also
109
 # know any MUA which would modify mail files directly. IMAP protocol also
134
 # requires that the mails don't change, so it would be problematic in any case.
110
 # requires that the mails don't change, so it would be problematic in any case.
135
 # If you care about performance, enable it.
111
 # If you care about performance, enable it.
Lines 138-162 Link Here
138
 
114
 
139
 # Check if mails' content has been changed by external programs. This slows
115
 # Check if mails' content has been changed by external programs. This slows
140
 # down things as extra stat() needs to be called for each file. If changes are
116
 # down things as extra stat() needs to be called for each file. If changes are
141
@@ -300,7 +300,7 @@
117
@@ -333,7 +333,7 @@
142
 # with is important to avoid deadlocks if other MTAs/MUAs are using both fcntl
143
 # and flock. Some operating systems don't allow using both of them
144
 # simultaneously, eg. BSDs. If dotlock is used, it's always created first.
145
-#mbox_locks = dotlock fcntl
146
+mbox_locks = fcntl
147
 
148
 # Should we create dotlock file even when we want only a read-lock? Setting
149
 # this to yes hurts the performance when the mailbox is accessed simultaneously
150
@@ -330,7 +330,7 @@
151
 ##
118
 ##
152
 
119
 
153
 # Executable location
120
 # Executable location
154
-#imap_executable = /usr/libexec/dovecot/imap
121
-#imap_executable = /usr/libexec/dovecot/imap
155
+imap_executable = %%PREFIX%%/libexec/dovecot/imap
122
+#imap_executable = %%PREFIX%%/libexec/dovecot/imap
156
 
123
 
157
 # Set max. process size in megabytes. Most of the memory goes to mmap()ing
124
 # Set max. process size in megabytes. Most of the memory goes to mmap()ing
158
 # files, so it shouldn't harm much even if this limit is set pretty high.
125
 # files, so it shouldn't harm much even if this limit is set pretty high.
159
@@ -338,14 +338,14 @@
126
@@ -341,14 +341,14 @@
160
 
127
 
161
 # Support for dynamically loadable modules.
128
 # Support for dynamically loadable modules.
162
 #imap_use_modules = no
129
 #imap_use_modules = no
Lines 169-179 Link Here
169
 
136
 
170
 # Executable location
137
 # Executable location
171
-#pop3_executable = /usr/libexec/dovecot/pop3
138
-#pop3_executable = /usr/libexec/dovecot/pop3
172
+pop3_executable = %%PREFIX%%/libexec/dovecot/pop3
139
+#pop3_executable = %%PREFIX%%/libexec/dovecot/pop3
173
 
140
 
174
 # Set max. process size in megabytes. Most of the memory goes to mmap()ing
141
 # Set max. process size in megabytes. Most of the memory goes to mmap()ing
175
 # files, so it shouldn't harm much even if this limit is set pretty high.
142
 # files, so it shouldn't harm much even if this limit is set pretty high.
176
@@ -353,7 +353,7 @@
143
@@ -356,7 +356,7 @@
177
 
144
 
178
 # Support for dynamically loadable modules.
145
 # Support for dynamically loadable modules.
179
 #pop3_use_modules = no
146
 #pop3_use_modules = no
Lines 182-188 Link Here
182
 
149
 
183
 ##
150
 ##
184
 ## Authentication processes
151
 ## Authentication processes
185
@@ -403,9 +403,9 @@
152
@@ -406,9 +406,9 @@
186
 #   vpopmail: vpopmail authentication
153
 #   vpopmail: vpopmail authentication
187
 #   ldap <config path>: LDAP, see doc/dovecot-ldap.conf
154
 #   ldap <config path>: LDAP, see doc/dovecot-ldap.conf
188
 #   pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
155
 #   pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf
Lines 190-200 Link Here
190
+auth_passdb = passwd
157
+auth_passdb = passwd
191
 
158
 
192
-#auth_executable = /usr/libexec/dovecot/dovecot-auth
159
-#auth_executable = /usr/libexec/dovecot/dovecot-auth
193
+auth_executable = %%PREFIX%%/libexec/dovecot/dovecot-auth
160
+#auth_executable = %%PREFIX%%/libexec/dovecot/dovecot-auth
194
 
161
 
195
 # Set max. process size in megabytes.
162
 # Set max. process size in megabytes.
196
 #auth_process_size = 256
163
 #auth_process_size = 256
197
@@ -436,7 +436,7 @@
164
@@ -439,7 +439,7 @@
198
 
165
 
199
 # More verbose logging. Useful for figuring out why authentication isn't
166
 # More verbose logging. Useful for figuring out why authentication isn't
200
 # working.
167
 # working.
(-)dovecot/pkg-deinstall (-4 / +2 lines)
Lines 51-61 Link Here
51
	fi
53
	fi
52
54
53
	delete_account dovecot
55
	delete_account dovecot
54
	delete_account dovecot-auth
55
56
56
	base=/var/dovecot
57
	base=/var/run/dovecot
57
	DIRLIST="${base}/ssl/private ${base}/ssl/certs ${base}/ssl ${base}/private \
58
	DIRLIST="${base}/login ${base}"
58
		${base}/login ${base}/auth ${base} /var/run/dovecot"
59
	echo "Cleaning up \"${base}\"."
59
	echo "Cleaning up \"${base}\"."
60
	for directory in ${DIRLIST}; do
60
	for directory in ${DIRLIST}; do
61
		rmdir ${directory} 2>/dev/null || :
61
		rmdir ${directory} 2>/dev/null || :
(-)dovecot/pkg-descr (-1 / +1 lines)
Lines 1-7 Link Here
1
Dovecot is a secure and compact IMAP server which is in the early stages
1
Dovecot is a secure and compact IMAP server which is in the early stages
2
of developement. It supports Maildirs and mbox formats and much of the
2
of developement. It supports Maildirs and mbox formats and much of the
3
IMAP v4 protocol including SSL/TLS. IPv6 support is also included.
3
IMAP v4 protocol including SSL/TLS. IPv6 support is also included.
4
Dovecot supports authentication with OpenLDAP, PostgreSQL, MySQL vpopmail
4
Dovecot supports authentication with OpenLDAP, PostgreSQL, MySQL, vpopmail
5
and PAM.
5
and PAM.
6
6
7
WWW: http://www.dovecot.org/
7
WWW: http://www.dovecot.org/
(-)dovecot/pkg-install (-9 / +6 lines)
Lines 70-82 Link Here
70
70
71
PRE-INSTALL)
71
PRE-INSTALL)
72
	make_account dovecot dovecot "Dovecot"
72
	make_account dovecot dovecot "Dovecot"
73
	make_account dovecot-auth dovecot-auth "Dovecot Auth"
74
	;;
73
	;;
75
74
76
POST-INSTALL)
75
POST-INSTALL)
77
	base=/var/dovecot
76
	base=/var/run/dovecot
78
	DIRLIST="${base} ${base}/auth ${base}/ssl ${base}/ssl/certs \
77
	DIRLIST="${base} ${base}/login"
79
		${base}/ssl/private ${base}/login /var/run/dovecot"
80
	echo "Fixing ownerships and modes in \"${base}\"."
78
	echo "Fixing ownerships and modes in \"${base}\"."
81
	for directory in ${DIRLIST}; do
79
	for directory in ${DIRLIST}; do
82
		if [ ! -d "${directory}" ]; then
80
		if [ ! -d "${directory}" ]; then
Lines 84-94 Link Here
84
			echo "Created directory: ${directory}"
82
			echo "Created directory: ${directory}"
85
		fi
83
		fi
86
	done
84
	done
87
	chown -R root:wheel      ${base}
85
	chown -R root:wheel   ${base}
88
	chown -R dovecot:dovecot ${base}/auth ${base}/ssl
86
	chmod -R 0700         ${base}
89
	chown    root:dovecot    ${base}/login /var/run/dovecot
87
	chown -R root:dovecot ${base}/login
90
	chmod 0750 ${base}/login
88
	chmod -R 0750         ${base}/login
91
	chmod 0700 /var/run/dovecot
92
	;;
89
	;;
93
90
94
esac
91
esac
(-)dovecot/pkg-message (-5 lines)
Lines 15-23 Link Here
15
15
16
  %%DOCSDIR%%
16
  %%DOCSDIR%%
17
17
18
 FreeBSD specific information is covered in the following file:
19
20
  %%DOCSDIR%%/README.FreeBSD
21
22
---------------------------------------------------------------------
18
---------------------------------------------------------------------
23
(-)dovecot/pkg-plist (-6 / +5 lines)
Lines 1-5 Link Here
1
@comment $FreeBSD: ports/mail/dovecot/pkg-plist,v 1.10 2004/06/21 18:56:28 pav Exp $
1
@comment $FreeBSD: ports/mail/dovecot/pkg-plist,v 1.10 2004/06/21 18:56:28 pav Exp $
2
etc/dovecot-example.conf
2
etc/dovecot.conf.sample
3
etc/rc.d/dovecot.sh
3
etc/rc.d/dovecot.sh
4
libexec/dovecot/dovecot-auth
4
libexec/dovecot/dovecot-auth
5
libexec/dovecot/imap
5
libexec/dovecot/imap
Lines 8-25 Link Here
8
libexec/dovecot/pop3-login
8
libexec/dovecot/pop3-login
9
@dirrm libexec/dovecot
9
@dirrm libexec/dovecot
10
sbin/dovecot
10
sbin/dovecot
11
%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD
12
%%PORTDOCS%%%%DOCSDIR%%/auth.txt
11
%%PORTDOCS%%%%DOCSDIR%%/auth.txt
13
%%PORTDOCS%%%%DOCSDIR%%/configuration.txt
12
%%PORTDOCS%%%%DOCSDIR%%/configuration.txt
14
%%PORTDOCS%%%%DOCSDIR%%/design.txt
13
%%PORTDOCS%%%%DOCSDIR%%/design.txt
15
%%PORTDOCS%%%%DOCSDIR%%/dovecot-ldap.conf
16
%%PORTDOCS%%%%DOCSDIR%%/dovecot-openssl.cnf
17
%%PORTDOCS%%%%DOCSDIR%%/dovecot-pgsql.conf
18
%%PORTDOCS%%%%DOCSDIR%%/dovecot-mysql.conf
19
%%PORTDOCS%%%%DOCSDIR%%/index.txt
14
%%PORTDOCS%%%%DOCSDIR%%/index.txt
20
%%PORTDOCS%%%%DOCSDIR%%/mail-storages.txt
15
%%PORTDOCS%%%%DOCSDIR%%/mail-storages.txt
21
%%PORTDOCS%%%%DOCSDIR%%/mkcert.sh
16
%%PORTDOCS%%%%DOCSDIR%%/mkcert.sh
22
%%PORTDOCS%%%%DOCSDIR%%/multiaccess.txt
17
%%PORTDOCS%%%%DOCSDIR%%/multiaccess.txt
23
%%PORTDOCS%%%%DOCSDIR%%/nfs.txt
18
%%PORTDOCS%%%%DOCSDIR%%/nfs.txt
24
%%PORTDOCS%%%%DOCSDIR%%/securecoding.txt
19
%%PORTDOCS%%%%DOCSDIR%%/securecoding.txt
20
%%PORTDOCS%%%%DOCSDIR%%/dovecot-ldap.conf
21
%%PORTDOCS%%%%DOCSDIR%%/dovecot-openssl.cnf
22
%%PORTDOCS%%%%DOCSDIR%%/dovecot-pgsql.conf
23
%%PORTDOCS%%%%DOCSDIR%%/dovecot-mysql.conf
25
%%PORTDOCS%%@dirrm %%DOCSDIR%%
24
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 69634