#!/bin/sh -e

# Called when ppp connects
# Written by LaMont Jones <lamont@debian.org>

# start or reload Postfix as needed
#cp /etc/resolv.conf $(postconf -h queue_directory)/etc/resolv.conf
#/etc/init.d/reload

# Force a queue run to unload any mail that is hanging around.
# Yes, sendmail is a symlink...
/usr/sbin/sendmail -q
