From d3afb37c477456496ad53c0bd0c498294c99f6f7b38c91e67c628bc37dcf8c83 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 Jul 2019 06:19:00 +0000 Subject: [PATCH] Accepting request 712163 from home:mcepl:branches:server:mail - Add information about the interaction with Apparmor to README.SUSE OBS-URL: https://build.opensuse.org/request/show/712163 OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot?expand=0&rev=14 --- dovecot.README.SUSE | 5 +++++ dovecot.changes | 5 +++++ dovecot.spec | 6 +++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/dovecot.README.SUSE b/dovecot.README.SUSE index a92a50b..8e48ff3 100644 --- a/dovecot.README.SUSE +++ b/dovecot.README.SUSE @@ -63,3 +63,8 @@ If you want to deliver local mails to dovecot follow this steps: systemctl enable dovecot systemctl start dovecot +Apparmor-related issues +----------------------- + +There is an AppArmor policy in effect for all SUSE distributions limiting dovecot’s behaviour. If you want to have your mail storage somewhere else than in +~/Maildir/, ~/mail/, ~/Mail/, /var/vmail/, /var/mail/, or /var/spool/mail/ you need to edit /etc/apparmor.d/tunables/dovecot file to include appropriate directories (you always want to leave /var/mail and /var/spool/mail present). diff --git a/dovecot.changes b/dovecot.changes index 6a260ea..b7806ab 100644 --- a/dovecot.changes +++ b/dovecot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 26 16:47:07 UTC 2019 - Matej Cepl + +- Add information about the interaction with Apparmor to README.SUSE + ------------------------------------------------------------------- Sun Dec 24 02:10:16 UTC 2017 - mrueckert@suse.de diff --git a/dovecot.spec b/dovecot.spec index b9db3d2..ec34687 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -1,7 +1,7 @@ # # spec file for package dovecot # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -26,7 +26,7 @@ Name: dovecot Version: 2.3 Release: 0 Summary: IMAP and POP3 Server Written Primarily with Security in Mind -License: BSD-3-Clause and LGPL-2.1+ and MIT +License: BSD-3-Clause AND LGPL-2.1-or-later AND MIT Group: Productivity/Networking/Email/Servers Url: http://www.dovecot.org/ PreReq: dovecot-implementation