2006-04-12 20:35:41 +00:00
|
|
|
# $Id$
|
2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# 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/pickup {
|
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/kerberosclient>
|
|
|
|
#include <abstractions/nameservice>
|
|
|
|
#include <program-chunks/postfix-common>
|
|
|
|
|
|
|
|
/usr/lib/postfix/pickup rix,
|
|
|
|
|
|
|
|
/proc/sys/kernel/ngroups_max r,
|
|
|
|
|
2006-05-02 00:25:47 +00:00
|
|
|
/{var/spool/postfix/,}public/cleanup w,
|
|
|
|
/{var/spool/postfix/,}public/pickup r,
|
|
|
|
/{var/spool/postfix/,}maildrop r,
|
|
|
|
/{var/spool/postfix/,}maildrop/* rwl,
|
2006-04-11 21:52:54 +00:00
|
|
|
}
|