2 Commits

Author SHA1 Message Date
519a404456 * Wed Sep 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-12.sme
- fix missing sharedmailbox group [SME: 12735]
2024-09-25 17:12:35 -04:00
8eea5fb089 * Tue Sep 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
- add missing /home/e-smith/files/public/ folder [SME: 12735]
2024-09-24 22:11:44 -04:00
2 changed files with 10 additions and 1 deletions

View File

View File

@@ -1,5 +1,5 @@
%define version 11.0.0
%define release 10
%define release 12
%define name smeserver-dovecot
@@ -41,6 +41,12 @@ Configure the dovecot IMAP server with sieve scripts support,
quota, ACL, extended logging, master user
%changelog
* Wed Sep 25 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-12.sme
- fix missing sharedmailbox group [SME: 12735]
* Tue Sep 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
- add missing /home/e-smith/files/public/ folder [SME: 12735]
* Wed Sep 11 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-10.sme
- merge dovecot-extra [SME: 12735]
- add sieves support over ssl and improve template
@@ -268,6 +274,9 @@ if [ $1 -gt 1 ] ; then
fi
fi
/usr/sbin/groupadd -g 439 sharedmailbox 2> /dev/null || :
%post
%preun