mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-07 01:41:00 +01:00
20 lines
674 B
Text
20 lines
674 B
Text
![]() |
# $Id: usr.lib.postfix.bounce 12 2006-04-12 21:35:41Z steve-beattie $
|
||
|
# ------------------------------------------------------------------
|
||
|
#
|
||
|
# Copyright (C) 2002-2006 Novell/SUSE
|
||
|
#
|
||
|
# 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.
|
||
|
#
|
||
|
# ------------------------------------------------------------------
|
||
|
|
||
|
#include <tunables/global>
|
||
|
|
||
|
/usr/lib/postfix/qmqpd flags=(complain) {
|
||
|
#include <abstractions/base>
|
||
|
#include <abstractions/nameservice>
|
||
|
#include <abstractions/kerberosclient>
|
||
|
#include <program-chunks/postfix-common>
|
||
|
}
|