Michael Wisniewski | 8 Apr 2013 18:33

Sieve Filter doesn't work

Hi!

I have a strange problem and have no idea why this is going on.  I  
have Ingo setup with numerous rules, one work, most don't.  An example  
is to take all the mail from the horde list and put it in the "Horde"  
folder.  Here is a snip of the active script...

  18: # Horde Rule
  19: if anyof ( address :all :comparator "i;ascii-casemap" :contains  
"To" "horde@...", address :all :comparator  
"i;ascii-casemap" :contains "Cc" "horde@..." ) {
  20:     fileinto "Horde";
  21:     stop;
  22: }
  23:

I know that this is getting into Sieve because I telnet'ed into it and  
got the list, which included the rules I have in Ingo.  However, the  
mail is not getting put into the Horde folder.  In the mail.log, sieve  
is storing the mail into the "INBOX", as indicated in the mail.log...

Apr  7 16:14:54 snoopy dovecot: lda(wisniewski): sieve: 

msgid=<20130407212044.A222F7ECC7@...>:
stored  
mail into mailbox 'INBOX'

I migrated from Roundcube to Horde, and Roundcube was operating just  
fine with the rulesets with sieve.  But for whatever reason, horde  
does not.  I also failed to mention that I have this rule setup...
(Continue reading)

Mike Meklenschek | 27 Mar 2013 03:13

ingo vacation procmail script problem

Hello everyone,

Can someone please help, I've been trying to get the Horde / ingo / 
procmail vacation script working.

I have most of the script working but the following section never executes:

  27: * ? test $DATE -gt $START && test $END -gt $DATE
  28:     {
  29:       :0 Wh
  30:       * ^TO_maildev@...
  31:       * !^X-Loop: maildev@...
  32:       * !^X-Spam-Flag: YES
  33:       * !^FROM_DAEMON
  34:       | formail -rD 8192 ${VACATION_DIR:-.}/.vacation.maildev@...
  35:       :0 eh
  36:       | (formail -rI"Precedence: junk" \
  37:        -a"From: <maildev@...>" \
  38:        -A"X-Loop: maildev@..." \
  39:        -i"Subject: Out of Office (Re: $SUBJECT)" ; \
  40:        echo -e "I will be out of the office between March 25th & March 29th.\r\n\r\nThank you.\r\n\r\nMike" \
  41:       ) | $SENDMAIL -fmaildev@... -oi -t
  42:     }

Here is my output form my LOG file:

procmail: Assigning "SENDMAIL=/usr/sbin/sendmail"
procmail: Match on "(^((Original-)?(Resent-)?(To|Cc|Bcc)|(X-Envelope|Apparently(-Resent)?)-To):(.*[^-a-zA-Z0-9_.])?)maildev@..."
procmail: Executing "test -f
${VACATION_DIR:-.}/'.vacation.maildev@...' && ls -lcn
(Continue reading)

Mike Meklenschek | 21 Mar 2013 22:26

Ingo & Procmail

Hi Everyone,

I've installed Horde on Centos 5.9 without a problem, but, I'm having a 
problem getting ingo working with procmail.

Here is my section of ingo/config/backends.php:

