Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50095 - vpopmail 5.4.0* seems not to talk to mysql
Summary: vpopmail 5.4.0* seems not to talk to mysql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-05 06:22 UTC by phaidros
Modified: 2004-05-24 09:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description phaidros 2004-05-05 06:22:09 UTC
setting up new machine w/ gentoo, doing qmail & vpopmail with mysql.
tried 5.4.0 and 5.4.0_rc1, but both were'n able to connect to mysql database.
checked /etc/vpopmail.conf and other configs/rights.
checked mysql: user vpopmail was able to work with mysql.
seems just vpopmail-5.4.0* as client of mysql-4.0.18-r1l cannot connect.
vpopmail <= vpopmail-5.2.2-r1 works.

as I'm not 1000% sure, someone could please doublecheck.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 phaidros 2004-05-24 09:34:34 UTC
format of /etc/vpopmail.conf changed from version 5.2.2 to 5.4.0:

before:
MYSQL_UPDATE_SERVER    localhost
MYSQL_UPDATE_USER      vpopmail
MYSQL_UPDATE_PASSWD    secret

MYSQL_READ_SERVER      localhost
MYSQL_READ_USER        vpopmail
MYSQL_READ_PASSWD      secret

now:

# Read-only DB
localhost|0|vpopmail|secret|vpopmail
# Write DB
localhost|0|vpopmail|secret|vpopmail