Summary | Ingo problems ? |
Queue | Ingo |
Queue Version | 3.0.1 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | valter.brazzini (at) provincia (dot) fi (dot) it |
Created | 11/15/2012 (4612 days ago) |
Due | 12/12/2012 (4585 days ago) |
Updated | 11/19/2012 (4608 days ago) |
Assigned | 11/15/2012 (4612 days ago) |
Resolved | 11/19/2012 (4608 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
and responding and the backend, but nothing changed.
---------------------
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation
subaddress comparator-i;ascii-numeric relational regex imap4flags copy
include variables body enotify environment mailbox date ihave"
"NOTIFY" "mailto"
"SASL" "PLAIN LOGIN CRAM-MD5"
"STARTTLS"
"VERSION" "1.0"
OK "Dovecot at ProvinciaFirenze ready."
-----------
And then I've activated the backend in backand.php
/* Sieve Example */
$backends['sieve'] = array(
// Disabled by default
'disabled' => false,
'transport' => 'timsieved',
'params' => array(
// Hostname of the timsieved server
'hostspec' => 'IP-To-MyServer',
// Login type of the server
'logintype' => 'PLAIN',
// Enable/disable TLS encryption
'usetls' => false,
// Port number of the timsieved server
'port' => 4190,
// Name of the sieve script
'scriptname' => 'ingo',
// Enable debugging. With Net_Sieve 1.2.0 or later, the sieve protocol
// communication is logged with the DEBUG level. Earlier versions
// print the log to the screen.
'debug' => true,
),
'script' => 'sieve',
'scriptparams' => array(
// If using Dovecot or any other Sieve implementation that requires
// folder names to be UTF-8 encoded, set this parameter to true.
'utf8' => true,
),
'shares' => false
);
ingo/config/backends.local.php?
ingo/config/backends.local.php?
State ⇒ Feedback
ingo/config/backends.local.php?
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Ingo problems ?
Due ⇒ 12/12/2012
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Everyting works fine, except Ingo.
Package version are all to the last stable release and I've check that
all prerequisite are ok. I've upgrade Webmail by pear command. All was
upgrade without errors.
First of all, the only way I've to apply filters is by the Menu
Mail->Filters . I see all of my filters (that I've made on H4), and if
I click on Apply filters nothing happen.
I've read that sould be the option to filter mail just do right-click
of mouse on INBOX, but I don't have. So I try to force install again
ingo but nothing changes.
I've read that in new Framework the filters change, is used the
php_imap module to work with my Imap server for filtering email.
In this case I have on my server dovecot 2.1.9, but I didn't read
anything special to do on configuration to make ingo works.
Where I wrong ?
thanks for help.
regards