Jan Schneider | 5 Jul 2011 17:36
Favicon
Gravatar

Ingo H4 (2.0.3) (final)

The Horde Team is pleased to announce the final release of the Ingo Email
Filter Rules Manager version H4 (2.0.3).

Ingo is an email-filter management application. It is fully internationalized,
integrated with Horde and the IMP Webmail client, and supports both  
server-side
(Sieve, procmail) and client-side (IMAP) message filtering. For more
information on Ingo, visit http://www.horde.org/apps/ingo.

The major changes compared to the Ingo version H4 (2.0.3) are:

     * Improved maildrop vacation driver.
     * Small bugfixes and improvements.
     * Updated Brazilian Portuguese, Latvian, Lithuanian, and Ukrainian
       translations.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/3f42207ffda9bf3e5cd6b1348b4cff32bf1f6462/ingo/docs/CHANGES

Have fun!

The Horde Team.
Rod Taylor | 19 Jul 2011 06:22
Picon

Ingo and vacation/forward filters....


G'Day,

I recently set up a Horde 4.0.6 system with IMP 5.0.7, Turba 3.0.3 and Ingo
2.0.3. It works very well. The only thing I seem to be missing is the vacation
and forward options in the filters setup. Blacklist and whitelist are there and
work well but no vacation or forward options.

It is running on Slackware 13.37 with imap (wu-imapd) and the local storage is
using an SQlite file.

Any pointers to some documentation or missing modules would be much appreciated.

Regards, Rod.

Ralf Lang | 19 Jul 2011 08:51
Picon
Favicon

Re: Ingo and vacation/forward filters....

Am Dienstag, 19. Juli 2011, 06:22:39 schrieb Rod Taylor:
> G'Day,
> 
> I recently set up a Horde 4.0.6 system with IMP 5.0.7, Turba 3.0.3 and Ingo
> 2.0.3. It works very well. The only thing I seem to be missing is the
> vacation and forward options in the filters setup. Blacklist and whitelist
> are there and work well but no vacation or forward options.
> 
> It is running on Slackware 13.37 with imap (wu-imapd) and the local storage
> is using an SQlite file.
> 
> Any pointers to some documentation or missing modules would be much
> appreciated.
> 
> Regards, Rod.

Don't forget to explicitly deactivate your default filter engine, IMAP, in 
your backends.local.conf

-- 
Ralf Lang
Linux Consultant / Developer
Tel.: +49-170-6381563
Mail: lang@...

B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
--

-- 
Ingo mailing list
(Continue reading)

Martin Hochreiter | 19 Jul 2011 08:53
Picon

Re: Ingo and vacation/forward filters....

Am 2011-07-19 06:22, schrieb Rod Taylor:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> G'Day,
>
> I recently set up a Horde 4.0.6 system with IMP 5.0.7, Turba 3.0.3 and Ingo
> 2.0.3. It works very well. The only thing I seem to be missing is the vacation
> and forward options in the filters setup. Blacklist and whitelist are there and
> work well but no vacation or forward options.
>
> It is running on Slackware 13.37 with imap (wu-imapd) and the local storage is
> using an SQlite file.
>
> Any pointers to some documentation or missing modules would be much appreciated.
>
> Regards, Rod.
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.5 (MingW32)
>
> iD8DBQFOJQaOg2YeZXW57B8RAkpEAJsEL2P/RZ2ZzEFBCrlqf/YYzwr/3QCfT4bL
> /FC/UQ5tGiACbYdtvrpfTuY=
> =aTQq
> -----END PGP SIGNATURE-----
I had the same issue in horde3 and horde4 - here my last posting with 
the solution - check that in your config:
(Continue reading)

Rod Taylor | 19 Jul 2011 09:33
Picon

Re: Ingo and vacation/forward filters....


On 19/07/2011 4:51 PM, Ralf Lang wrote:
> Am Dienstag, 19. Juli 2011, 06:22:39 schrieb Rod Taylor:
>> G'Day,
>> 
>> I recently set up a Horde 4.0.6 system with IMP 5.0.7, Turba 3.0.3 and
>> Ingo 2.0.3. It works very well. The only thing I seem to be missing is the 
>> vacation and forward options in the filters setup. Blacklist and whitelist 
>> are there and work well but no vacation or forward options.
>> 
>> It is running on Slackware 13.37 with imap (wu-imapd) and the local
>> storage is using an SQlite file.
>> 
>> Any pointers to some documentation or missing modules would be much 
>> appreciated.
>> 
>> Regards, Rod.
> 
> Don't forget to explicitly deactivate your default filter engine, IMAP, in 
> your backends.local.conf
> 

Thank you for the prompt replay.

Deactivating IMAP and activating maildrop got them visible, and it appears to
save a ".mailfilter" files in the users directory. Neither options actually work
but I will work on that now....

