Displaying 1 result from an estimated 1 matches for "mysendmail".
2010 Apr 26
1
1.6.1.18 : app_voicemail is calling sendmail without any argument
Hi,
I'm banging my head on this :
chmod +x /etc/asterisk/mysendmail.sh
cat /etc/asterisk/mysendmail.sh
#!/bin/sh
logger "Entering $0 with arguments $*"
logger $(whoami)
exit 0
cd /usr/sbin
ln -s /etc/asterisk/mysendmail.sh sendmail
tail /etc/asterisk/voicemail.conf
...
attach=yes
...
[default]
7790 => 1234,FooBar,foo at example.com
Whenever a voic...