Bug 244555
| Summary: | MySQL support is missing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Büttner <bugzilla> |
| Component: | postfix | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-06-18 09:07:56 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 of problem: Postfix was compiled without MySQL support, but this is needed for bigger mail systems. Version-Release number of selected component (if applicable): postfix-2.3.3-2 Steps to Reproduce: 1. enter some lines like that in the main.cf alias_maps = mysql:/etc/postfix/mysql-aliasses.cf 2. reload postfix Actual results: postfix will stop working with the error in the logfile: "postfix/local[4807]: fatal: unsupported dictionary type: mysql" Expected results: working MySQL support Additional info: See http://www.postfix.org/MYSQL_README.html how to do this.