mailinabox/containers/docker/runit/postgrey.sh

9 lines
162 B
Bash
Raw Normal View History

2015-02-22 10:36:10 +00:00
#!/bin/bash
# Read config file if it is present.
if [ -r /etc/default/postgrey ]
then
. /etc/default/postgrey
fi
exec /usr/sbin/postgrey $POSTGREY_OPTS 2>&1