|$split = explode(' <at> ', Auth::getAuth());
$backends['procmail'] = array(
'driver' => 'vfs',
'preferred' => 'localhost',
'hordeauth' => 'false',
'params' => array(
'vfstype' => 'ftp',
'hostspec' => 'localhost',
'filename' => 
'/var/qmail/mailnames/'.$split[1].'/'.$split[0].'/.procmailrc',
'port' => 21,
'username' => 'popuser',
'password' => 'password'
),
'script' => 'procmail',
'scriptparams' => array(
'path_style' => 'maildir',
'variables' => array(
'MAILDIR' => '/var/qmail/mailnames/' . $split[1] . '/' . $split[0] . 
'/Maildir',
'DEFAULT' => '${MAILDIR}/'
)
)
(Continue reading)

Hanns Mattes | 6 Feb 2013 12:29
Picon

Ingo, Sieve and regular expressions


Hi,

I'm using Ingo with the sieve backend, server ist  
dovecot1.2x/Pigeonhole. I'd like to use regular expressions in my  
scripts. How do I achieve this?

Regards Hanns

Antonio Casado Rodriguez | 30 Jan 2013 11:33
Picon
Favicon

two sieve servers

Hello,

I have two imap/sieve servers configured to select at login (in IMP: 
$conf['server']['server_list'] = 'shown'), and it's works ok.

$servers['imap1'] = array(
'name' => 'USERS A',
'hostspec' => 'imap1.ual.es',
'hordeauth' => true,
...
$servers['imap2'] = array(
'name' => 'USERS B',
'hostspec' => 'imap2.ual.es',
'hordeauth' => true,
...

How I configure ingo/config/backends.local.php for use his correct sieve 
server? Every imap server has one sieve server.

$backends['imap1'] = array(
'preferred' => 'imap1.ual.es',
'transport' => 'timsieved',
'hordeauth' => true,
...
$backends['imap2'] = array(
'preferred' => 'imap2.ual.es',
'transport' => 'timsieved',
'hordeauth' => true,

but it's not work. Can anybody help me, please?
(Continue reading)

roellig | 11 Jan 2013 19:02
Picon

Wrong auth with Sieve and Hooks

Hi,
I still have the same problem. login in the sieve is still lacking.
the login is still part of the truncated domain.

which enable the hooks did not change.

Sven

-- 
Röllig IT - Technik
Hermannstr. 12
12049 Berlin

Tel: 0049 (0)30 / 447 297 03
Fax: 0049 (0)30 / 447 297 02
mailto: roellig <at> roellig-ltd.de

--

-- 
ingo mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: ingo-unsubscribe <at> lists.horde.org
Jan Schneider | 10 Jan 2013 14:40
Favicon
Gravatar

Ingo H5 (3.0.2) (final)

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

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, Maildrop) 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 H5 (3.0.1) are:
     * Fixed changing permissions for shared rulesets.
     * Updated Basque translation.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/aa26fb01cdee9b3171b9d971a53940dce270bf3c/ingo/docs/CHANGES

Have fun!

The Horde Team.
roellig | 7 Jan 2013 13:51
Picon

Wrong auth in Ingo with sieve-cyrus

Hello,
when i activate in backends sieve-cyrus an horde is login in to sieve
i became an auth error!

my horde login is going over ldap with mailadress as loginname, sieve became
the loginname without the domain part from horde.

the next error is when i use hordeauth => disable to use cyrus as login
the login is the same with the username without domainpart.

what is wrong??

any hints

Sven
-- 
Röllig IT - Technik
Hermannstr. 12
12049 Berlin

Tel: 0049 (0)30 / 447 297 03
Fax: 0049 (0)30 / 447 297 02
mailto: roellig <at> roellig-ltd.de

--

-- 
ingo mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: ingo-unsubscribe <at> lists.horde.org
Vikas Parashar | 7 Jan 2013 12:35
Favicon

import export filter rules

Hello,

Is there is any way to import and export the filter rules in Horde. I have
done googling but haven't get any satisfactory solution.

--

-- 
Thanks & Regards:-
Vikas Parashar
Sr. Linux administrator Cum Developer
Mobile: +91 958 208 8852
Email: vikas.parashar@...
Strimpakos Giorgos | 23 Nov 2012 15:37
Picon
Favicon

Ingo as a web service

I would like to ask you if there is any way to offer ingo as a web 
service or as rpc in order to use it within other applications such as 
another portal or collaboration suite.

Giorgos Strimpakos
Jan Schneider | 27 Oct 2012 00:00
Favicon
Gravatar

Ingo H5 (3.0.0RC1)

The Horde Team is pleased to announce the first release candidate of the Ingo
Email Filter Rules Manager version H5 (3.0.0).

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, Maildrop) and client-side (IMAP) message filtering. For more
information on Ingo, visit http://www.horde.org/apps/ingo.

We encourage widespread testing and feedback via the mailing lists or our bug
tracking system. Updated translations are very welcome. Strings are not going
to change until the final release.

The final release of Ingo H5 (3.0.0) is expected on October 30.

The major changes compared to the Ingo version H5 (3.0.0beta2) are:
     * Small improvements.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/017b3e5f8416fa7fd0afb98e70528e3998696ed7/ingo/docs/CHANGES

Have fun!

The Horde Team.

Gmane