|
|
@ -1,4 +1,4 @@ |
|
|
|
%define version 0.1.0 |
|
|
|
%define version 0.1.1 |
|
|
|
%define release 1.beta0 |
|
|
|
%define release 1.beta0 |
|
|
|
%define name smeserver-dovecot |
|
|
|
%define name smeserver-dovecot |
|
|
|
|
|
|
|
|
|
|
@ -16,9 +16,8 @@ BuildArchitectures: noarch |
|
|
|
BuildRequires: e-smith-devtools |
|
|
|
BuildRequires: e-smith-devtools |
|
|
|
|
|
|
|
|
|
|
|
Requires: e-smith-base >= 5.2.0 |
|
|
|
Requires: e-smith-base >= 5.2.0 |
|
|
|
Requires: dovecot >= 2.0.15 |
|
|
|
Requires: dovecot >= 2.0.9 |
|
|
|
Requires: dovecot-pigeonhole >= 0.2.4 |
|
|
|
Requires: dovecot-pigeonhole >= 2.0.9 |
|
|
|
Requires: dovecot-managesieve >= 0.2.4 |
|
|
|
|
|
|
|
Requires: acl |
|
|
|
Requires: acl |
|
|
|
|
|
|
|
|
|
|
|
Provides: e-smith-imap |
|
|
|
Provides: e-smith-imap |
|
|
@ -29,6 +28,9 @@ Configure the dovecot IMAP server with sieve scripts support, |
|
|
|
quota, ACL, extended logging, master user |
|
|
|
quota, ACL, extended logging, master user |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Tue Feb 26 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1 |
|
|
|
|
|
|
|
- store sharedmailbox dict file in /home/e-smith/db/dovecot |
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 12 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1 |
|
|
|
* Tue Feb 12 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1 |
|
|
|
- Pass the recipient variable to dovcot-lda |
|
|
|
- Pass the recipient variable to dovcot-lda |
|
|
|
|
|
|
|
|
|
|
@ -52,8 +54,8 @@ 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 /home/e-smith/db/dovecot 'attr(2770,root,sharedmailbox)' \ |
|
|
|
--file /etc/dovecot/sharedmailbox/dict.db 'attr(0660,root,sharedmailbox) %config(noreplace)' \ |
|
|
|
--file /home/e-smith/db/dovecot/sharedmailbox.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 |
|
|
|
|
|
|
|
|
|
|
|