Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 22bfd645c1978a46f8f04e362b8d86df > files > 31

postfix-2.1.5-6mdk.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