[Tickets #12436] upgrade docs wrong
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Jul 8 11:33:04 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12436
------------------------------------------------------------------------------
Ticket | 12436
Created By | jmozdzen at nde.ag
Summary | upgrade docs wrong
Queue | Ingo
Version | 3.1.1
Type | Enhancement
State | New
Priority | 1. Low
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
jmozdzen at nde.ag (2013-07-08 11:33) wrote:
In http://www.horde.org/apps/ingo/docs/UPGRADING, 4.2, the code sample
given is IMHO wrong:
currently:
$backends['sieve']['params']['port'] = 2000;
$backends['sivtest']['params']['port'] = 2000;
IMO should read
$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['port'] = 2000;
$backends['sieve']['transport'][Ingo::RULE_ALL]['params']['port'] = 2000;
due to the configuration changes introduced with latest Ingo.
More information about the bugs
mailing list