Trouble sending Voicemail to email

Hi all,

I am having trouble sending Voicemail to email. the maillog shows “status=sent (delivered to maildir)” but the mail actually never arrives to the email inbox.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Nov 12 12:50:01 OxxxxFedora postfix/qmgr[14479]: 2A50C160939: removed
Nov 12 12:55:01 OxxxxFedora postfix/cleanup[14811]: warning: database /etc/postfix/canonical.db is older than source file /etc/postfix/canonical
Nov 12 12:55:01 OxxxxFedora postfix/pickup[14478]: 61318160939: uid=0 from=
Nov 12 12:55:01 OxxxxFedora postfix/cleanup[14811]: 61318160939: message-id=20111112072501.61318160939@oxxxx.com
Nov 12 12:55:01 OxxxxFedora postfix/qmgr[14479]: 61318160939: from=root@oxxxx.com, size=863, nrcpt=1 (queue active)
Nov 12 12:55:01 OxxxxFedora postfix/local[14814]: 61318160939: to=miraclekhan@oxxxx.com, orig_to=, relay=local, delay=0.23, delays=0.17/0.01/0/0.06, dsn=2.0.0, status=sent (delivered to maildir)
Nov 12 12:55:01 OxxxxFedora postfix/qmgr[14479]: 61318160939: removed
Nov 12 13:00:01 OxxxxFedora postfix/cleanup[14857]: warning: database /etc/postfix/canonical.db is older than source file /etc/postfix/canonical
Nov 12 13:00:01 OxxxxFedora postfix/pickup[14478]: 99018160939: uid=0 from=
Nov 12 13:00:01 OxxxxFedora postfix/cleanup[14857]: 99018160939: message-id=20111112073001.99018160939@oxxxx.com
Nov 12 13:00:01 OxxxxFedora postfix/qmgr[14479]: 99018160939: from=miraclekhan@oxxxx.com, size=863, nrcpt=1 (queue active)
Nov 12 13:00:01 OxxxxFedora postfix/local[14860]: 99018160939: to=miraclekhan@oxxxx.com, orig_to=, relay=local, delay=0.21, delays=0.15/0.01/0/0.06, dsn=2.0.0, status=sent (delivered to maildir)
Nov 12 13:00:01 OxxxxFedora postfix/qmgr[14479]: 99018160939: removed

/etc/postfix/main.cf

queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
mail_owner = postfix
myhostname = oxxxx.com
mydomain = oxxxx.com
myorigin = oxxxx.com
inet_interfaces = all
inet_interfaces = localhost
inet_protocols = all
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
local_recipient_maps =
unknown_local_recipient_reject_code = 550
mynetworks_style = host
relayhost = dovecot
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
home_mailbox = Maildir/
debug_peer_level = 2

debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
ddd $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.8.5/samples
disable_vrfy_command = yes
smtpd_use_tls = yes
smtpd_tls_auth_only = yes
tls_random_source = dev:/dev/urandom
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_key_file = /etc/postfix/key.pem
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
mailbox_command =

/etc/dovecot/dovecot.conf

protocols = imap pop3 lmtp

dict {
#quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
#expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext
}

!include conf.d/*.conf

!include_try local.conf

Please help me out on this!!!

Thanks and Regards

This is a postfix problem not an Asterisk one.

I note that it is also saying that its configuration database is out of date with respect to its configuration file.

Where are you expecting it to be delivered. Although I use sendmail, not postfix, it looks like it has been delivered to /var/spool/mail on the sending machine.

Thanks for responding. The mail is being delivered to the maildir. But I am not getting these emails on my email client.