Thanks Brian, but still no luck with the email.. I have configured exim4 so that I can send messages from the command line using &#39;mail&#39; 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 &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;<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: &lt;<a href="mailto:7C7A8ED9-ECED-4100-87F6-0875C054EC64@freeswitch.org">7C7A8ED9-ECED-4100-87F6-0875C054EC64@freeswitch.org</a>&gt;<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>
&gt; Hi!<br>
&gt;<br>
&gt; I am trying to email from<br>
&gt; 2009-06-21 20:43:24.273895 [DEBUG] switch_core_codec.c:122 Restore<br>
&gt; original codec.<br>
&gt; 2009-06-21 20:43:24.273895 [DEBUG] mod_voicemail.c:2321 Deliver VM to<br>
&gt; <a href="mailto:1000@192.168.0.20">1000@192.168.0.20</a><br>
&gt; /bin/cat: write error: Broken pipe<br>
&gt; sh: line 1: 11975 Done(1)                 /bin/cat /tmp/mail.<br>
&gt; 124558382500b1<br>
&gt;     11976 Segmentation fault      (core dumped) | exim4 -t <a href="mailto:myemail@xx.com">myemail@xx.com</a><br>
&gt; 2009-06-21 20:43:24.670899 [DEBUG] switch_utils.c:554 Emailed file<br>
&gt; [/tmp/mail.12455810042c7f] to [<a href="mailto:myemail@xx.com">myemail@xx.com</a>]<br>
&gt;<br>
&gt; I can manually send an email to myself with exim4, but freeswitch<br>
&gt; fails.<br>
&gt;<br>
&gt; Any ideas what I have configured incorrectly?<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br></blockquote></div><br>