diff options
author | stb <stb@FreeBSD.org> | 1999-05-10 10:31:20 +0800 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1999-05-10 10:31:20 +0800 |
commit | 4c931efe65b8531274fcea7a29e00bbb0cd65fa2 (patch) | |
tree | 15b68c815a9937677a96cbd38978fb7fcb89d82d /mail/cyrus-imapd22 | |
parent | 5611b516ebb89977aa0fecd628d164fa9260dc5b (diff) | |
download | freebsd-ports-gnome-4c931efe65b8531274fcea7a29e00bbb0cd65fa2.tar.gz freebsd-ports-gnome-4c931efe65b8531274fcea7a29e00bbb0cd65fa2.tar.zst freebsd-ports-gnome-4c931efe65b8531274fcea7a29e00bbb0cd65fa2.zip |
Add example for inetd.conf (forgotten in last commit).
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r-- | mail/cyrus-imapd22/files/inetd.conf.cyrus | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/cyrus-imapd22/files/inetd.conf.cyrus b/mail/cyrus-imapd22/files/inetd.conf.cyrus new file mode 100644 index 000000000000..3bd89a6fa6e6 --- /dev/null +++ b/mail/cyrus-imapd22/files/inetd.conf.cyrus @@ -0,0 +1,12 @@ +# +# Example entry for inetd.conf for the Cyrus IMAP server. +# $Id$ +# +# 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 imapd +# |