[Freeswitch-users] voice mail to email silently failing
Alan Dawson
aland at burngreave.net
Tue Jul 13 18:56:18 PDT 2010
Hi,
I'm running FreeSWITCH Version 1.0.head (git-1cbf30a 2010-07-02 20-19-03 -0300)
I've configured a mailbox like
<params>
<param name="password" value="$${default_password}"/>
<param name="vm-password" value="1000"/>
<param name="vm-email-all-messages" value="true"/>
<param name="vm-attach-file" value="true"/>
<param name="vm-mailto" value="aland at burngreave.net"/>
</params>
and tried several variations on
<param name="mailer-app" value="/usr/local/bin/eximcompat.sh"/>
<!-- <param name="mailer-app-args" value="-t"/> -->
or
using the perl script http://svn.freeswitch.org/svn/freeswitch/trunk/scripts/perl/sendmail
in switch.conf.xml
In my freeswitch.log I see
2010-07-14 02:37:49.664750 [DEBUG] switch_utils.c:631 Emailed file [/tmp/mail.12790714694210] to [aland at burngreave.net]
2010-07-14 02:37:49.668750 [DEBUG] mod_voicemail.c:2571 Sending message to aland at burngreave.net
2010-07-14 02:41:57.277097 [DEBUG] switch_utils.c:631 Emailed file [/tmp/mail.12790717177ad8] to [aland at burngreave.net]
2010-07-14 02:41:57.277097 [DEBUG] mod_voicemail.c:2571 Sending message to aland at burngreave.net
but no email is delivered, nor any entries appear in my MTA logs
I _do_ have a working MTA on this machine, and if I ( as user freeswitch or root ) do
cat /tmp/msg.txt | /usr/local/bin/eximcompat.sh
mail is successfully sent and delivered.
Thanks in advance,
--
Alan Dawson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100714/2e24a6b6/attachment.bin
More information about the FreeSWITCH-users
mailing list