diff options
author | stb <stb@FreeBSD.org> | 1999-05-10 02:31:20 +0000 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1999-05-10 02:31:20 +0000 |
commit | 4c931efe65b8531274fcea7a29e00bbb0cd65fa2 (patch) | |
tree | 15b68c815a9937677a96cbd38978fb7fcb89d82d | |
parent | 5611b516ebb89977aa0fecd628d164fa9260dc5b (diff) | |
download | FreeBSD-ports-4c931efe65b8531274fcea7a29e00bbb0cd65fa2.zip FreeBSD-ports-4c931efe65b8531274fcea7a29e00bbb0cd65fa2.tar.gz |
Add example for inetd.conf (forgotten in last commit).
-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 0000000..3bd89a6 --- /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 0000000..3bd89a6 --- /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 0000000..3bd89a6 --- /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 0000000..3bd89a6 --- /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 0000000..3bd89a6 --- /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 0000000..3bd89a6 --- /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 +# |