Re: syncserver[4715]: Fatal error: Virtual memory exhausted

2007-04-17 Thread Simon Matter
> You probably encountered a single very large mailbox. This patch: > > --- cyrus-imapd-2.3.8/imap/sync_support.c 2006-11-30 > 12:11:20.0 -0500 > +++ cyrus-imapd-2.3.8p3/imap/sync_support.c 2007-04-12 > 13:27:49.0 -0400 > @@ -914,9 +914,9 @@ > result = xzmalloc(sizeof(s

Re: can I use encrypted ldap_bind_pw ?

2007-04-17 Thread JOYDEEP
Dmitriy Kirhlarov wrote: > On Tue, Apr 17, 2007 at 05:10:40PM +0530, JOYDEEP wrote: > > >> I am using openldap2 and my cyrus -imap is based on ldap authentication. >> >> in my /etc/sysconfig/saslauthd the password entry is clear text like >> ldap_bind_pw: secret >> >> can I use the encrypted pa

Re: cyradm can't lolgin with --port 993

2007-04-17 Thread JOYDEEP
Jorey Bump wrote: > JOYDEEP wrote: > >> when I had imap ; cyradm didn't have any problem to login. But after >> changing it to imaps cyradm can't login. >> the command I use is >> cyradm --port 993 -u cyrus localhost. >> >> the log says it as .. imaps TLS negotiation failed >> though I can

Re: syncserver[4715]: Fatal error: Virtual memory exhausted

2007-04-17 Thread Per olof Ljungmark
Wesley Craig wrote: You probably encountered a single very large mailbox. This patch: Thanks for the patch, applied it, rebuilt and wiped out test replica config and spool. One puzzling thing so far: At first try, rolling replication started "by itself", replicating the complete spool. At thi

Re: syncserver[4715]: Fatal error: Virtual memory exhausted

2007-04-17 Thread Wesley Craig
You probably encountered a single very large mailbox. This patch: --- cyrus-imapd-2.3.8/imap/sync_support.c 2006-11-30 12:11:20.0 -0500 +++ cyrus-imapd-2.3.8p3/imap/sync_support.c 2007-04-12 13:27:49.0 -0400 @@ -914,9 +914,9 @@ result = xzmalloc(sizeof(struct sync_messa

syncserver[4715]: Fatal error: Virtual memory exhausted

2007-04-17 Thread Per olof Ljungmark
After performing an initial sync of 65G worth of mailboxes the above error occurred. I kept an eye on the process initally but saw nothing worrying, then it died about halfway through the sync. Could I have hit some system limits? Vanilla FreeBSD 6.2. I'm starting off fresh now again to try to

Re: Lost mail 2.3.8

2007-04-17 Thread Lars Kristiansen
Casper skrev: i have userids. Thats not the problem, the problem is that the imapserverlog say the mail is delivered but the user say it never arrived... Is it possible that the user has some sort of destructive spam-filtering? Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyru

Re: cyradm can't lolgin with --port 993

2007-04-17 Thread Jorey Bump
JOYDEEP wrote: when I had imap ; cyradm didn't have any problem to login. But after changing it to imaps cyradm can't login. the command I use is cyradm --port 993 -u cyrus localhost. the log says it as .. imaps TLS negotiation failed though I can succseful;ly use KMail and thunderbird

Re: Lost mail 2.3.8

2007-04-17 Thread Casper
Yes, the mail is not there, there are only mail from today. He download mail with pop Any imapd.conf option for not delete mail from server when downloading with pop? /C > Casper wrote: >> Hello, i have a murder setup. >> >> And som user say that they sometimes not recieve mail the send. >>

Re: *** PROBABLY SPAM *** Re: cyradm can't lolgin with --port 993

2007-04-17 Thread arnaud
Selon JOYDEEP <[EMAIL PROTECTED]>: > > > > AFAIK, cyradm only supports IMAP not IMAPS. So you got 2 options : > > - bind IMAP on your loopback interface and connect locally (or with a > > (s)tunnel). > > - Listen on IMAP and filter access with your firewall. Oups, forgot to CC the list. ;-) > t

Re: *** PROBABLY SPAM *** Re: cyradm can't lolgin with --port 993

2007-04-17 Thread JOYDEEP
[EMAIL PROTECTED] wrote: > Selon JOYDEEP <[EMAIL PROTECTED]>: > > > >>> AFAIK, cyradm only supports IMAP not IMAPS. So you got 2 options : >>> - bind IMAP on your loopback interface and connect locally (or with a >>> (s)tunnel). >>> - Listen on IMAP and filter access with your firewall. >>>

Re: Lost mail 2.3.8

2007-04-17 Thread Harris Landgarten
If you are using a virtusertable the email may have been delivered to a catchall because the email address was mistyped. Harris Landgarten LHJ Technology Solutions, Inc. - Original Message - From: "Casper" <[EMAIL PROTECTED]> To: info-cyrus@lists.andrew.cmu.edu Sent: Tuesday, April 17,

sync_clients: all users group?

2007-04-17 Thread Per olof Ljungmark
Setting up test with replication here. For initial replication I was wondering if there is a wildcard or keyword that represents "all users" for the -u switch to sync_client? Or I must use a file (-f) with all user names? Thanks, Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/F

Deleting mailboxes on master

2007-04-17 Thread Joseph Brennan
We cut over from a primary to a replica, and then back again, all within one outage, because we got the primary going again pretty fast. Now we have an interesting situation. The replica told the master about some obsolete mailboxes that no longer exist on the primary. As a result the mupdate

Re: cyradm can't lolgin with --port 993

2007-04-17 Thread Rudy Gevaert
JOYDEEP wrote: Dear list, when I had imap ; cyradm didn't have any problem to login. But after changing it to imaps cyradm can't login. the command I use is cyradm --port 993 -u cyrus localhost. the log says it as .. imaps TLS negotiation failed though I can succseful;ly use KMail and

Re: cyradm can't lolgin with --port 993

2007-04-17 Thread Dmitriy Kirhlarov
On Tue, Apr 17, 2007 at 03:02:30PM +0530, JOYDEEP wrote: > when I had imap ; cyradm didn't have any problem to login. But after > changing it to imaps cyradm can't login. > the command I use is > cyradm --port 993 -u cyrus localhost. > > the log says it as .. imaps TLS negotiation failed

Re: allowed characters in user names

2007-04-17 Thread Robert Scussel
http://www.faqs.org/rfcs/rfc3501.html section 5.1 HTH, B On Tue, 2007-04-17 at 09:56 +0200, Per olof Ljungmark wrote: > Hi, > > Need to find out what characters are allowed in users mailbox names, > could anyone please point me to a good source of information thanks. > > Per o

Re: login problems on 2.3.8

2007-04-17 Thread Roberto R. Morelli
Hello Everyone, Found the problem, looks a lib changed so we fixed the imapd.conf config and all works fine now on the backup systems. Now to tackle the production nodes ... Cheers, Roberto --On Tuesday, April 17, 2007 07:48:07 AM -0700 "Roberto R. Morelli" <[EMAIL PROTECTED]> wrote: H

Re: allowed characters in user names

2007-04-17 Thread Robert Scussel
http://www.faqs.org/rfcs/rfc3501.html section 5.1 HTH, B On Tue, 2007-04-17 at 09:56 +0200, Per olof Ljungmark wrote: > Hi, > > Need to find out what characters are allowed in users mailbox names, > could anyone please point me to a good source of information thanks. > > Per o

Re: can I use encrypted ldap_bind_pw ?

2007-04-17 Thread Dmitriy Kirhlarov
On Tue, Apr 17, 2007 at 05:10:40PM +0530, JOYDEEP wrote: > I am using openldap2 and my cyrus -imap is based on ldap authentication. > > in my /etc/sysconfig/saslauthd the password entry is clear text like > ldap_bind_pw: secret > > can I use the encrypted password which I have in slapd.conf fil

can I use encrypted ldap_bind_pw ?

2007-04-17 Thread JOYDEEP
Dear all, I am using openldap2 and my cyrus -imap is based on ldap authentication. in my /etc/sysconfig/saslauthd the password entry is clear text like ldap_bind_pw: secret can I use the encrypted password which I have in slapd.conf file ? thanks Cyrus Home Page: http://cyrusimap.web.cmu

Re: Lost mail 2.3.8

2007-04-17 Thread Rudy Gevaert
Casper wrote: i have userids. Thats not the problem, the problem is that the imapserverlog say the mail is delivered but the user say it never arrived... Maybe you could run an imapsync process in the background and copy his mail to an other inbox. Just don't change his mailbox while

login problems on 2.3.8

2007-04-17 Thread Roberto R. Morelli
Hi Everyone, Just upgraded to verion 2.3.8 on backup system (sync system) to test the new version and now get the following: Apr 17 07:34:20 imaps[5446]: badlogin: .xx.xxx [xxx.xxx.xxx.xxx] DIGEST-MD5 [SASL(-17): One time use of a plaintext password will enable requested mec

Re: Lost mail 2.3.8

2007-04-17 Thread Mike Husmann
> Casper wrote: >> i have userids. >> >> Thats not the problem, the problem is that the imapserverlog say the mail >> is delivered but the user say it never arrived... > You might try asking the user if they have thread view turned on (depending on the MUA). I had a few users that 'los

Re: Lost mail 2.3.8

2007-04-17 Thread Casper
i have userids. Thats not the problem, the problem is that the imapserverlog say the mail is delivered but the user say it never arrived... /C > If you are using a virtusertable the email may have been delivered to a > catchall because the email address was mistyped. > > > Harris Landga

Re: Lost mail 2.3.8

2007-04-17 Thread Casper
delayed, but there is nothing with unexpunge i think pop deletes the mail and not flag like imap, and unexpunge looks for the deleted flag. pop empties the box. so unexpunge does not work with pop clients, or? /C > On Tue, Apr 17, 2007 at 12:23:29PM +0200, Casper wrote: >> Yes, the mail is

Re: Lost mail 2.3.8

2007-04-17 Thread Dmitriy Kirhlarov
On Tue, Apr 17, 2007 at 12:23:29PM +0200, Casper wrote: > Yes, the mail is not there, there are only mail from today. He download > mail with pop > > Any imapd.conf option for not delete mail from server when downloading > with pop? expunge_mode? WBR. Dmitriy Cyrus Home Page: http://cyr

Re: Lost mail 2.3.8

2007-04-17 Thread Rudy Gevaert
Casper wrote: Yes, the mail is not there, there are only mail from today. He download mail with pop Any imapd.conf option for not delete mail from server when downloading with pop? On the server side, I don't know of any option. I only know you can configure pop clients to leave mail on

Re: Lost mail 2.3.8

2007-04-17 Thread Rudy Gevaert
Casper wrote: Hello, i have a murder setup. And som user say that they sometimes not recieve mail the send. The log on smtp (with lmtp delivery to the imap server) say it got the mail and sent it to cyrus (sendmail mailer Mcyrus). The imap server say it got the mail and stored it. But the us

sasldb: userPassword vs. cmusaslsecret*

2007-04-17 Thread Marco Colombo
Hello, we're long time users of cyrus-imapd. Due to various migrations, our SASL2 password database currently contains two kinds of entries: # sasldblistusers2 -f sasldb2 | cut -f2 -d" " | sort | uniq -c 102 cmusaslsecretCRAM-MD5 102 cmusaslsecretDIGEST-MD5 102 cmusaslsecretPLAIN

cyradm can't lolgin with --port 993

2007-04-17 Thread JOYDEEP
Dear list, when I had imap ; cyradm didn't have any problem to login. But after changing it to imaps cyradm can't login. the command I use is cyradm --port 993 -u cyrus localhost. the log says it as .. imaps TLS negotiation failed though I can succseful;ly use KMail and thunderbird with

Lost mail 2.3.8

2007-04-17 Thread Casper
Hello, i have a murder setup. And som user say that they sometimes not recieve mail the send. The log on smtp (with lmtp delivery to the imap server) say it got the mail and sent it to cyrus (sendmail mailer Mcyrus). The imap server say it got the mail and stored it. But the user never gets th

allowed characters in user names

2007-04-17 Thread Per olof Ljungmark
Hi, Need to find out what characters are allowed in users mailbox names, could anyone please point me to a good source of information thanks. Per olof Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.e

Re: saslauthd pam_mysql problem for virtualdomains

2007-04-17 Thread ram
On Tue, 2007-04-17 at 12:50 +0530, ram wrote: > I have a pam_mysql setup with a simple mysql table > and saslauthd is running with the "-r" option on > If I test with a user on the primary domain it works fine , but for a > user on any other domain there is an auth failure > > > > --- >

saslauthd pam_mysql problem for virtualdomains

2007-04-17 Thread ram
I have a pam_mysql setup with a simple mysql table and saslauthd is running with the "-r" option on If I test with a user on the primary domain it works fine , but for a user on any other domain there is an auth failure --- cat /etc/pam.d/imap #%PAM-1.0 auth sufficient pam_mysql.so user