replace "mail -t" which depends on alternatives with "sendmail -oi -t"

changes/49/3949/1
Andrew Pogrebennyk 13 years ago committed by Kirill Solomko
parent 922e007b3f
commit 7cca978556

@ -5,7 +5,7 @@ use XML::Simple;
use Sipwise::DB;
my $CONF = '/etc/ngcp-ossbss/provisioning.conf';
my $MAIL = '/usr/bin/mail -t';
my $MAIL = '/usr/sbin/sendmail -oi -t';
sub main;

Loading…
Cancel
Save