diff options
-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 +# |