Import Debian changes 4.92-8+deb10u4
[hcoop/debian/exim4.git] / debian / exim4-config.exim4.ppp.ip-up
1 #!/bin/sh
2
3 if [ -n "$EX4DEBUG" ]; then
4 echo "now debugging $0 $@"
5 set -x
6 fi
7
8 [ -x /usr/lib/exim4/exim4 ] || exit 0
9
10 [ -f /etc/default/exim4 ] && . /etc/default/exim4
11
12 if [ "${QUEUERUNNER}" != "no" ] ; then
13 # Flush exim queue
14 /usr/sbin/exim4 -qqf ${QUEUERUNNEROPTIONS} ${COMMONOPTIONS}
15 fi