Blob Blame History Raw
#!/bin/sh

if [ "$2" = "up" ] || [ "$2" = "down" ]; then
	/sbin/service sendmail reload || :
fi