Voicemail notification - eMail

Using asterisk 1.4.21 - I found that sendmail was not installed on the host linux system. So then I updated:

conary update sendmail
chkconfig sendmail on
service sendmail start

This appeared to install the files. I left voicemails in the boxes and do not see any logs in

\var\mail

Is there something else I have to configure, setup, or restart to get the e-mail notification to work?

check if ur host system is sending any mail or not, use that command
tail -f /var/log/maillog. if u dont see any log pls check ur sendmail configuration. also check the voice mail config file, if u enable the voice mail to send a mail.

[quote=“shaon”]check if ur host system is sending any mail or not, use that command
tail -f /var/log/maillog. if u dont see any log pls check ur sendmail configuration. also check the voice mail config file, if u enable the voice mail to send a mail.[/quote]

Please help

I’m totally new to asterisk. Trying to complete the voicemail option everything seems to work but no email is sent out.

How and where do i check this?

“check if ur host system is sending any mail or not, use that command
tail -f /var/log/maillog”

Where do i check this?

use that command on ur linux shell prompt, example:

[root@test ~]# tail -f /var/log/maillog

it will give some output. see those log file, hope u will find the issue on log file.