Postfix + SES : SASL authentication failed

Postfix + SES : SASL authentication failed

After configuring AWS SES service with Postfix, you may have found error in logs – SASL authentication failed . The error will not allow you to send email from server by using AWS SES service. Reasons For Error : SASL authentication failed 1. Incorrect Credential : (a) Many times the “SASL authentication failed” error happened…

hash:/etc/postfix/virtual is unavailable. open database /etc/postfix/virtual.db: No such file or directory

hash:/etc/postfix/virtual is unavailable. open database /etc/postfix/virtual.db: No such file or directory

Few days back I did some changes in /etc/postfix/virtual file and restarted the postfix service.Today I saw some error in mail logs stating “hash:/etc/postfix/virtual is unavailable. open database /etc/postfix/virtual.db: No such file or directory” I checked /etc/postfix/virtual.db about its existence by using command ls -l /etc/postfix/virtual.db and found it was not there. To resolve this…

Forward all incoming emails to other SMTP server or gateway
|

Forward all incoming emails to other SMTP server or gateway

In this post we will learn how to forward all emails of particular domain to another SMTP server or gateway. I also used this method in different scenario. Scenario: I have my own mail server which can host multiple virtual domains and users (postfix+mysql). Now a client has domain called example.com and for mailing he…

create noreply email id in postfixadmin mysql database
|

create noreply email id in postfixadmin mysql database

create noreply email id in Virtual Domain and Users postfix mail server in postfixadmin’s mysql database I always prefer to go with Postfix mail server with mysql and dovecot. For postfix mysql as backend I generally use the postfixadmin. Postfixadmin is easy to configure whereas through web interface or command line you can manage the…