Re: Cyrus discrete murder issue : CREATE creates mail folder on frontend

2017-05-30 Thread Tim Piessens

> On 30 May 2017, at 22:47, Michael Menge  
> wrote:
> 
> 
> Quoting Tim Piessens  >:
> 
>> Hi all,
>> 
>> I have created a murder cluster containing 1 update server, 1 frontend and 2 
>> backends.
>> Mail reading woks ok, also moving folders between backends.
>> However when a client creates a new folder, it gets created on the frontend 
>> and not on a backend.
>> 
> Is this an Admin user? If a normal user creates a new folder it should be 
> created on the same
> backend+partition as the inbox of the user.

No, this is worrying me. It happens to all users. logging in :
[root@imap ~]# cyrus mupdatetest mupdate

S: A01 OK "Authenticated"
Authenticated.
Security strength factor: 56
A1 FIND "user.piessens.Personal"
A1 MAILBOX {22+}
user.piessens.Personal {28+}
mailserv.icsense.com!default {19+}
piessenslrswipcda
A1 OK "Search completed"
A3 FIND "user.piessens.Personal.Test3"
A3 MAILBOX {28+}
user.piessens.Personal.Test3 {27+}
imapfe1.icsense.com!default {19+}
piessenslrswipcda
A3 OK "Search completed"


> 
>> I am using cyrus-imapd version 2.5.10 from debian testing
>> 
>> # My frontend Configuration
>> configdirectory: /var/lib/cyrus
>> proc_path: /run/cyrus/proc
>> mboxname_lockpath: /run/cyrus/lock
>> mupdate_config: standard
>> default server:imapbe2.***
> 
> Options in imapd.conf don't contain space. Not sure if it matters in this case

This was due to my mail client trying to autocorrect the spelling. This is not 
real in my set-up

> 
>> server list:imapbe1.*** imapbe2.***
> 
> see above
> 
>> partition-default: /var/spool/cyrus/mail
>> altnamespace: yes
>> unixhierarchysep: no
>> lmtp_downcase_rcpt: yes
>> admins: cyrus root murder
>> proxyservers: cyrus murder
> 
> quoting man imapd.conf
> proxyservers: 
> 
> A list of users and groups that are allowed to proxy for other users, 
> separated by spaces. Any user listed in this will be allowed to login for any 
> other user: use with caution. In a standard murder this option should ONLY be 
> set on backends. DO NOT SET on frontends or things won’t work properly.

It looks like this was the root cause. i need to test this further, but 
omitting these settings seems to have fixed the issue
A2 FIND "user.piessens.Personal.Test6"
A2 MAILBOX {28+}
user.piessens.Personal.Test6 {28+}
mailserv.icsense.com!default {19+}
piessenslrswipcda
A2 OK "Search completed"

Thanks a lot for the fast response.

Tim


> 
>> proxy_authname: murder
>> allowanonymouslogin: no
>> popminpoll: 1
>> umask: 077
>> sendmail: /usr/sbin/sendmail
>> sieveusehomedir: false
>> sievedir: /var/spool/sieve
>> hashimapspool: true
>> allowplaintext: no
>> sasl_mech_list: GSSAPI PLAIN
>> allowapop: no
>> sasl_minimum_layer: 1
>> auth_mech: krb5
>> unix_group_enable: 1
>> sasl_pwcheck_method: saslauthd
>> sasl_auto_transition: no
>> mupdate_server: update.***
>> mupdate_username: murder
>> mupdate_authname: murder
>> 
>> 
>> any help is heavily appreciated.
>> 
>> Tim
>> 
>> Cyrus Home Page: http://www.cyrusimap.org/ 
>> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ 
>> 
>> To Unsubscribe:
>> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus 
>> 
> 
> 
> 
> 
> M.MengeTel.: (49) 7071/29-70316
> Universität Tübingen   Fax.: (49) 7071/29-5912
> Zentrum für Datenverarbeitung  mail: 
> michael.me...@zdv.uni-tuebingen.de 
> Wächterstraße 76
> 72074 Tübingen
> 
> 
> Cyrus Home Page: http://www.cyrusimap.org/ 
> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ 
> 
> To Unsubscribe:
> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus 
> 

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: squat index files - upgrade 2.4 to 2.5

2017-05-30 Thread Per olof Ljungmark

On 2017-05-30 18:57, Per olof Ljungmark wrote:

Hi,

Can someone confirm that the squat indexes must be completely rebuilt 
after 2.4 -> 2.5 upgrade? We just did that and we only see new messages 
in the searches.


We did move from skiplist to twoskip as well, supposedly this cases the 
problem.


Or is there a better way?


In the lack of response I deleted all the squat files and started 
squatter, should only take a few days to have it indexed...


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Mail Disappear After reading

