View previous topic :: View next topic |
Author |
Message |
mcampbellsmith at gmai... Guest
|
Posted: Sun Jun 21, 2009 6:34 am Post subject: [Freeswitch-users] email core dump |
|
|
Hi!
I am trying to email from
2009-06-21 20:43:24.273895 [DEBUG] switch_core_codec.c:122 Restore
original codec.
2009-06-21 20:43:24.273895 [DEBUG] mod_voicemail.c:2321 Deliver VM to
1000@192.168.0.20
/bin/cat: write error: Broken pipe
sh: line 1: 11975 Done(1) /bin/cat /tmp/mail.124558382500b1
11976 Segmentation fault (core dumped) | exim4 -t myemail@xx.com
2009-06-21 20:43:24.670899 [DEBUG] switch_utils.c:554 Emailed file
[/tmp/mail.12455810042c7f] to [myemail@xx.com]
I can manually send an email to myself with exim4, but freeswitch fails.
Any ideas what I have configured incorrectly?
Thanks
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
mcampbellsmith at gmai... Guest
|
Posted: Tue Jun 23, 2009 10:31 pm Post subject: [Freeswitch-users] email core dump |
|
|
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.
I still get a core dump in the log when freeswitch is trying to send the mail:
/bin/cat: write error: Broken pipe
sh: line 1: 4492 Done(1) /bin/cat /tmp/mail.1245811149abdc
4493 Segmentation fault (core dumped) | /usr/local/bin/eximcompat.sh -t xxx@xx.com (xxx@xx.com)
2009-06-24 12:39:09.285351 [DEBUG] switch_utils.c:554 Emailed file [/tmp/mail.1245811149abdc] to [xxx@xx.com (xxx@xx.com)]
2009-06-24 12:39:09.285351 [DEBUG] mod_voicemail.c:2491 Sending message to xxx@xx.com (xxx@xx.com)
eximcompat.sh is as described on the wiki:
freeswitch:/# cat /usr/local/bin/eximcompat.sh
#!/bin/bash
exec exim4 -t
Any other thoughts?
From: Brian West <brian@freeswitch.org (brian@freeswitch.org)>
|
|
Back to top |
|
|
|