forked from pool/dovecot
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
This commit is contained in:
parent
38b804cbbb
commit
d3afb37c47
@ -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).
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 26 16:47:07 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Add information about the interaction with Apparmor to README.SUSE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 24 02:10:16 UTC 2017 - mrueckert@suse.de
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user