2017-05-30 Thread Robert Deuerling
Hi,

i upgraded from Cyrus 2.4 to 3.0.1. Now the Cyrus behaves somewhat strange.
When i mark a mail as read it disappears. No filter is set in my email
program. After reconstruct the mail appears again.

uid 622476 rediscovered - appending

 

Another Thing is... when a thunderbird mail client wants to get the
mailboxlist imapd gets a segmentation fault 11 and the connection is lost.

 

How can i track the problem.. .  ?

 

Regards

Robert

 


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Cyrus discrete murder issue : CREATE creates mail folder on frontend

2017-05-30 Thread Michael Menge


Quoting Tim Piessens :


Hi all,

I have created a murder cluster containing 1 update server, 1  
frontend and 2 backends.

Mail reading woks ok, also moving folders between backends.
However when a client creates a new folder, it gets created on the  
frontend and not on a backend.


Is this an Admin user? If a normal user creates a new folder it should  
be created on the same

backend+partition as the inbox of the user.


I am using cyrus-imapd version 2.5.10 from debian testing

# My frontend Configuration
configdirectory: /var/lib/cyrus
proc_path: /run/cyrus/proc
mboxname_lockpath: /run/cyrus/lock
mupdate_config: standard
default server:imapbe2.***


Options in imapd.conf don't contain space. Not sure if it matters in this case


server list:imapbe1.*** imapbe2.***


see above


partition-default: /var/spool/cyrus/mail
altnamespace: yes
unixhierarchysep: no
lmtp_downcase_rcpt: yes
admins: cyrus root murder
proxyservers: cyrus murder


quoting man imapd.conf
proxyservers: 

A list of users and groups that are allowed to proxy for other users,  
separated by spaces. Any user listed in this will be allowed to login  
for any other user: use with caution. In a standard murder this option  
should ONLY be set on backends. DO NOT SET on frontends or things  
won’t work properly.



proxy_authname: murder
allowanonymouslogin: no
popminpoll: 1
umask: 077
sendmail: /usr/sbin/sendmail
sieveusehomedir: false
sievedir: /var/spool/sieve
hashimapspool: true
allowplaintext: no
sasl_mech_list: GSSAPI PLAIN
allowapop: no
sasl_minimum_layer: 1
auth_mech: krb5
unix_group_enable: 1
sasl_pwcheck_method: saslauthd
sasl_auto_transition: no
mupdate_server: update.***
mupdate_username: murder
mupdate_authname: murder


any help is heavily appreciated.

Tim

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus





M.MengeTel.: (49) 7071/29-70316
Universität Tübingen   Fax.: (49) 7071/29-5912
Zentrum für Datenverarbeitung  mail:  
michael.me...@zdv.uni-tuebingen.de

Wächterstraße 76
72074 Tübingen


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Cyrus discrete murder issue : CREATE creates mail folder on frontend

2017-05-30 Thread Tim Piessens
Hi all,

I have created a murder cluster containing 1 update server, 1 frontend and 2 
backends. 
Mail reading woks ok, also moving folders between backends. 
However when a client creates a new folder, it gets created on the frontend and 
not on a backend. 

I am using cyrus-imapd version 2.5.10 from debian testing

# My frontend Configuration
configdirectory: /var/lib/cyrus
proc_path: /run/cyrus/proc
mboxname_lockpath: /run/cyrus/lock
mupdate_config: standard
default server:imapbe2.***
server list:imapbe1.*** imapbe2.***
partition-default: /var/spool/cyrus/mail
altnamespace: yes
unixhierarchysep: no
lmtp_downcase_rcpt: yes
admins: cyrus root murder
proxyservers: cyrus murder
proxy_authname: murder
allowanonymouslogin: no
popminpoll: 1
umask: 077
sendmail: /usr/sbin/sendmail
sieveusehomedir: false
sievedir: /var/spool/sieve
hashimapspool: true
allowplaintext: no
sasl_mech_list: GSSAPI PLAIN
allowapop: no
sasl_minimum_layer: 1
auth_mech: krb5
unix_group_enable: 1
sasl_pwcheck_method: saslauthd
sasl_auto_transition: no
mupdate_server: update.***
mupdate_username: murder
mupdate_authname: murder


any help is heavily appreciated.

Tim

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


squat index files - upgrade 2.4 to 2.5

2017-05-30 Thread Per olof Ljungmark

Hi,

Can someone confirm that the squat indexes must be completely rebuilt 
after 2.4 -> 2.5 upgrade? We just did that and we only see new messages 
in the searches.


We did move from skiplist to twoskip as well, supposedly this cases the 
problem.


Or is there a better way?

Thanks,

//per

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus