[tw] - fixed problem with multiple alias maps (#138354)
This commit is contained in:
parent
10981799d9
commit
cb3a69e9bd
@ -41,7 +41,7 @@ start() {
|
|||||||
echo
|
echo
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
/usr/sbin/postalias "$alias_database" 2>/dev/null
|
/usr/sbin/postalias "${alias_database//,}" 2>/dev/null
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
[ $RETVAL -ne 0 ] && {
|
[ $RETVAL -ne 0 ] && {
|
||||||
failure "postalias \"$alias_database\""
|
failure "postalias \"$alias_database\""
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
Name: postfix
|
Name: postfix
|
||||||
Summary: Postfix Mail Transport Agent
|
Summary: Postfix Mail Transport Agent
|
||||||
Version: 2.1.5
|
Version: 2.1.5
|
||||||
Release: 3
|
Release: 3.1
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.postfix.org
|
URL: http://www.postfix.org
|
||||||
@ -560,6 +560,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 26 2004 Thomas Woerner <twoerner@redhat.com> 2:2.1.5-3
|
||||||
- fixed wrong path for cyrus-imapd (#137074)
|
- fixed wrong path for cyrus-imapd (#137074)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user