[ postfixadmin-Bugs-2084940 ] INSTALL.TXT documentation wrong example.
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-08-31 11:03:04
|
Bugs item #2084940, was opened at 2008-08-31 11:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2084940&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: v 2.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: INSTALL.TXT documentation wrong example. Initial Comment: in debian package 2.2.1.1, INSTALL.TXT is not clear about ser var in apache conf. you have in example : ... something like the following in your VirtualHost definition : SetVar DB_USER "postfix" SetVar DB_PASS "opensesame" ... must be correct by: SetEnv DB_USER "postfix" SetEnv DB_PASS "opensesame" and add env module must be enabled. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2084940&group_id=191583 |