[tw] - fixed problem with multiple alias maps (#138354)

This commit is contained in:
Thomas Woerner 2004-11-11 11:32:43 +00:00
parent 10981799d9
commit cb3a69e9bd
2 changed files with 5 additions and 2 deletions

View File

@ -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\""

View File

@ -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 <twoerner@redhat.com> 2:2.1.5-3.1
- fixed problem with multiple alias maps (#138354)
* Tue Oct 26 2004 Thomas Woerner <twoerner@redhat.com> 2:2.1.5-3
- fixed wrong path for cyrus-imapd (#137074)