From e5c47dfd156fede66938c99adb0f5cf6d91f69e9 Mon Sep 17 00:00:00 2001 From: Seth Arnold Date: Wed, 3 May 2006 20:33:59 +0000 Subject: [PATCH] eagle-eye darix spotted broken alternations in smtpd profile; the rules used to expand to /var/spool/postfixpublic/cleanup //public/cleanup now they expand to /var/spool/postfix/public/cleanup /public/cleanup --- profiles/extras/usr.lib.postfix.smtpd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/profiles/extras/usr.lib.postfix.smtpd b/profiles/extras/usr.lib.postfix.smtpd index d96b5df74..da7a1b459 100644 --- a/profiles/extras/usr.lib.postfix.smtpd +++ b/profiles/extras/usr.lib.postfix.smtpd @@ -46,13 +46,13 @@ /usr/share/ssl/certs/ca-bundle.crt r, /usr/share/ssl/openssl.cnf r, - /{var/spool/postfix,}/pid/inet.smtp rw, - /{var/spool/postfix,}/pid/inet.smtps rw, - /{var/spool/postfix,}/private/anvil w, - /{var/spool/postfix,}/private/proxymap w, - /{var/spool/postfix,}/private/rewrite w, - /{var/spool/postfix,}/private/tlsmgr w, - /{var/spool/postfix,}/public/cleanup w, + /{var/spool/postfix/,}pid/inet.smtp rw, + /{var/spool/postfix/,}pid/inet.smtps rw, + /{var/spool/postfix/,}private/anvil w, + /{var/spool/postfix/,}private/proxymap w, + /{var/spool/postfix/,}private/rewrite w, + /{var/spool/postfix/,}private/tlsmgr w, + /{var/spool/postfix/,}public/cleanup w, /var/run/sasl2/mux w,