summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23/files/inetd.conf.cyrus
blob: f2878fac7aa66027f36312a22bfb8faf680ef6e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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
#