Ticket #1113 (closed defect: fixed)

Opened 9 months ago

Last modified 8 months ago

add Changelog file for BSD dist and create var ETC_USERDB_FILE

Reported by: blocker Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Distribution Version: ispCP ω 1.0.0 - RC4
Severity: Medium Keywords:
Cc:

Description

could we change hardcoded userdb path to be variable in ispcp.conf ?

Attachments

Change History

03/17/08 09:40:44 changed by zothos

  • priority changed from minor to major.
  • severity changed from Don't know to Medium.
  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

Should be no probleme to add this conf var.

03/17/08 14:35:08 changed by joximu

it's not hard coded - AFAIK the engine script tries to find the file in $cfg{'AUTHLIB_CONF_DIR'} or otherwise in $cfg{'COURIER_CONF_DIR'}. Maybe the two variables are set to the same. But this is not needed.

03/18/08 04:46:47 changed by Blocker

the problem is, default path for userdb in BSD is in /usr/local/etc of course i can create a patch file to the engine if runing on bsd but i trying to avoid create too much patch.

03/18/08 12:28:25 changed by joximu

  • version changed from ispCP ω 1.0.0 - RC3 to ispCP ω 1.0.0 - RC4.

Since ispCP does not use anymore his own courier-pop3 and -imap4 conf files we only need to know about two files concerning courier:

authdaemonrc and userdb

the first needs a small change during setup, the second needs to be updated by the mail-manager engine script.

So it's time to either use the two variables for this two files or to replace one of them with a new variable in RC5.

03/21/08 18:05:32 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

in r1068 COURIER_CONF_DIR does not longer exists. userdb is copied to AUTHLIB_CONF_DIR path and chmoded 600.

CHANGELOGS for each Distro is not good. Annotation do in the INSTALL doc.


Add/Change #1113 (add Changelog file for BSD dist and create var ETC_USERDB_FILE)




Action