| Summary | upgrade docs wrong |
| Queue | Ingo |
| Queue Version | 3.1.1 |
| Type | Enhancement |
| State | Rejected |
| Priority | 1. Low |
| Owners | |
| Requester | jmozdzen (at) nde (dot) ag |
| Created | 07/08/2013 (4508 days ago) |
| Due | |
| Updated | 07/08/2013 (4508 days ago) |
| Assigned | |
| Resolved | 07/08/2013 (4508 days ago) |
| Milestone | |
| Patch | Yes |
especially when re-installing things and noticing that one's sieve
server is on the old port, one is tempted to appy that change to the
current file.
Since that part changed, I highly recommend to add the mentioned new
statements to the section concerning the latest upgrade.
State ⇒ Rejected
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ upgrade docs wrong
Type ⇒ Enhancement
State ⇒ New
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.