Hi all,
¿Is Postfix package provided without mysql database suport?
It seems yes:
[root@ares ~]# postconf -m btree cidr environ hash ldap nis pcre proxy regexp static unix
¿?¿?
If definitively yes ¿is there some way to activate mysql suport?
Hi all,
¿Is Postfix package provided without mysql database suport?
What OS are you running?
If debian/ubuntu : apt-get install postfix-mysql If RHEL/CentOS : centosplus repo contains postfix-mysql.
If compiled from source, have to add mysql support when doing ./configure
Seán
Hi all,
¿Is Postfix package provided without mysql database suport?
What OS are you running?
If debian/ubuntu : apt-get install postfix-mysql If RHEL/CentOS : centosplus repo contains postfix-mysql.
If compiled from source, have to add mysql support when doing ./configure
...Obviously lacking huge amounts of coffee....
centosplus contains postfix-mysql rpm, so just enable that repo and use yum to install it.
Seán
centosplus contains postfix-mysql rpm, so just enable that repo and use yum to install it.
Not provided int CentOS 5:
[root@ares Desktop]# yum --enablerepo=centosplus install postfix-mysql Loading "installonlyn" plugin Loading "priorities" plugin Loading "protectbase" plugin Loading "fastestmirror" plugin Setting up Install Process Setting up repositories rpmforge 100% |=========================| 1.1 kB 00:00 base 100% |=========================| 1.1 kB 00:00 updates 100% |=========================| 951 B 00:00 centosplus 100% |=========================| 951 B 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Loading mirror speeds from cached hostfile Reading repository metadata in from local files primary.xml.gz 100% |=========================| 22 kB 00:00 ################################################## 33/33 0 packages excluded due to repository priority protections 0 packages excluded due to repository protections Parsing package install arguments Nothing to do
[root@ares Desktop]# cat /etc/redhat-release CentOS release 5 (Final)
I don't understand why a server-oriented distro like CentOS (RHEL) doesn't provide support to _most_ popular opensource database to the _most_ popular opensource SMTP server. I'm very stunned with it.
On Thu, Jul 05, 2007 at 04:48:55PM +0200, Jordi Espasa Clofent enlightened us:
centosplus contains postfix-mysql rpm, so just enable that repo and use yum to install it.
Not provided int CentOS 5:
[root@ares Desktop]# yum --enablerepo=centosplus install postfix-mysql
It hasn't been built for CentOS 5 yet, apparently.
[root@ares Desktop]# cat /etc/redhat-release CentOS release 5 (Final)
I don't understand why a server-oriented distro like CentOS (RHEL) doesn't provide support to _most_ popular opensource database to the _most_ popular opensource SMTP server. I'm very stunned with it.
CentOS doesn't because RHEL doesn't. If you don't like it, take it up with them. :-) CentOS realizes that many people will want this, so they rebuild postfix and put it in centosplus for your convenience (at least they did for 4 - I'm not sure where they are with 5 on this aspect).
Matt
CentOS doesn't because RHEL doesn't. If you don't like it, take it up with them. :-) CentOS realizes that many people will want this, so they rebuild postfix and put it in centosplus for your convenience (at least they did for 4 - I'm not sure where they are with 5 on this aspect).
Ok Matt; I've done it.
* download the source RPM. * install it * modify the spec file * rebuild with new spec file.
I has been easy, at least in i386 packages (x86_64 packages rebuild processes has failed in mysqlclient library link).
On Tue, Jul 10, 2007 at 04:01:23PM +0200, Jordi Espasa Clofent enlightened us:
CentOS doesn't because RHEL doesn't. If you don't like it, take it up with them. :-) CentOS realizes that many people will want this, so they rebuild postfix and put it in centosplus for your convenience (at least they did for 4 - I'm not sure where they are with 5 on this aspect).
Ok Matt; I've done it.
- download the source RPM.
- install it
- modify the spec file
- rebuild with new spec file.
I has been easy, at least in i386 packages (x86_64 packages rebuild processes has failed in mysqlclient library link).
64 bit packages can be weird if you have 32-bit packages installed on the system. I'm glad the process worked for you. Now you can yell at Jim Perrin to update what's in centosplus so you don't have to do it yourself anymore.
(You're welcome, Jim)
Matt
64 bit packages can be weird if you have 32-bit packages installed on the system. I'm glad the process worked for you. Now you can yell at Jim Perrin to update what's in centosplus so you don't have to do it yourself anymore.
I've posted it in devel-list and Karan has suggested to me to open a new request in bugtracker: http://bugs.centos.org/view.php?id=2195