#!/bin/bash # Install Dovecot Configuration Files cp config-files/dovecot/dovecot.conf /etc/dovecot/ vim /etc/dovecot/dovecot.conf cp config-files/dovecot/conf.d/10-mail.conf /etc/dovecot/conf.d/ cp config-files/dovecot/conf.d/10-master.conf /etc/dovecot/conf.d/ cp config-files/dovecot/conf.d/10-auth.conf /etc/dovecot/conf.d/ cp config-files/dovecot/conf.d/10-ssl.conf /etc/dovecot/conf.d/ vim /etc/dovecot/conf.d/10-ssl.conf systemctl restart dovecot # Enable Submission Service in Postfix cp config-files/postfix/master.cf /etc/postfix/ vim /etc/postfix/main.cf systemctl restart postfix sudo ss -lnpt | grep master