[ingo] Ingo and notifications.
ANANT S ATHAVALE
asa at isac.gov.in
Sun May 9 08:23:55 UTC 2010
Hi,
scriptname=>'ingo' is the default and I continue to use the same. We
have never used squirrelmail and I do not have any idea about
'phpscript'. You may atleast check, by changing phpscript to ingo,
whether the options show up?
-ANANT.
----- Message from karliak at ajetaci.cz ---------
Date: Sun, 09 May 2010 10:18:39 +0200
From: Josef Karliak <karliak at ajetaci.cz>
Subject: Re: [ingo] Ingo and notifications.
To: ANANT S ATHAVALE <asa at isac.gov.in>
Cc: ingo at lists.horde.org
> Hi,
> OK, phpscript is from historical times (swuirrelmail). But other
> scripts works fine (forward email, move email do "horde folder, etc
> works) ...
> Some lines from "active script"
> 1: # Sieve Filter
> 2: # Generated by Ingo (http://www.horde.org/ingo/) (9.5.2010, 10:16)
> 3:
> 4: require "fileinto";
> 5:
> 6: # Spam Filter
> 7: if header :comparator "i;ascii-casemap" :contains
> "X-Spam-Level" "********" {
> 8: fileinto "INBOX.spam";
> 9: stop;
> 10: }
> 11:
> 12: # squid
> 13: if header :comparator "i;ascii-casemap" :contains "Subject"
> "squid-users" {
> 14: fileinto "INBOX.squid";
> 15: stop;
>
>
> So do you think that it is necessary to name script? phpscript->ingo ...
> A lot of squirrelmail users has phpscript named filters
> (squirrelmail), that will stop work (about 3500 emails) ...
> Thanks.
>
>
>
> Cituji ANANT S ATHAVALE <asa at isac.gov.in>:
>
>> Dear JK,
>>
>> I think, the value for scriptname should be 'ingo' only and not phpscript.
>>
>> Regards,
>> ANANT.
>>
>> ----- Message from karliak at ajetaci.cz ---------
>> Date: Sun, 09 May 2010 10:00:20 +0200
>> From: Josef Karliak <karliak at ajetaci.cz>
>> Subject: Re: [ingo] Ingo and notifications.
>> To: ANANT S ATHAVALE <asa at isac.gov.in>
>> Cc: ingo at lists.horde.org
>>
>>
>>> Hi,
>>> I wrote my options in the creating few mails ago...
>>> So my backends.php file contains(I don't use procmail, only cyrus sieve):
>>> /* Sieve Example */
>>> $backends['sieve'] = array(
>>> 'driver' => 'timsieved',
>>> 'preferred' => 'ajetaci.cz',
>>> 'hordeauth' => full,
>>> 'params' => array(
>>> // Hostname of the timsieved server
>>> 'hostspec' => '127.0.0.1',
>>> // Login type of the server
>>> 'logintype' => 'PLAIN',
>>> // Enable/disable TLS encryption
>>> 'usetls' => false,
>>> // Port number of the timsieved server
>>> 'port' => 2000,
>>> // Name of the sieve script
>>> 'scriptname' => 'phpscript',
>>> //'scriptname' => 'ingo',
>>> // The following settings can be used to specify an administration
>>> // user to update all users' scripts. If you want to use an admin
>>> // user, you also need to disable 'hordeauth' above. You have to use
>>> // an admin user if you want to use shared rules.
>>> // 'username' => 'cyrus',
>>> // 'password' => '*****',
>>> ),
>>> 'script' => 'sieve',
>>> 'scriptparams' => array(),
>>> 'shares' => false
>>> );
>>> /* sivtest Example */
>>> $backends['sivtest'] = array(
>>> 'driver' => 'sivtest',
>>> 'preferred' => 'ajetaci.cz',
>>> 'hordeauth' => true,
>>> 'params' => array(
>>> // Hostname of the timsieved server
>>> 'hostspec' => '127.0.0.1',
>>> // Login type of the server
>>> 'logintype' => 'plain',
>>> // Enable/disable TLS encryption
>>> 'usetls' => false,
>>> // Port number of the timsieved server
>>> 'port' => 2000,
>>> // Name of the sieve script
>>> 'scriptname' => 'phpscript',
>>> // Location of sivtest
>>> 'command' => '/usr/bin/sivtest',
>>> // name of the socket we're using
>>> 'socket' => Horde::getTempDir() . '/sivtest.'
>>> . md5(uniqid(rand())) . '.sock',
>>> ),
>>> 'script' => 'sieve',
>>> 'scriptparams' => array(),
>>> 'shares' => false,
>>> )
>>>
>>> All others are disabled.
>>> Filters like moving email to another folder works, when I click
>>> on "Script->Show active script" I see scripts. Sieve script on
>>> cyrus server contains the same...
>>> Thanks
>>> J.K.
>>>
>>> Cituji ANANT S ATHAVALE <asa at isac.gov.in>:
>>>
>>>> Dear JK,
>>>>
>>>> Please re-write your question. I did not understand.
>>>>
>>>> I get notification as one of the options while creating a new
>>>> filter. Please show me your backends.php for Ingo.
>>>>
>>>> Regards,
>>>> ANANT.
>>>>
>>>>
>>>> ----- Message from karliak at ajetaci.cz ---------
>>>> Date: Fri, 07 May 2010 20:01:24 +0200
>>>> From: Josef Karliak <karliak at ajetaci.cz>
>>>> Subject: Re: [ingo] Ingo and notifications.
>>>> To: ingo at lists.horde.org
>>>>
>>>>
>>>>> In another way - where I could find notifications in the filters ? :)
>>>>> J.K.
>>>>>
>>>>> Cituji ANANT S ATHAVALE <asa at isac.gov.in>:
>>>>>
>>>>>> I use Ingo version 1.2.3 and the option comes for me. What
>>>>>> version of Ingo you use?
>>>>>>
>>>>>> Regards,
>>>>>> ANANT.
>>>>>>
>>>>>>
>>>>>> ----- Message from karliak at ajetaci.cz ---------
>>>>>> Date: Thu, 06 May 2010 11:56:20 +0200
>>>>>> From: Josef Karliak <karliak at ajetaci.cz>
>>>>>> Subject: Re: [ingo] Ingo and notifications.
>>>>>> To: ingo at lists.horde.org
>>>>>>
>>>>>>
>>>>>>> Hi,
>>>>>>> I think so. In the creating new filter rule I've in select box:
>>>>>>> -deliver into my inbox
>>>>>>> -deliver to folder
>>>>>>> -delete message
>>>>>>> -redirect to ...
>>>>>>> -deliver into and redirect
>>>>>>> -reject with reason
>>>>>>>
>>>>>>> Where is notify ? :)
>>>>>>> Thanks.
>>>>>>> J.K.
>>>>>>>
>>>>>>>
>>>>>>> Cituji lst_hoe02 at kwsoft.de:
>>>>>>>
>>>>>>>> Zitat von Josef Karliak <karliak at ajetaci.cz>:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>> I'm maybe blind - I need to send email notification when
>>>>>>>>> email arrive into my mailbox - does ingo support this sieve
>>>>>>>>> extension ? I don't want to forvard whole email, I want
>>>>>>>>> only send notification (with Subject or sender, etc..). I
>>>>>>>>> couldn't find it. Backend timsieve is defined, other
>>>>>>>>> filters for manipulation with arrived emails works good.
>>>>>>>>> Thanks and regards :)
>>>>>>>>> J.K.
>>>>>>>>
>>>>>>>> At least with recent Ingo you can create new rule with action
>>>>>>>> send notify mail. Not sure if this is what you looking for.
>>>>>>>>
>>>>>>>> Regards
>>>>>>>>
>>>>>>>> Andreas
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ----------------------------------------------------------------
>>>>>>> This message was sent using IMP, the Internet Messaging Program.
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
>>>>>>> Frequently Asked Questions: http://horde.org/faq/
>>>>>>> To unsubscribe, mail: ingo-unsubscribe at lists.horde.org
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ----- End message from karliak at ajetaci.cz -----
>>>>>>
>>>>>>
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Anant Athavale.
>>>>>> --
>>>>>> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
>>>>>> Frequently Asked Questions: http://horde.org/faq/
>>>>>> To unsubscribe, mail: ingo-unsubscribe at lists.horde.org
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ----------------------------------------------------------------
>>>>> This message was sent using IMP, the Internet Messaging Program.
>>>>>
>>>>>
>>>>> --
>>>>> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
>>>>> Frequently Asked Questions: http://horde.org/faq/
>>>>> To unsubscribe, mail: ingo-unsubscribe at lists.horde.org
>>>>>
>>>>
>>>>
>>>> ----- End message from karliak at ajetaci.cz -----
>>>>
>>>>
>>>>
>>>> Regards,
>>>>
>>>> Anant Athavale.
>>>> --
>>>> Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
>>>> Frequently Asked Questions: http://horde.org/faq/
>>>> To unsubscribe, mail: ingo-unsubscribe at lists.horde.org
>>>>
>>>
>>>
>>>
>>> ----------------------------------------------------------------
>>> This message was sent using IMP, the Internet Messaging Program.
>>>
>>>
>>>
>>
>>
>> ----- End message from karliak at ajetaci.cz -----
>>
>>
>>
>> Regards,
>>
>> Anant Athavale.
>>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
>
----- End message from karliak at ajetaci.cz -----
Regards,
Anant Athavale.
More information about the ingo
mailing list