Fix typo in default configuration.
This commit is contained in:
parent
17125986d3
commit
93576aa025
@ -9,7 +9,7 @@
|
||||
|
||||
Name: cyrus-imapd
|
||||
Version: 3.0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
%define ssl_pem_file /etc/pki/%name/%name.pem
|
||||
|
||||
@ -615,6 +615,10 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 24 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.4-2
|
||||
- Fix typo in default config;
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1506000
|
||||
|
||||
* Tue Sep 05 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 3.0.4-1
|
||||
- Update to 3.0.4
|
||||
- Patched cassandane for new behaviour. It should be updated idealy.
|
||||
|
@ -68,7 +68,7 @@ index 95b54e9..3935b77 100644
|
||||
-# Allowed values: caldav, carddav, domainkey, ischedule, rss
|
||||
-httpmodules: caldav carddav
|
||||
+# Fedora default: enable all modules besides admin
|
||||
+httpmodules: caldav carddav domainkey freebusy isschedule jmap rss tzdist webdav
|
||||
+httpmodules: caldav carddav domainkey freebusy ischedule jmap rss tzdist webdav
|
||||
|
||||
# If enabled, the partitions will also be hashed, in addition to the
|
||||
# hashing done on configuration directories. This is recommended if one
|
||||
|
Loading…
Reference in New Issue
Block a user