First install requirements apt-get update && apt-get install postfix libsasl2-modules -y Run sed -i “s/default_transport = … Configure Postfix to sent emails using MailGunRead more
Setting up Mail Forwarding in Postfix
To setup mail forward in postfix, Edit postfix config file vi /etc/postfix/main.cf Add virtual_alias_domains = /etc/postfix/virtual_alias_domains … Setting up Mail Forwarding in PostfixRead more
Configure ElasticEmail with Postfix
To configure ElasticEmail with postfix, first install sasl support On Debian/Ubuntu apt-get install libsasl2-modules On RHEL/CentOS … Configure ElasticEmail with PostfixRead more
ElasticEmail
Configure ElasticEmail with Postfix
Dovecot
Dovecot is a IMAP/POP3 server. To install on Debian/Ubuntu, run apt install dovecot-core -y To see … DovecotRead more
Install Mail-in-a-Box
Mail-In-A-Box is a complete mail server, that included webmail, smtp, imap, pop3. Installation You need Ubuntu … Install Mail-in-a-BoxRead more
exiwhat
exiwhat commands shows what exim mail server is doing. [root@server78 ~]# exiwhat 6415 delivering 1emCxq-0001f7-61: waiting … exiwhatRead more
exiqgrep
exiqgrep allows you to search exim mail queue. To search for a particular recipients, run exiqgrep … exiqgrepRead more