Make sendmail executable location be configurable
commita46c2066a324453f1fc6fa935f3032e81865a0f1
authorKyle J. McKay <mackyle@gmail.com>
Sun, 26 Jan 2014 09:48:40 +0000 (26 01:48 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 26 Jan 2014 09:48:40 +0000 (26 01:48 -0800)
tree6865ca3feee77839616314600edd5a0794f7f89a
parent8480441446b2f311d1dca0482deca20fb57d2781
Make sendmail executable location be configurable

Rather than hard-coding /usr/sbin/sendmail as the sendmail
executable to use, introduce a new Girocco::Config::sendmail_bin
setting (and set it to /usr/sbin/sendmail by default) that
specifies where to find a sendmail compatible executable to use
when sending mail.
Girocco/Config.pm
Girocco/Util.pm
taskd/mail.sh