Use Postfix to Relay Mail Thru Godaddy SMTP Servers
How to Install and Configure Postfix to Relay Thru Godaddy SMTP postfix logo If you have an Asterisk server on Amazon ECS, you need a means to send voicemails out to email. Use postfix with a godaddy smtp server and your godaddy email credentials. First you need to install ubuntu on an amazon ecs virtual machine. Start by setting up their free tier ubuntu 18 LTS server. Then you need to use apt-get to install postfix and mailutils. To install the required items: apt install postfix apt install mailutils apt install cyrus-sasl-plain Finally install some configuration files. First file to work on is /etc/postfix/main.cf suppose your server is called asterisk.elevendimensions.com and your domain is called elevendimensions.com. Do not change the default hostname that amazon ecs gives you. While installing postfix, the initial dialog will ask you what kind of site to setup. Choose "internet site" you will only be using this service to send and relay o...