mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

Introduces tunables/dovecot (with @{DOVECOT_MAILSTORE}) and replace the mail storage location in various dovecot-related profiles with this variable. Also add nice copyright headers (I hope I got the bzr log right ;-) Acked-by: John Johansen <john.johansen@canonical.com>
20 lines
804 B
Text
20 lines
804 B
Text
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2013 Christian Boltz
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
# License published by the Free Software Foundation.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
# vim:ft=apparmor
|
|
|
|
# @{DOVECOT_MAILSTORE} is a space-separated list of all directories
|
|
# where dovecot is allowed to store and read mails
|
|
#
|
|
# The default value is quite broad to avoid breaking existing setups.
|
|
# Please change @{DOVECOT_MAILSTORE} to (only) contain the directory
|
|
# you use, and remove everything else.
|
|
|
|
@{DOVECOT_MAILSTORE}=@{HOME}/Maildir/ @{HOME}/mail/ @{HOME}/Mail/ /var/vmail/ /var/mail/ /var/spool/mail/
|
|
|