From cb3a69e9bdafaf16cfda720ce074582d855a3853 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Thu, 11 Nov 2004 11:32:43 +0000 Subject: [PATCH] [tw] - fixed problem with multiple alias maps (#138354) --- postfix-etc-init.d-postfix | 2 +- postfix.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/postfix-etc-init.d-postfix b/postfix-etc-init.d-postfix index 7dc778e..fa37813 100644 --- a/postfix-etc-init.d-postfix +++ b/postfix-etc-init.d-postfix @@ -41,7 +41,7 @@ start() { echo return 0 } - /usr/sbin/postalias "$alias_database" 2>/dev/null + /usr/sbin/postalias "${alias_database//,}" 2>/dev/null RETVAL=$? [ $RETVAL -ne 0 ] && { failure "postalias \"$alias_database\"" diff --git a/postfix.spec b/postfix.spec index 967dfbf..0cab3c0 100644 --- a/postfix.spec +++ b/postfix.spec @@ -47,7 +47,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 2.1.5 -Release: 3 +Release: 3.1 Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -560,6 +560,9 @@ exit 0 %changelog +* Thu Nov 11 2004 Thomas Woerner 2:2.1.5-3.1 +- fixed problem with multiple alias maps (#138354) + * Tue Oct 26 2004 Thomas Woerner 2:2.1.5-3 - fixed wrong path for cyrus-imapd (#137074)