summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/files/inetd.conf.cyrus
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cyrus-imapd/files/inetd.conf.cyrus')
-rw-r--r--mail/cyrus-imapd/files/inetd.conf.cyrus19
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/cyrus-imapd/files/inetd.conf.cyrus b/mail/cyrus-imapd/files/inetd.conf.cyrus
deleted file mode 100644
index a38c90ac5ee9..000000000000
--- a/mail/cyrus-imapd/files/inetd.conf.cyrus
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Example entry for inetd.conf for the Cyrus IMAP server.
-# $FreeBSD$
-#
-# Replace /usr/local with the path where you've installed the package.
-#
-# The IMAP-4 server.
-imap4 stream tcp nowait cyrus /usr/local/cyrus/bin/imapd imapd
-#
-# To be able to access the IMAP mailbox by POP-3, use this line.
-pop3 stream tcp nowait cyrus /usr/local/cyrus/bin/pop3d pop3d
-#
-# Program to upload user sieve scripts to the IMAP server.
-#
-# NOTE: you will need to add "sieve" to /etc/services.
-# timsieved uses port 2000.
-#
-sieve stream tcp nowait cyrus /usr/local/cyrus/bin/timsieved sieve
-