1
0
Fork 0
postfix/debian/update-resolvconf
Daniel Baumann f482db309e
Adding debian version 3.10.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:19:33 +02:00

3 lines
207 B
Bash

#! /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 || :