I configured my FreePBX box to send via sendgrid. When I do a test email, via command line, it goes through. But when I get a voicemail to email it doesnt. The issue is, is that I am hosting it on vultr.
When I send if via commandline, the message-id, has my real domain in it. But when it goes out via voicemail to email, the message it has
message-id=<[email protected]>
Is there a way to change it so it will have my domain name?
In my postfix/generic.db section I have
@vultr.com [email protected]
I remaped the file and restarted postfix but it doesnt help
Thank you