forked from pool/postfix
- bnc#728308 - warning output after update the postfix package
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=107
This commit is contained in:
parent
9aee3b6516
commit
457e02b544
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 06:44:28 UTC 2011 - varkoly@suse.com
|
||||
|
||||
- bnc#728308 - warning output after update the postfix package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 20:05:38 UTC 2011 - varkoly@suse.com
|
||||
|
||||
|
@ -402,6 +402,11 @@ else
|
||||
ln -s /usr/sbin/SuSEconfig.postfix /sbin/conf.d/SuSEconfig.postfix
|
||||
fi
|
||||
fi
|
||||
for i in `ls /etc/postfix/*db`;
|
||||
do
|
||||
b=$( basename $i .db );
|
||||
postmap /etc/postfix/$b;
|
||||
done
|
||||
# before fillup we need to fix something
|
||||
[ \! -f %{_sysconfdir}/sysconfig/%{name} ] || %{__sed} -i \
|
||||
-e "s/POSTFIX_SMTPD_SENDERNT_RESTRICTIONS/POSTFIX_SMTPD_SENDER_RESTRICTIONS/" \
|
||||
|
Loading…
Reference in New Issue
Block a user