Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 7620026e54ba64521f9d312e97c922fe > files > 31

postfix-2.2.5-7mdk.src.rpm

#!/bin/sh
chroot_resolv=$(postconf -h queue_directory)/etc/resolv.conf
if grep -qs "# ppp temp entry" /etc/resolv.conf; then
	[ -f ${chroot_resolv} ] && cp -pf /etc/resolv.conf $chroot_resolv
	/usr/sbin/postfix reload 2>/dev/null
fi

/usr/sbin/postfix flush