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 | |
parent | 53808164cbeab98967f55a7b5861e7935e461d2b (diff) |
Add example for inetd.conf (forgotten in last commit).
Notes
Notes:
svn path=/head/; revision=18717
-rw-r--r-- | mail/cyrus-imapd/files/inetd.conf.cyrus | 12 | ||||
-rw-r--r-- | mail/cyrus-imapd2/files/inetd.conf.cyrus | 12 | ||||
-rw-r--r-- | mail/cyrus-imapd22/files/inetd.conf.cyrus | 12 | ||||
-rw-r--r-- | mail/cyrus-imapd23/files/inetd.conf.cyrus | 12 | ||||
-rw-r--r-- | mail/cyrus-imapd24/files/inetd.conf.cyrus | 12 | ||||
-rw-r--r-- | mail/cyrus/files/inetd.conf.cyrus | 12 |
6 files changed, 72 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/files/inetd.conf.cyrus b/mail/cyrus-imapd/files/inetd.conf.cyrus new file mode 100644 index 000000000000..3bd89a6fa6e6 --- /dev/null +++ b/mail/cyrus-imapd/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 +# diff --git a/mail/cyrus-imapd2/files/inetd.conf.cyrus b/mail/cyrus-imapd2/files/inetd.conf.cyrus new file mode 100644 index 000000000000..3bd89a6fa6e6 --- /dev/null +++ b/mail/cyrus-imapd2/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 +# 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 +# diff --git a/mail/cyrus-imapd23/files/inetd.conf.cyrus b/mail/cyrus-imapd23/files/inetd.conf.cyrus new file mode 100644 index 000000000000..3bd89a6fa6e6 --- /dev/null +++ b/mail/cyrus-imapd23/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 +# 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 +# diff --git a/mail/cyrus/files/inetd.conf.cyrus b/mail/cyrus/files/inetd.conf.cyrus new file mode 100644 index 000000000000..3bd89a6fa6e6 --- /dev/null +++ b/mail/cyrus/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 +# |