summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/files/inetd.conf.cyrus
blob: a38c90ac5ee9629d1af16544757a68eb32f7ea74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# 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