difference between checkpass failed and Password verification failed

2015-11-06 Thread Sunny via Info-cyrus
Hi What is the difference between authentication failure: checkpass failed and authentication failure: Password verification failed Thanks Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew

convert a shared cyrus mailbox to a regular mailbox

2015-11-16 Thread Sunny via Info-cyrus
Hi, I have shared mailbox as described here http://wiki.linuxwall.info/doku.php/en:ressources:dossiers:cyrus:shared_mailbox What is the best way (if possible) to convert this from a shared mailbox to a regular mailbox? Thanks Sunny Cyrus Home Page: http://www.cyrusimap.org/ List Archiv

sync_client Segmentation fault (core dumped)

2015-11-25 Thread Sunny via Info-cyrus
Hi [root@imap08 user]# su cyrus bash-4.1$ /usr/lib/cyrus-imapd/sync_client -v -l -S backup-imap01 -u test8 Segmentation fault (core dumped) I run strace bash-4.1$ strace /usr/lib/cyrus-imapd/sync_client -v -l -S backup-imap01 -u test8 munmap(0x7f1300165000, 4096)= 0 socket(PF_FI

sieve runtime error on redirect

2016-03-07 Thread Sunny via Info-cyrus
Hi, I'm getting issues with sieve unable to redirect messages for any user with redirect set. Any pointers to solve this issue? Mar 7 11:52:15 imap02 lmtpunix[8635]: sieve runtime error for ssntest2 id <56dd69d8.3040...@ebi.ac.uk>: Redirect: Sendmail process terminated normally, exit statu

sieve runtime error Fileinto: Permission denied

2016-05-23 Thread Sunny via Info-cyrus
Hi, I'm seeing the following error logs with some users sieve filtering May 23 11:41:31 imap02 lmtpunix[26005]: sieve runtime error for test2 id <5742de5a.3040...@org.ac.uk>: Fileinto: Permission denied Essentially emails are not being put into the specific folders. Their cyrus:mail permissio

Re: sieve runtime error Fileinto: Permission denied

2016-05-25 Thread Sunny via Info-cyrus
On 24/05/16 12:59, Edda via Info-cyrus wrote: Interesting ;-) Looks like fileinto wants to deliver to an existent (existent for the user) but different folder as you expect, not the ones you listed below. What's your sieve script? And what sees the user in the IMAP LIST command? I can repro