I am having a problem with one of my sites where they are not receiving the voicemail to email. I've done a lot of troubleshooting and can't find the issue. It would be helpful if there was a log I could look at so that I could see perhaps where the email is being rejected. Does anyone know of a log that runs on Asterisk that would have this history? I'm running Asterisk 1.6 on CentOS 5.6. The server is not behind a firewall, the Firewall on the box is disabled, SELinux is disabled and I've added the IP to our filters. Oddly, we have the same setup at other sites but this is the only site it is not working at. Any ideas would be great. Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110920/969ddff6/attachment.htm>
On 20/09/11 06:53 PM, Kevin Oravits wrote:> I am having a problem with one of my sites where they are not receiving > the voicemail to email. I?ve done a lot of troubleshooting and can?t > find the issue. It would be helpful if there was a log I could look at > so that I could see perhaps where the email is being rejected. Does > anyone know of a log that runs on Asterisk that would have this history?Well Asterisk isn't sending the email, the email service on the server is doing that. You'll need to enable the logging for email delivery on the email service itself. (It's possible you haven't installed an MTA or have it disabled. Or perhaps the other ends are rejecting due a missing MX record, or some other email configuration issue.) -- Leif Madsen http://www.oreilly.com/catalog/asterisk
On 09/20/11 17:53, Kevin Oravits wrote:> I am having a problem with one of my sites where they are not receiving > the voicemail to email. I?ve done a lot of troubleshooting and can?t > find the issue. It would be helpful if there was a log I could look at > so that I could see perhaps where the email is being rejected. Does > anyone know of a log that runs on Asterisk that would have this history? > > I?m running Asterisk 1.6 on CentOS 5.6. The server is not behind a > firewall, the Firewall on the box is disabled, SELinux is disabled and > I?ve added the IP to our filters. Oddly, we have the same setup at other > sites but this is the only site it is not working at. > > Any ideas would be great. > > Thanks, > > *Kevin * > > > > --/var/log/mail on any of the SuSE or RedHat boxes I have looked at. Lyle Giese LCR Computer Services, Inc.
On Tue, 20 Sep 2011, Kevin Oravits wrote:> I am having a problem with one of my sites where they are not receiving > the voicemail to email.They are not receiving or you are not sending? Unless you've changed 'mailcmd' in voicemail.conf, Asterisk will execute '/usr/sbin/sendmail -t' to send the email. You can test this from a (single) shell command line as follows: printf "To: koravits at rcolegal.com\nThis is a test.\n"\ | sendmail -t If you don't get anything clueful at this point, start looking in the logs. (Personnaly, I tell syslogd to output everything to a single file so I always know where to look.) -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000