Thanks Brian, but still no luck with the email.. I have configured exim4 so that I can send messages from the command line using 'mail' command and these are sent successfully.<br><br>I still get a core dump in the log when freeswitch is trying to send the mail:<br>
/bin/cat: write error: Broken pipe<br>sh: line 1: 4492 Done(1) /bin/cat /tmp/mail.1245811149abdc<br> 4493 Segmentation fault (core dumped) | /usr/local/bin/eximcompat.sh -t <a href="mailto:xxx@xx.com">xxx@xx.com</a><br>
2009-06-24 12:39:09.285351 [DEBUG] switch_utils.c:554 Emailed file [/tmp/mail.1245811149abdc] to [<a href="mailto:xxx@xx.com">xxx@xx.com</a>]<br>2009-06-24 12:39:09.285351 [DEBUG] mod_voicemail.c:2491 Sending message to <a href="mailto:xxx@xx.com">xxx@xx.com</a><br>
<br>eximcompat.sh is as described on the wiki:<br>freeswitch:/# cat /usr/local/bin/eximcompat.sh <br>#!/bin/bash<br>exec exim4 -t<br><br>Any other thoughts?<br><br>From: Brian West <<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>><br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Subject: Re: [Freeswitch-users] email core dump<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Message-ID: <<a href="mailto:7C7A8ED9-ECED-4100-87F6-0875C054EC64@freeswitch.org">7C7A8ED9-ECED-4100-87F6-0875C054EC64@freeswitch.org</a>><br>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes<br>
<br>
<a href="http://wiki.freeswitch.org/wiki/Mod_voicemail#Exim4_settings" target="_blank">http://wiki.freeswitch.org/wiki/Mod_voicemail#Exim4_settings</a><br>
<br>
/b<br>
<br>
On Jun 21, 2009, at 6:27 AM, Mark Campbell-Smith wrote:<br>
<br>
> Hi!<br>
><br>
> I am trying to email from<br>
> 2009-06-21 20:43:24.273895 [DEBUG] switch_core_codec.c:122 Restore<br>
> original codec.<br>
> 2009-06-21 20:43:24.273895 [DEBUG] mod_voicemail.c:2321 Deliver VM to<br>
> <a href="mailto:1000@192.168.0.20">1000@192.168.0.20</a><br>
> /bin/cat: write error: Broken pipe<br>
> sh: line 1: 11975 Done(1) /bin/cat /tmp/mail.<br>
> 124558382500b1<br>
> 11976 Segmentation fault (core dumped) | exim4 -t <a href="mailto:myemail@xx.com">myemail@xx.com</a><br>
> 2009-06-21 20:43:24.670899 [DEBUG] switch_utils.c:554 Emailed file<br>
> [/tmp/mail.12455810042c7f] to [<a href="mailto:myemail@xx.com">myemail@xx.com</a>]<br>
><br>
> I can manually send an email to myself with exim4, but freeswitch<br>
> fails.<br>
><br>
> Any ideas what I have configured incorrectly?<br>
><br>
> Thanks<br>
><br></blockquote></div><br>