aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22/pkg-install
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2001-03-13 11:15:12 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2001-03-13 11:15:12 +0000
commita3b3c78cee30ca1bdebb803e4a331952fda285d8 (patch)
treeaa69017d8db98437933a1d0ceb925562ca3daa51 /mail/cyrus-imapd22/pkg-install
parent507c0e77f5b914fa913a03ce88768994f3207464 (diff)
downloadports-a3b3c78cee30ca1bdebb803e4a331952fda285d8.tar.gz
ports-a3b3c78cee30ca1bdebb803e4a331952fda285d8.zip
Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and
IMAP4 protocols. PR: ports/25597 Submitted by: Christopher K Davis <ckd@ckdhr.com>
Notes
Notes: svn path=/head/; revision=39740
Diffstat (limited to 'mail/cyrus-imapd22/pkg-install')
-rw-r--r--mail/cyrus-imapd22/pkg-install18
1 files changed, 1 insertions, 17 deletions
diff --git a/mail/cyrus-imapd22/pkg-install b/mail/cyrus-imapd22/pkg-install
index 8f935faef8de..e79eba73b245 100644
--- a/mail/cyrus-imapd22/pkg-install
+++ b/mail/cyrus-imapd22/pkg-install
@@ -97,23 +97,7 @@ case $2 in
cd ${PKG_PREFIX}
cyrus_conf
checkfile ${PKG_PREFIX}/etc/imapd.conf
- if grep '^imap4' /etc/inetd.conf; then
- echo "** Please check that your /etc/inetd.conf entry for \`imap4'"
- echo " is suitable for the Cyrus IMAP server."
- else
- echo "** Please add an entry for the imap4 protocol to /etc/inetd.conf."
- fi
- echo
- if grep '^sieve' /etc/inetd.conf; then
- echo "** Please check that your /etc/inetd.conf entry for \`sieve'"
- echo " is suitable for the Cyrus timsieved daemon"
- else
- echo "** Please add an entry for timseived to /etc/inetd.conf."
- echo " If you wish to have user's upload their sieve filter"
- echo " scripts to the server."
- fi
- echo
- echo " An example can be found in ${PKG_PREFIX}/etc/inetd.conf.cyrus."
+ checkfile ${PKG_PREFIX}/etc/cyrus.conf
if grep 'sieve' /etc/services; then
echo
else