blob: 9db2b8bc811ed66817342783a267ac5aabfe2613 (
plain)
1
2
3
|
#! /bin/sh
# update postfix copy of resolv.conf (picked up automatically); only default instance is handled
[ lo != "$IFACE" ] && cp -pLu /etc/resolv.conf /var/spool/postfix/etc/resolv.conf 2>/dev/null || :
|