Blame | Last modification | View Log | RSS feed
#!/bin/sh if [ "$2" = "up" ] || [ "$2" = "down" ]; then /sbin/service sendmail reload || : fi
#!/bin/sh
if [ "$2" = "up" ] || [ "$2" = "down" ]; then
/sbin/service sendmail reload || :
fi