Problem logging into sieveshell
pnelson
pnelson at neatech.com
Tue Jun 17 02:40:33 EDT 2003
On Mon, 2003-06-16 at 20:53, Jim Norton wrote:
> Hello all:
>
> I am trying to get the sieve vacation thing working.
> However, sieveshell seems to be unable to log me in.
>
> I never get a fail message, it just asks me for a
> password 4 times then fails.
>
> I am of course able to log directly into the imap server
> via telnet hostname.com imap and then login.
>
> Is it possible to enable sieve scripts without using
> sieveshell?
>
> Or, does anybody have an idea about failing to log into
> sieveshell?
>
try:
sieveshell --user=<user> --authname=<sameuser> <server>
Manual Process
---------------
Not sure if this totally works because I use sieveshell but I know you
can edit the files in the sieve repository so it seems like it would
work.
Sieve scripts are stored in the config directory, which on my system is:
/var/lib/imap/sieve/<user initial>/<user>/<script>.script
the properties on the script are 600 and cyrus:mail. You also need to
make a simlink to the script called default to activate it.
So say your scripts name is jim.sv if you upload it with sieveshell it
would windup in your sieve directory as:
/var/lib/imap/sieve/j/jim/jim.sv.script
and if you activate it there would be a simlink called default that
points to it. HTH
More information about the Info-cyrus
mailing list