|
|
@ -1,4 +1,4 @@ |
|
|
|
%define version 0.1.4 |
|
|
|
%define version 0.1.5 |
|
|
|
%define release 1.beta0 |
|
|
|
%define release 1.beta0 |
|
|
|
%define name smeserver-dovecot |
|
|
|
%define name smeserver-dovecot |
|
|
|
|
|
|
|
|
|
|
@ -29,6 +29,9 @@ Configure the dovecot IMAP server with sieve scripts support, |
|
|
|
quota, ACL, extended logging, master user |
|
|
|
quota, ACL, extended logging, master user |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Wed Jul 9 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.5-1 |
|
|
|
|
|
|
|
- Remove trailing / when defining permissions on sharedmailbox dir |
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 7 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.4-1 |
|
|
|
* Fri Feb 7 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.4-1 |
|
|
|
- Migrate limits from imaps to imap DB entry |
|
|
|
- Migrate limits from imaps to imap DB entry |
|
|
|
- Fix permissions on imapd.pem (for pop3s) |
|
|
|
- Fix permissions on imapd.pem (for pop3s) |
|
|
@ -65,7 +68,7 @@ perl createlinks |
|
|
|
--file /var/service/dovecot/log/run 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/dovecot/log/run 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/dovecot/control/1 'attr(0755,root,root)' \ |
|
|
|
--file /var/service/dovecot/control/1 'attr(0755,root,root)' \ |
|
|
|
--dir /var/log/dovecot 'attr(0750,smelog,smelog)' \ |
|
|
|
--dir /var/log/dovecot 'attr(0750,smelog,smelog)' \ |
|
|
|
--dir /etc/dovecot/sharedmailbox/ 'attr(2770,root,sharedmailbox)' \ |
|
|
|
--dir /etc/dovecot/sharedmailbox 'attr(2770,root,sharedmailbox)' \ |
|
|
|
--file /etc/dovecot/sharedmailbox/dict.db 'attr(0660,root,sharedmailbox) %config(noreplace)' \ |
|
|
|
--file /etc/dovecot/sharedmailbox/dict.db 'attr(0660,root,sharedmailbox) %config(noreplace)' \ |
|
|
|
--file /usr/bin/imap-postlogin 'attr(0755,root,root)' \ |
|
|
|
--file /usr/bin/imap-postlogin 'attr(0755,root,root)' \ |
|
|
|
> %{name}-%{version}-filelist |
|
|
|
> %{name}-%{version}-filelist |
|
|
|