OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Postfix with support for Mysql

From: Juan Antonio Cuesta (jacuestagmail.com)
Date: Tue Jun 02 2009 - 18:42:27 CDT


Hello,

i have installed Postfix with support for Mysql, i want to write my
virtual file over a Mysql table.
I have 5 servers with postfix and is very simple shared the conf with
the 5 servers.

All works very very well, but if the Server of Mysql y down the emails
are rejected and the smtp server stop working. Can i resolv this? i
would like that postfix do failover of mysql and continue with other
files:

main.cf:

virtual_maps = mysql:/etc/postfix/mysql-aliases.cf, hash:/etc/postfix/virtual

thank you.