|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Accessing .dovecot.sieveHi,
I would like to use my existing sievescript in $vmail/%d/ %u/.dovecot.sieve. Editing the backend.php doesn't work for me [1]. Any ideas how to access the .dovecot.sieve and edit it with ingo? Best regards Maik [1]: http://blog.sysbliss.com/linux/managing-dovecot-sieve-scripts-with-horde-ingo.html -- Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: ingo-unsubscribe@... |
|
|
Re: Accessing .dovecot.sieveQuoting Maik Stubbe <lupus@...>:
> Hi, > > I would like to use my existing sievescript in > $vmail/%d/%u/.dovecot.sieve. Editing the backend.php doesn't work > for me [1]. > > Any ideas how to access the .dovecot.sieve and edit it with ingo? You can't. Ingo has no ability to parse pre-existing files. michael -- ___________________________________ Michael Slusarz [slusarz@...] -- Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: ingo-unsubscribe@... |
|
|
Re: Accessing .dovecot.sieveAm 30.09.2009 um 21:22 schrieb Michael M Slusarz: > Quoting Maik Stubbe <lupus@...>: > >> Hi, >> >> I would like to use my existing sievescript in $vmail/%d/ >> %u/.dovecot.sieve. Editing the backend.php doesn't work for me [1]. >> >> Any ideas how to access the .dovecot.sieve and edit it with ingo? > > You can't. Ingo has no ability to parse pre-existing files. > > michael Any chance to save the new script to $vmail/%d/%u/.dovecot.sieve? This also would solve my problem Best regards Maik -- Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: ingo-unsubscribe@... |
|
|
Re: Accessing .dovecot.sieveZitat von Maik Stubbe <lupus@...>:
> > Am 30.09.2009 um 21:22 schrieb Michael M Slusarz: > >> Quoting Maik Stubbe <lupus@...>: >> >>> Hi, >>> >>> I would like to use my existing sievescript in >>> $vmail/%d/%u/.dovecot.sieve. Editing the backend.php doesn't work >>> for me [1]. >>> >>> Any ideas how to access the .dovecot.sieve and edit it with ingo? >> >> You can't. Ingo has no ability to parse pre-existing files. >> >> michael > > Any chance to save the new script to $vmail/%d/%u/.dovecot.sieve? > This also would solve my problem Of course. That's what Ingo is supposed to do with Dovecot/Sieve. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ -- Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: ingo-unsubscribe@... |
|
|
Re: Accessing .dovecot.sieveHmm, not really from my understanding/implementation.
With sieve you can have many scripts. In my case they get uploaded into the sieve directory. I have ingo set to upload it to a file called ingo. What happens is after ingo uploads it's script, it sets it active. When managesieve/pysieve gets the set active command it symlinks .dovecot.sieve to sieve/ingo (in this case) Then the next time dovecot deliever runs, it compiles it into .dovecot.sievec If you are not going to use managesieve/pysieve or other sieve server, then you would upload directly to .dovecot.sieve Quoting Jan Schneider <jan@...>: > Zitat von Maik Stubbe <lupus@...>: > >> >> Am 30.09.2009 um 21:22 schrieb Michael M Slusarz: >> >>> Quoting Maik Stubbe <lupus@...>: >>> >>>> Hi, >>>> >>>> I would like to use my existing sievescript in >>>> $vmail/%d/%u/.dovecot.sieve. Editing the backend.php doesn't work >>>> for me [1]. >>>> >>>> Any ideas how to access the .dovecot.sieve and edit it with ingo? >>> >>> You can't. Ingo has no ability to parse pre-existing files. >>> >>> michael >> >> Any chance to save the new script to $vmail/%d/%u/.dovecot.sieve? >> This also would solve my problem > > Of course. That's what Ingo is supposed to do with Dovecot/Sieve. > > Jan. > > -- > Do you need professional PHP or Horde consulting? > http://horde.org/consulting/ > > -- > Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: ingo-unsubscribe@... > -- Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: ingo-unsubscribe@... |
|
|
Re: Accessing .dovecot.sieveOn ons 30 sep 2009 21:22:56 CEST, Michael M Slusarz wrote
>> I would like to use my existing sievescript in $vmail/%d/%u/.dovecot.sieve. this is only for managesive protocol, not for ingo vfs >> Editing the backend.php doesn't work for me [1]. also barkede up the wrong tree :) >> Any ideas how to access the .dovecot.sieve and edit it with ingo? > You can't. Ingo has no ability to parse pre-existing files. currect, but it would be nice to use sieve include to use preconfigured.sieve scripts not managed from ingo as a workaround also remember multiple ingo scripts is possible, but not with vfs :( PS: its called webmail since i give apache full read/write access to maildirs, hands up for the link :) -- xpoint -- Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: ingo-unsubscribe@... |
|
|
Re: Accessing .dovecot.sieveOn ons 30 sep 2009 21:25:39 CEST, Maik Stubbe wrote
> Any chance to save the new script to $vmail/%d/%u/.dovecot.sieve? > This also would solve my problem using managesieve protocol from ingo, problem is gone -- xpoint -- Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: ingo-unsubscribe@... |
|
|
Re: Accessing .dovecot.sieveSorry, didn't know you where using VFS, I had assumed managesieve.
I dunno if it's possible to do something with sieve like I did on maildrop. But to not have ingo set it's script as default, and then just include the ingo script from your normal sieve script. in maildrop this is easy, I can just make a global rule to do this and it doesn't affect anyone and it doesn't require me to disable anything on my user to make it work. Quoting Benny Pedersen <me@...>: > On ons 30 sep 2009 21:22:56 CEST, Michael M Slusarz wrote >>> I would like to use my existing sievescript in $vmail/%d/%u/.dovecot.sieve. > > this is only for managesive protocol, not for ingo vfs > >>> Editing the backend.php doesn't work for me [1]. > > also barkede up the wrong tree :) > >>> Any ideas how to access the .dovecot.sieve and edit it with ingo? >> You can't. Ingo has no ability to parse pre-existing files. > > currect, but it would be nice to use sieve include to use > preconfigured.sieve scripts not managed from ingo as a workaround > > also remember multiple ingo scripts is possible, but not with vfs :( > > PS: its called webmail since i give apache full read/write access to > maildirs, hands up for the link :) > > -- > xpoint > > -- > Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: ingo-unsubscribe@... > -- Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: ingo-unsubscribe@... |
| Free embeddable forum powered by Nabble | Forum Help |