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…

Python headers are required to build Mercurial but weren’t found

Python headers are required to build Mercurial but weren’t found

While installing Readthedocs package inside Virtual Environement on Ubuntu 14.04 LTS , I found this error “Python headers are required to build Mercurial but weren’t found in /usr/include/python2.7/Python.h” . It seems the dependency issue with header files for python. So what should be fix for this issue. It is very simple, we have to installed…

Install postgresql 9.4 on Ubuntu 14.04 LTS server

Install postgresql 9.4 on Ubuntu 14.04 LTS server

PostgreSQL is an object-relational database system (ORDBMS). It is free and its source code is available. Many volunteers, individuals and companies are contributing to develop the postgresql , the group is often addressed as PostgreSQL Global Development Group . PostgreSQL is cross platform means it can be run on many Linux/Unix based Operating System, Windows…

jemalloc/jemalloc.h: No such file or directory – Redis

jemalloc/jemalloc.h: No such file or directory – Redis

Recently while installing redis from source, met with error – zmalloc.h:50:31: fatal error: jemalloc/jemalloc.h: No such file or directory . It seems the jemalloc is the dependency which is not allowing redis to compile. NOTE: We have already install redis 3.0 from source on Ubuntu 14.04 / CentOS 7 / RHEL 7 , where we…

Install osTicket ( Open source ticketing tool ) on Ubuntu 14.04 LTS

Install osTicket ( Open source ticketing tool ) on Ubuntu 14.04 LTS

The osTicket is one of the famous open source ticketing tool , widely use in many organisations and companies. We will explain, how to install osTicket ( Open source ticketing tool) on Ubuntu 14.04 LTS . We will do self hosted osTicket installation. In case, you are looking for professional support for osTicket , that…