Configure ElasticEmail with Postfix
To configure ElasticEmail with postfix, first install sasl support On Debian/Ubuntu apt-get install libsasl2-modules On RHEL/CentOS yum install cyrus-sasl-plain Edit postfix config…
To configure ElasticEmail with postfix, first install sasl support On Debian/Ubuntu apt-get install libsasl2-modules On RHEL/CentOS yum install cyrus-sasl-plain Edit postfix config…
First install requirements apt-get update && apt-get install postfix libsasl2-modules -y Run sed -i “s/default_transport = error/# default_transport = error/g” /etc/postfix/main.cf sed…
When sending email from postfix mail sever that use mailgun for relaying mails, i get error Jan 4 03:16:06 serverok-vm postfix/qmgr[22652]: 795731A8D:…
List emails in queue Delete ALL queued emails Delete only deferred emails Delete specific email by queue ID postfix no local interface…
When starting postfix it failed with following error [root@cloud1 etc]# service postfix start Redirecting to /bin/systemctl start postfix.service Job for postfix.service failed…
Requirements yum -y install db4 db4-devel Create user groupadd postfix -g 1000 useradd postfix -u 1000 -g 1000 groupadd postdrop Download and…