aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cyrus-imapd22/pkg-install
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-03-13 19:15:12 +0800
committerume <ume@FreeBSD.org>2001-03-13 19:15:12 +0800
commitad0924a8243c6928c1cf8a9cf0b78be73fbe019f (patch)
tree12d246d631884d878419fa5c3c5c41acdb4a94e5 /mail/cyrus-imapd22/pkg-install
parentf5c0f9155762c81af4f97346c705a1ab2246a32c (diff)
downloadfreebsd-ports-gnome-ad0924a8243c6928c1cf8a9cf0b78be73fbe019f.tar.gz
freebsd-ports-gnome-ad0924a8243c6928c1cf8a9cf0b78be73fbe019f.tar.zst
freebsd-ports-gnome-ad0924a8243c6928c1cf8a9cf0b78be73fbe019f.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>
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