How to know if my Postfix supports MySQL and PostgreSQL?

2012-02-03 Thread Andre Lopes
Hi, I'm using CentOS6 that comes with Postfix mail_version = 2.6.6. I need to know if my Postfix supports MySQL and PostgreSQL to a virtualhost/virtualusers configuration. How can know if my Postfix supports MySQL and PostgreSQL? Best Regards,

RE: How to know if my Postfix supports MySQL and PostgreSQL?

2012-02-03 Thread Laurent RAYSSIGUIER
Hello, I'm using CentOS6 that comes with Postfix mail_version = 2.6.6. I need to know if my Postfix supports MySQL and PostgreSQL to a virtualhost/virtualusers configuration. How can know if my Postfix supports MySQL and PostgreSQL? postconf -c /etc/postfix -m I know that since yesterday :-)

RE: How to know if my Postfix supports MySQL and PostgreSQL?

2012-02-03 Thread Laurent RAYSSIGUIER
How can I add PostgreSQL support? root@smtp:~# aptitude search postfix |grep pgsq p postfix-pgsql - PostgreSQL map support for Postfix

Re: How to know if my Postfix supports MySQL and PostgreSQL?

2012-02-03 Thread /dev/rob0
On Fri, Feb 03, 2012 at 12:11:11PM +0100, Laurent RAYSSIGUIER wrote: Andre: How can I add PostgreSQL support? root@smtp:~# aptitude search postfix |grep pgsq p postfix-pgsql - PostgreSQL map support for Postfix A Debian-specific answer might not be of much use to CentOS

Re: How to know if my Postfix supports MySQL and PostgreSQL?

2012-02-03 Thread Andre Lopes
Thanks for all reply's. I will use MySQL. CentOS6 don´t have any usable RPM to PostgreSQL and many users out there had troubles recompiling Postfix with pgsql support. Thanks for the help. Best Regards, On Fri, Feb 3, 2012 at 10:59 AM, lst_ho...@kwsoft.de wrote: Zitat von Andre Lopes

Re: How to know if my Postfix supports MySQL and PostgreSQL?

2012-02-03 Thread Peter
On 04/02/12 00:50, Andre Lopes wrote: Thanks for all reply's. I will use MySQL. CentOS6 don´t have any usable RPM to PostgreSQL and many users out there had troubles recompiling Postfix with pgsql support. If you rebuild the RPM with these lines in your .rpmmacros file you will have both