Hi Bill,
I was searching hopelessly for an email log last night but couldn't find anything. We use the vicibox 8 default transport, i don't know if this is sendmail or postfix? How can i check this? I also read in the forums that this is basic asterisk functionality so i searched for that too and all i could find is that by default Asterisk uses sendmail and there should be a /var/log/maillog but it doesn't exist.
I also checked the spam score with
https://www.mail-tester.com/ last time there was an issue and changed some things and the score was 7/10. I just tested now again and the testing service is not receiving the e-mail (yet).
On this server we did change /etc/asterisk/voicemail.conf to this:
- Code: Select all
[general]
serveremail=no-reply@hostname.serverdomain.nl
emailbody=${VM_DATE},\n\nVoicemail voor ${VM_NAME}:\n\nTelefoonnummer: +${VM_CIDNUM}
fromstring=Serverdomain Voicemail
emailsubject=Nieuwe voicemail van: +${VM_CIDNUM}
Where it says hostname.serverdomain we have set the acual URL that this server resolves to.
We also changed:
/etc/postfix/main.cf
- Code: Select all
mydomain=serverdomain.nl
myhostname = hostname.serverdomain.nl