Pro Green European | 1 Dec 14:51
Picon
Favicon

Re: Vacation not working (ingo h4 2.0.6)

> ----- Original Message -----
> From: Jan Schneider <jan@...>
> To: ingo@...
> Cc:
> Sent: Monday, November 28, 2011 3:03 PM
> Subject: Re: [ingo] Vacation not working (ingo h4 2.0.6)
> 
> 
> Zitat von Pro Green European <pro_green_european@...>:
>
>> Hi.
>>
>> What do I have to do in order to get the procmail vacation recipe working?
>>
>> This is an example of the generated .procmailrc recipe:
>>
>> # procmail script generated by Ingo (November 28, 2011, 11:13 am)
>> ##### Vacation #####
>> :0
>> {
>>   :0
>>   * ^TO_user.name@...
>>   {
>>     FILEDATE=`test -f ${VACATION_DIR:-.}/'.vacation.user.name <at> dom.tld' && ls -lcn
--time-style=+%s ${VACATION_DIR:-.}/'.vacation.user.name@...' | awk
'{ print $6 + (604800) }'`
>>     DATE=`date +%s`
>>     DUMMY=`test -f ${VACATION_DIR:-.}/'.vacation.user.name <at> dom.tld' && test $FILEDATE -le
$DATE && rm ${VACATION_DIR:-.}/'.vacation.user.name@...'`
>>     START=1321826400
(Continue reading)

Pro Green European | 8 Dec 12:01
Picon
Favicon

How do I set custom procmail recipes in ingo?

Hi.

As I cannot get the bundled procmail recipe working, I'd like to know how to make ingo use my own procmail
recipes instead.

The problem with the bundled one is that, it creates a
.vacation.email.address@... file which contain the email address of the
sender. After that it does nothing.

Other .procmailrc files works perfectly without any hassle on the same RHEL5 server. (Selinux is in
permissive mode, so that can't be the problem).

Regards,
/PGE

Jan Schneider | 8 Dec 12:45
Favicon
Gravatar

Re: How do I set custom procmail recipes in ingo?


Zitat von Pro Green European <pro_green_european@...>:

> Hi.
>
> As I cannot get the bundled procmail recipe working, I'd like to  
> know how to make ingo use my own procmail recipes instead.

You can't.

Jan.

--

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

Andreas Moroder | 14 Dec 16:18
Picon

Error when saving filter

Hello,

when I clock on "Skript" in ingo I see the lines below.

When I try to activate the script I get this error

{45}script errors: line 4: unsupported feature

Can anyone tell me what's the reason and how I can get it to work ?

Thanks
Andreas

  # Sieve Filter
   2: # Erzeugt von Ingo (http://www.horde.org/ingo/) (December 14, 
2011, 4:11 pm)
   3:
   4: require ["fileinto", "imapflags", "body"];
   5:
   6: # Spam mit 0
   7: if allof ( header :comparator "i;ascii-casemap" :contains "Sender" 
"support.spam@...", header :comparator "i;ascii-casemap" :contains 
"Subject" ".it (0" ) {
   8:     fileinto "INBOX.spam-reports";
   9:     stop;
  10: }
  11:
  12: # openldap1
  13: if anyof ( header :comparator "i;ascii-casemap" :contains 
"Subject" "openldap-technical Digest", header :comparator 
(Continue reading)

Arjen de Korte | 14 Dec 16:36

Re: Error when saving filter

Citeren Andreas Moroder <andreas.moroder@...>:

> When I try to activate the script I get this error
>
> {45}script errors: line 4: unsupported feature
>
> Can anyone tell me what's the reason and how I can get it to work ?

It depends on your Sieve plugin. My guess is that you're running  
Dovecot and that you didn't enable the 'imapflags' extension (which is  
disabled by default). In that case, you'll need to add

     sieve_extensions = +imapflags

in your Dovecot configuration files.

Best regards, Arjen

Andreas Moroder | 14 Dec 16:49
Picon

Re: Error when saving filter

Am 14.12.2011 16:36, schrieb Arjen de Korte:
> Citeren Andreas Moroder
> <andreas.moroder@...>:
>
>> When I try to activate the script I get this error
>>
>> {45}script errors: line 4: unsupported feature
>>
>> Can anyone tell me what's the reason and how I can get it to work ?
>
> It depends on your Sieve plugin. My guess is that you're running Dovecot
> and that you didn't enable the 'imapflags' extension (which is disabled
> by default). In that case, you'll need to add
>
> sieve_extensions = +imapflags
>
> in your Dovecot configuration files.
>
> Best regards, Arjen
>
Hello,

sorry that I forgot to wrote that we run cyrus

Bye
Andreas

Jan Schneider | 14 Dec 17:16
Favicon
Gravatar

Re: Error when saving filter


Zitat von Andreas Moroder <andreas.moroder@...>:

> Am 14.12.2011 16:36, schrieb Arjen de Korte:
>> Citeren Andreas Moroder
>> <andreas.moroder@...>:
>>
>>> When I try to activate the script I get this error
>>>
>>> {45}script errors: line 4: unsupported feature
>>>
>>> Can anyone tell me what's the reason and how I can get it to work ?
>>
>> It depends on your Sieve plugin. My guess is that you're running Dovecot
>> and that you didn't enable the 'imapflags' extension (which is disabled
>> by default). In that case, you'll need to add
>>
>> sieve_extensions = +imapflags
>>
>> in your Dovecot configuration files.
>>
>> Best regards, Arjen
>>
> Hello,
>
> sorry that I forgot to wrote that we run cyrus

