postfix build does not have documented support of sqlite
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
postfix (Ubuntu) |
Fix Released
|
Wishlist
|
LaMont Jones |
Bug Description
Binary package hint: postfix
I having been setting up a personal postfix mail server and I was going to use sqlite as the database to store configuration.
After following the configuration instructions here: http://
I restarted the postfix server, but got now output on the port. Investigating I checked the logs:
May 1 03:24:54 postfix postfix/
May 1 03:24:54 postfix postfix/
May 1 03:24:54 postfix postfix/
May 1 03:24:54 postfix postfix/
May 1 03:25:54 postfix postfix/
May 1 03:25:54 postfix postfix/
May 1 03:25:55 postfix postfix/
May 1 03:25:55 postfix postfix/
I searched the repository and I did not find a postfix-sqlite. I did however find instructions to build sqlite postfix support:
http://
Not sure if this indicates that sqlite support is supposed to be built into postfix or now.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: postfix 2.7.0-1
ProcVersionSign
Uname: Linux 2.6.32-31-generic x86_64
Architecture: amd64
Date: Sat Apr 30 15:22:51 2011
ProcEnviron:
PATH=(custom, user)
LANG=en_US.utf8
SHELL=/bin/bash
SourcePackage: postfix
Changed in postfix (Ubuntu): | |
status: | Invalid → New |
Changed in postfix (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | New → Confirmed |
Changed in postfix (Ubuntu): | |
milestone: | none → ubuntu-11.10-beta-1 |
assignee: | nobody → LaMont Jones (lamont) |
Changed in postfix (Ubuntu): | |
milestone: | ubuntu-11.10-beta-1 → ubuntu-11.10-beta-2 |
Changed in postfix (Ubuntu): | |
milestone: | ubuntu-11.10-beta-2 → ubuntu-11.10 |
Changed in postfix (Ubuntu): | |
status: | Confirmed → Fix Committed |
Odd
according to postfix:
"SQLite support was added with Postfix version 2.8.
* Implementation by Axel Steiner
* Documentation by Jesus Garcia Crespo
"
I am running postfix 2.7.0. So it is not supposed to have sqlite support even though the fedora howto was using some postfix 2.6 version