Bug 455206

Summary: Provide both mysql and postgresql support using loadable maps patch
Product: [Fedora] Fedora Reporter: W. Michael Petullo <mike>
Component: postfixAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: quantumburnz, tuju, yates
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-20 13:41:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description W. Michael Petullo 2008-07-14 01:42:11 UTC
Description of problem:
Postfix provides support for the MySQL database. It would be nice if it
supported both MySQL and Postgresql using dynamically loadable modules, packaged
separately. The Debian project ships a patch that provides this feature. See
http://archive.netbsd.se/?ml=postfix-devel&a=2007-03&m=3406347.

Version-Release number of selected component (if applicable):
postfix-2.5.1-2.fc9.ppc

How reproducible:
Every time

Steps to Reproduce:
% ldd /usr/sbin/postfix
  
Actual results:
[...]
libmysqlclient.so.15 => /usr/lib/mysql/libmysqlclient.so.15 (0x1fd85000)
[...]

Expected results:
Core binaries are not linked against MySQL. MySQL support could be implemented
in a loadable module that is packaged separately.

Additional info:

Comment 1 Randy Yates 2010-08-24 01:53:33 UTC
While Michael's proposal is more elegant, I offer a (obvious) second approach: provide two packages: postfix-mysql and postfix-pqsql. It is VERY frustrating to have absolutely no postgresql support for postfix under fedora (forcing us to build from source).

Comment 2 Fedora Admin XMLRPC Client 2011-02-25 09:10:12 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Jaroslav Škarvada 2016-07-20 13:41:37 UTC
AFAIK this feature got upstreamed and we already have it in Fedora, thus closing.