Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud
8d48df91bb Automatic commit of package [smeserver-dovecot-extras] release [0.1.5-1].
Created by command:

/usr/bin/tito tag
2018-03-27 16:31:26 +02:00
Daniel Berteaud
6947b77468 Don't set default ACL for authenticated users 2018-03-27 16:31:12 +02:00
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
0.1.4-1 ./
0.1.5-1 ./

View File

@ -2,7 +2,6 @@
if (($dovecot{'PublicMailbox'} || 'disabled') eq 'enabled'){
my @PublicMailboxAdmins = split /[,:]/, ($dovecot{PublicMailboxAdmins} || '');
$OUT .= "authenticated lrwsie" . "\n";
$OUT .= "user=admin lrswtipekxa" . "\n";
foreach my $PublicMailboxAdmins (sort @PublicMailboxAdmins){
$OUT .= 'user=' . "$PublicMailboxAdmins " . 'lrswtipekxa' . "\n";

View File

@ -1,6 +1,6 @@
Summary: Additional features for dovecot on SME Server
Name: smeserver-dovecot-extras
Version: 0.1.4
Version: 0.1.5
Release: 1%{?dist}
License: GPL
Group: Networking/Daemons
@ -19,6 +19,9 @@ Requires: acl
Add IMAP acl (sharedmailbox) and sieve capabilities to the IMAP server
%changelog
* Tue Mar 27 2018 Daniel Berteaud <daniel@firewall-services.com> 0.1.5-1
- Don't set default ACL for authenticated users (daniel@firewall-services.com)
* Sun Nov 19 2017 Daniel Berteaud <daniel@firewall-services.com> 0.1.4-1
- new package built with tito