Evilchen | 24 Jan 15:58
Picon
Favicon
Gravatar

Ingo backends driver for SOAP requests

Hello together,

i want to write a backend for Ingo that makes it possible to  
communicate with an ISPconfig installation. ISPconfig gives me an SOAP  
API to make, edit, update and delete maildrop (or other) filters but  
in the moment i can't see an option to make horde talk with ISPconfig.

So i have to make me such an option. But it seems, ingo has no SOAP  
driver capabilities in the moment?
would you see any chances for me to add one?
or have you any hints for me, that makes my work easier? i'm not so  
fine with php and that makes it not better for me ;)

kind regards,
Tobias

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

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)

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)

Pro Green European | 8 Dec 12:01
Picon
Favicon
Gravatar

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

list | 28 Nov 11:39

Sieve INBOX prefix with altnamespace option

Hi,

this is surely a well know issue, but I search and I don't find the fix...

I recently changed my Cyrus configuration by adding 'altnamespace = yes'.
In result, my filter does not work anymore.
Then, I changed all my rules with ingo. But, on new mail arrival, I've  
an error on syslog (Fileinto: Mailbox does not exist).
If I read the sieve active script, Ingo added the 'INBOX.' prefix  
which does not exists anymore !

How to fix this problem ?

Thanks
Pro Green European | 28 Nov 10:37
Picon
Favicon
Gravatar

Vacation not working (ingo h4 2.0.6)

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 <at> dom.tld' | awk '{ print $6 + (604800) }'`
    DATE=`date +%s`
    DUMMY=`test -f ${VACATION_DIR:-.}/'.vacation.user.name@...' &&
test $FILEDATE -le $DATE && rm ${VACATION_DIR:-.}/'.vacation.user.name <at> dom.tld'`
    START=1321826400
    END=1322604000

    :0 h
    SUBJECT=| formail -xSubject:

    :0 Whc: ${VACATION_DIR:-.}/vacation.lock
    * ? test $DATE -gt $START && test $END -gt $DATE
    {
      :0 Wh
      * ^TO_user.name@...
      * !^X-Loop: user.name@...
(Continue reading)

ANANT S ATHAVALE | 14 Nov 11:09
Picon

Vacation Address reg.

Dear List,

I am using hook to to set the vacation address. I don't want users to  
edit it.  In older version, there was an option in configuration to  
configure

$conf[hooks][vacation_only]

ASFAK, this option is now not available in new version.

What is the work around?

Regards,

Anant Athavale.

------------------------------------------------------------------------------
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
------------------------------------------------------------------------------

ssri_abo | 9 Nov 10:39
Picon
Favicon
Gravatar

Database migration problem with Ingo

Hello,

We are currently testing Horde 3 to Horde 4 migration. Sieve scripts are 
present in the Horde 4 database ( horde_prefs table ), but they don't 
show up in Ingo.

How do we solve this problem ?

Regards.

SSRI Team.
Université Paris 2.

--

-- 
Ingo mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe@...

Jan Schneider | 18 Oct 15:01
Favicon
Gravatar

Ingo H4 (2.0.6) (final)

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

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 H4 (2.0.5) are:
     * Small bugfixes and improvements.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/7831b119c0731fe0fed8fd190f475e9cd9cbd62b/ingo/docs/CHANGES

Have fun!

The Horde Team.
Alex Solomotis | 17 Oct 03:13

Filter by date

I would like to filter my inbox by date received or date sent. I do not see this field as a filtering option.

I.E: Select a field "Date Sent" or "Date Received"

Options: "30 days old", "60 days old", etc. 

Do this: "Delete message completely"

Can Ingo be made to do this?
If not,
can this be added to a future release?

I don't see this ability anywhere in horde, am I right?
I am a new to horde.

Regards,
Alex

Geri Anggara | 13 Sep 12:06
Picon
Favicon

username@..." setting in Vacation sieve-script

Dear List

our horde here set vacation in this format:

------------------
vacation :days # :addresses "username@..." :subject "somthing subject " "Vacation"
------------------

Is it possible to change it to 

------------------
vacation :days # :from "username@..." :addresses
"username@..." :subject "somthing subject " "Vacation"
------------------

We need it because our MX deliver mail in username <at> FQDN format to the POP server , without :from statement
inside sieve-script,
it will become From: username <at> FQDN format as well, and that does not look nice

Our pop3 server is dovecot 1.2   the sieve is managed-sieve.

Many-many thanks
--

-- 
Ingo mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe@...


Gmane