FreeBSD Bugzilla – Attachment 233087 Details for
Bug 263168
mail/cyrus-imapd34: set unixhierarchysep=yes in imapd.conf; disable http and https services in cyrus.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
cyrus-imapd34.patch (text/plain), 2.44 KB, created by
Yuri Victorovich
on 2022-04-09 04:52:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2022-04-09 04:52:55 UTC
Size:
2.44 KB
patch
obsolete
>diff --git a/mail/cyrus-imapd34/Makefile b/mail/cyrus-imapd34/Makefile >index 4e65663a74a2..88ea8ebe9dc3 100644 >--- a/mail/cyrus-imapd34/Makefile >+++ b/mail/cyrus-imapd34/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= cyrus-imapd > PORTVERSION= 3.4.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= mail > MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ > PKGNAMESUFFIX= ${CYRUS_IMAPD_VER} >diff --git a/mail/cyrus-imapd34/files/imapd.conf b/mail/cyrus-imapd34/files/imapd.conf >index 2ba85ce1d63e..75345db6c92d 100644 >--- a/mail/cyrus-imapd34/files/imapd.conf >+++ b/mail/cyrus-imapd34/files/imapd.conf >@@ -17,7 +17,7 @@ partition-default: /var/spool/imap > # Use the UNIX separator character '/' for delimiting levels of > # mailbox hierarchy. The default is to use the netnews separator > # character '.'. >-#unixhierarchysep: yes >+unixhierarchysep: yes > > # Use the alternate IMAP namespace, where personal folders reside at > # the same level in the hierarchy as INBOX. >diff --git a/mail/cyrus-imapd34/files/patch-doc_examples_cyrus__conf_normal.conf b/mail/cyrus-imapd34/files/patch-doc_examples_cyrus__conf_normal.conf >index 3bcb8e2efc33..22b58cf26725 100644 >--- a/mail/cyrus-imapd34/files/patch-doc_examples_cyrus__conf_normal.conf >+++ b/mail/cyrus-imapd34/files/patch-doc_examples_cyrus__conf_normal.conf >@@ -1,3 +1,5 @@ >+- disable http and https services because they aren't needed by default >+ > --- doc/examples/cyrus_conf/normal.conf.orig 2022-04-09 04:45:20 UTC > +++ doc/examples/cyrus_conf/normal.conf > @@ -19,8 +19,8 @@ SERVICES { >diff --git a/mail/cyrus-imapd34/files/patch-doc_examples_cyrus__conf_normal.conf b/mail/cyrus-imapd34/files/patch-doc_examples_cyrus__conf_normal.conf >new file mode 100644 >index 000000000000..3bcb8e2efc33 >--- /dev/null >+++ b/mail/cyrus-imapd34/files/patch-doc_examples_cyrus__conf_normal.conf >@@ -0,0 +1,13 @@ >+--- doc/examples/cyrus_conf/normal.conf.orig 2022-04-09 04:45:20 UTC >++++ doc/examples/cyrus_conf/normal.conf >+@@ -19,8 +19,8 @@ SERVICES { >+ # nntps cmd="nntpd -s" listen="nntps" prefork=0 >+ >+ # these are only necessary if using HTTP for CalDAV, CardDAV, or RSS >+- http cmd="httpd" listen="http" prefork=0 >+- https cmd="httpd -s" listen="https" prefork=0 >++ #http cmd="httpd" listen="http" prefork=0 >++ #https cmd="httpd -s" listen="https" prefork=0 >+ >+ # at least one LMTP is required for delivery >+ # lmtp cmd="lmtpd" listen="lmtp" prefork=0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263168
: 233087