Can not logon to Sieve -- need help

Su Li sli at rim.net
Thu Sep 26 10:52:22 EDT 2002


Thanks Scott,

PERL5LIB works! 

I tried 'sieveshell --user=cyrus --auth=cyrus localhost'.

I got:
Sep 26 10:43:10 web9 timsieved[23718]: mkdir /usr/sieve/c/cyrus: No such
file or directory
Sep 26 10:43:10 web9 timsieved[23718]: error in actions_setuser()

So I went to /usr/sieve and 'mkdir c' and 'chown cyru c', I did 'chown cyrus
/usr/sieve' and 'chgrp mail /usr/sieve'.

then type in the password, and I got:
Sep 26 10:44:28 web9 timsieved[23718]: mkdir /usr/sieve/c/cyrus/c/cyrus: No
such file or directory
Sep 26 10:44:28 web9 timsieved[23718]: error in actions_setuser()

Can you let me know what am I missing here?

Thanks,


Su




-----Original Message-----
From: Scott Russell [mailto:lnxgeek at us.ibm.com]
Sent: September 25, 2002 11:04 PM
To: info-cyrus at andrew.cmu.edu
Subject: Re: Can not logon to Sieve -- need help


Add the /usr/local perl path to your PERL5LIB env var. For my Red Hat
7.3 box where bash is the default shell for all accounts I added the
following to my /etc/profile:

  PERL5LIB=/usr/local/lib/perl5/site_perl/5.6.1/i386-linux/
  export PERL5LIB

When using sieveshell try having both --user and --auth set as such:

     sieveshell --user=cyrus --auth=cyrus localhost

--
  Scott
  





More information about the Info-cyrus mailing list