Weizhang2017 / EmailServerSetup

Set up Postfix Server with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisite

Install Ansible: sudo apt-get install ansible

Godaddy domain and API key

Set up email server with user accounts

Step 1. Create a VPS in Digital ocean with ssh key, assign a Godaddy's domain as the VPS's name

Step 2. Update server IP address and assigned domain in hosts file

Step 3. Run Ansible Playbook

ansible-playbook main.yml

Default account: username@domain.com

Default password: 123password123

Account name and password can be changed in database dump

About

Set up Postfix Server with Ansible