Compare commits

...

2 Commits
master ... sme9

Author SHA1 Message Date
Daniel Berteaud 6b82db9a60 update spec file 2013-02-28 15:34:02 +01:00
Daniel Berteaud 700355d4be Move shared mailbox dict to /home/e-smith/db/dovecot 2013-02-26 18:57:10 +01:00
3 changed files with 10 additions and 8 deletions

View File

@ -23,4 +23,4 @@ event_link("adjust-dovecot", "bootstrap-console-save", "02");
event_link("dovecot-acl", "email-update", "85");
event_link("dovecot-acl", "user-create", "85");
safe_touch("root/etc/dovecot/sharedmailbox/dict.db");
safe_touch("root/home/e-smith/db/dovecot/sharedmailbox.db");

View File

@ -50,7 +50,7 @@ namespace {
}
plugin {
acl_shared_dict = file:/etc/dovecot/sharedmailbox/dict.db
acl_shared_dict = file:/home/e-smith/db/dovecot/sharedmailbox.db
}
plugin {

View File

@ -1,4 +1,4 @@
%define version 0.1.0
%define version 0.1.1
%define release 1.beta0
%define name smeserver-dovecot
@ -16,9 +16,8 @@ BuildArchitectures: noarch
BuildRequires: e-smith-devtools
Requires: e-smith-base >= 5.2.0
Requires: dovecot >= 2.0.15
Requires: dovecot-pigeonhole >= 0.2.4
Requires: dovecot-managesieve >= 0.2.4
Requires: dovecot >= 2.0.9
Requires: dovecot-pigeonhole >= 2.0.9
Requires: acl
Provides: e-smith-imap
@ -29,6 +28,9 @@ Configure the dovecot IMAP server with sieve scripts support,
quota, ACL, extended logging, master user
%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
- 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/control/1 'attr(0755,root,root)' \
--dir /var/log/dovecot 'attr(0750,smelog,smelog)' \
--dir /etc/dovecot/sharedmailbox/ 'attr(2770,root,sharedmailbox)' \
--file /etc/dovecot/sharedmailbox/dict.db 'attr(0660,root,sharedmailbox) %config(noreplace)' \
--dir /home/e-smith/db/dovecot 'attr(2770,root,sharedmailbox)' \
--file /home/e-smith/db/dovecot/sharedmailbox.db 'attr(0660,root,sharedmailbox) %config(noreplace)' \
--file /usr/bin/imap-postlogin 'attr(0755,root,root)' \
> %{name}-%{version}-filelist