Thanks again, Rod.

(Continue reading)

Martin Hochreiter | 19 Jul 2011 14:39
Picon

something like a change request

Hi!

The ingo - maildrop script for vacations copies the original text of an 
incoming mail
on the top of the vacation mail generated ... and below the vacation 
message.

Can you add an option where you can select at least to enable "send 
incoming mail as attachment"
at will so that a vacation message is send with the vacation message 
"only" and the incoming mail
as attachment?

The mailbot command in Recipe.php has to look like this (in my case):

             $this->_action[] = '  cc "' . str_replace('"', '\\"', sprintf(
                 '| mailbot %s -D %d -c \'UTF-8\' -t $HOME/vacation.msg 
-*T forwardatt* -d $HOME/vacation *-A \'To: $FROM\'* -A %s -s %s 
/usr/sbin/sendmail -t',
                 $this->_params['mailbotargs'],
                 $params['action-value']['days'],
                 escapeshellarg('From: ' . $from),

escapeshellarg(Horde_Mime::encode($params['action-value']['subject'], 
'UTF-8'))))

regards
Martin
Jan Schneider | 19 Jul 2011 15:30
Favicon
Gravatar

Re: something like a change request


Zitat von Martin Hochreiter <linuxbox@...>:

> Hi!
>
> The ingo - maildrop script for vacations copies the original text of  
> an incoming mail
> on the top of the vacation mail generated ... and below the vacation message.

Read the docs for 'mailbotargs' in backends.php.

> Can you add an option where you can select at least to enable "send  
> incoming mail as attachment"
> at will so that a vacation message is send with the vacation message  
> "only" and the incoming mail
> as attachment?
>
> The mailbot command in Recipe.php has to look like this (in my case):
>
>             $this->_action[] = '  cc "' . str_replace('"', '\\"', sprintf(
>                 '| mailbot %s -D %d -c \'UTF-8\' -t  
> $HOME/vacation.msg -*T forwardatt* -d $HOME/vacation *-A \'To:  
> $FROM\'* -A %s -s %s /usr/sbin/sendmail -t',
>                 $this->_params['mailbotargs'],
>                 $params['action-value']['days'],
>                 escapeshellarg('From: ' . $from),
>                  
> escapeshellarg(Horde_Mime::encode($params['action-value']['subject'],  
> 'UTF-8'))))
>
(Continue reading)

Martin Hochreiter | 19 Jul 2011 16:04
Picon

Re: something like a change request

Am 2011-07-19 15:30, schrieb Jan Schneider:
>
> Zitat von Martin Hochreiter <linuxbox@...>:
>
>> Hi!
>>
>> The ingo - maildrop script for vacations copies the original text of 
>> an incoming mail
>> on the top of the vacation mail generated ... and below the vacation 
>> message.
>
> Read the docs for 'mailbotargs' in backends.php.
>
>
> Jan.
>
Nice ... thank you!
Rod Taylor | 20 Jul 2011 00:19
Picon

Re: Ingo and vacation/forward filters....SOLVED


> Am Dienstag, 19. Juli 2011, 06:22:39 schrieb Rod Taylor:
>> G'Day,
>> 
>> I recently set up a Horde 4.0.6 system with IMP 5.0.7, Turba 3.0.3 and
>> Ingo 2.0.3. It works very well. The only thing I seem to be missing is the 
>> vacation and forward options in the filters setup. Blacklist and whitelist 
>> are there and work well but no vacation or forward options.
>> 
>> It is running on Slackware 13.37 with imap (wu-imapd) and the local
>> storage is using an SQlite file.
>> 
>> Any pointers to some documentation or missing modules would be much 
>> appreciated.
>> 
>> Regards, Rod.
> 
> Don't forget to explicitly deactivate your default filter engine, IMAP, in 
> your backends.local.conf

I deactivated IMAP and activated Maildrop and the two filters appeared but
didn't work. So I tried the Procmail option and its now full steam ahead. It all
works well.

Thank you for the pointer, Rod.
Dirk Deimeke | 25 Jul 2011 08:18
Favicon
Gravatar

Filter not accepted

Hi,

I migrated from Horde Groupware Webmail Edition 1.2.9 to 4.0.1.

Starting with the migration filtering seems to be somewhat broken.

I had about 70 filters. In filters with more than one criterion only  
the first one works.

Once I stated this I deleted all filters and began to create new ones,  
unfortunately with the same results.

Horde is running on an Ubuntu 10.04 System with Dovecot as IMAP-server.

Any ideas?

Cheers

Dirk

--

-- 
Contact:  http://d5e.org/contact
Blogs:    http://dirk.deimeke.net/      - http://adminstories.de/
Podcasts: http://d5e.org/wattenichsachs - http://deimhart.net/
Projects: http://blog.radiotux.de/      - http://taskwarrior.org/


Gmane