diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1999-05-10 02:31:20 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1999-05-10 02:31:20 +0000 |
commit | fa7038bd2f7f8569bd7c9b16ea0071c9fa9fec91 (patch) | |
tree | ea3dfa1bc059b98fcc747084a57e750222d18d04 /mail/cyrus-imapd24 | |
parent | 53808164cbeab98967f55a7b5861e7935e461d2b (diff) | |
download | ports-fa7038bd2f7f8569bd7c9b16ea0071c9fa9fec91.tar.gz ports-fa7038bd2f7f8569bd7c9b16ea0071c9fa9fec91.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd24')
-rw-r--r-- | mail/cyrus-imapd24/files/inetd.conf.cyrus | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/cyrus-imapd24/files/inetd.conf.cyrus b/mail/cyrus-imapd24/files/inetd.conf.cyrus new file mode 100644 index 000000000000..3bd89a6fa6e6 --- /dev/null +++ b/mail/cyrus-imapd24/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 +# |