diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-03-13 11:15:12 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-03-13 11:15:12 +0000 |
commit | a3b3c78cee30ca1bdebb803e4a331952fda285d8 (patch) | |
tree | aa69017d8db98437933a1d0ceb925562ca3daa51 /mail/cyrus-imapd23/pkg-install | |
parent | 507c0e77f5b914fa913a03ce88768994f3207464 (diff) | |
download | ports-a3b3c78cee30ca1bdebb803e4a331952fda285d8.tar.gz ports-a3b3c78cee30ca1bdebb803e4a331952fda285d8.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd23/pkg-install')
-rw-r--r-- | mail/cyrus-imapd23/pkg-install | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/mail/cyrus-imapd23/pkg-install b/mail/cyrus-imapd23/pkg-install index 8f935faef8de..e79eba73b245 100644 --- a/mail/cyrus-imapd23/pkg-install +++ b/mail/cyrus-imapd23/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 |