|
|
@ -1,4 +1,4 @@ |
|
|
|
%define version 0.1.0 |
|
|
|
%define version 0.1.1 |
|
|
|
%define release 1 |
|
|
|
%define release 1 |
|
|
|
%define name smeserver-dovecot-extras |
|
|
|
%define name smeserver-dovecot-extras |
|
|
|
|
|
|
|
|
|
|
@ -23,6 +23,10 @@ Requires: acl |
|
|
|
Add IMAP acl (sharedmailbox) and sieve capabilities to the IMAP server |
|
|
|
Add IMAP acl (sharedmailbox) and sieve capabilities to the IMAP server |
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Mon Jun 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1 |
|
|
|
|
|
|
|
- Add midding /home/e-smith/db/dovecot dir |
|
|
|
|
|
|
|
- Remove submission_host for sieve |
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.0.2-1 |
|
|
|
* Tue Oct 29 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.0.2-1 |
|
|
|
- Use SMTP for sieve notifications |
|
|
|
- Use SMTP for sieve notifications |
|
|
|
|
|
|
|
|
|
|
@ -34,6 +38,7 @@ Add IMAP acl (sharedmailbox) and sieve capabilities to the IMAP server |
|
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
%build |
|
|
|
perl createlinks |
|
|
|
perl createlinks |
|
|
|
|
|
|
|
mkdir -p root/home/e-smith/db/dovecot |
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
%install |
|
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
|
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
|
|
|