Cyrus should support any of those Sieve extensions. Anything useful in  
Cyrus' logs?

(Continue reading)

Andreas Moroder | 14 Dec 17:43
Picon

Re: Error when saving filter

>
> Cyrus should support any of those Sieve extensions. Anything useful in
> Cyrus' logs?
>
> Jan.
>
Nothing.

I disabled all the rules one by one and found the culprit.
It was a rule that did filter on the mail body ( Text ).
I can live without this rule at the moment.

Thank you all for your help
Andreas

Michael Menge | 15 Dec 10:33
Picon

Re: Error when saving filter

Quoting Andreas Moroder <andreas.moroder <at> sb-brixen.it>:

>>
>> Cyrus should support any of those Sieve extensions. Anything useful in
>> Cyrus' logs?
>>
>> Jan.
>>
> Nothing.
>
> I disabled all the rules one by one and found the culprit.
> It was a rule that did filter on the mail body ( Text ).
> I can live without this rule at the moment.
>
> Thank you all for your help
> Andreas

Which version of Cyrus do you use? The sieve body extension was
added in 2.3.0

Did you set sieve_extensions in imapd.conf?
AFAIK body is not included by default.

Michael

--------------------------------------------------------------------------------
M.Menge                                Tel.: (49) 7071/29-70316
Universität Tübingen                   Fax.: (49) 7071/29-5912
Zentrum für Datenverarbeitung          mail:  
michael.menge <at> zdv.uni-tuebingen.de
(Continue reading)

Emjay | 22 Dec 10:30
Picon
Favicon

Driver authentication error

Hello!

We are encountering the following error when modifying or adding anything in the vacation option:

There was an error deactivating the script. The driver said: "Authentication failed"

We are using timsieved as driver:

$backends['sieve'] = array(
    'driver' => 'timsieved',
    'preferred' => "mydomain.net.ph",
    'hordeauth' => false,
    'params' => array(
        // Hostname of the timsieved server
        'hostspec' => "127.0.0.1",
        // Login type of the server
        'logintype' => 'LOGIN',

Pysieved is running and listening on port 2000.

Does it look up to any database?

Any inputs are highly appreciated. Thank you!

Regards,

Emjay
--

-- 
Ingo mailing list
Frequently Asked Questions: http://horde.org/faq/
(Continue reading)


Gmane