Problems Configuring FreePBX for using external SMTP Server

Assuming oyu have updated all the things inside FreePBX, then you drop to postfix config settings.
The file /etc/postfix/generic is handy here.

root [email protected]
root@localhost [email protected]
[email protected] [email protected]
root@freepbx [email protected]
[email protected] [email protected]
asterisk [email protected]
asterisk@localhost [email protected]
[email protected] [email protected]
asterisk@freepbx [email protected]
[email protected] [email protected]
[email protected] [email protected]
vm@asterisk [email protected]
@pbx.domain.com @domain.com

Add a reference (if needed) to main.cf
image

Run the postmap command to build it.

postmap /etc/postfix/generic

Then restart postfix

systemctl restart postfix