Re: segfaults when executing quota command

2005-04-14 Thread Simon Matter
On Wed, 2005-04-13 at 22:50 -0400, Derrick J Brashear wrote: On Wed, 13 Apr 2005, Craig White wrote: rpmbuild -bb /usr/src/redhat/SPECS/cyrus-imap.spec which definitely worked If that makes sense, I will uninstall the previously installed cyrus- imapd rpms and install these new ones

Re: mail to multiple users

2005-04-14 Thread Helmut Weigel
Hi all, first of all thanks for your fast response. Rich, indeed we use postfix right now as MTA. How did you configure that bypass for the local delivery daemon? Thanks Helmut Am Do, den 14.04.2005 schrieb Rich Wohlstadter um 4:53: What would the MTA have to tell cyrus to do that, if even

Re: segfaults when executing quota command

2005-04-14 Thread Craig White
On Mon, 2005-04-11 at 23:37 -0400, Derrick J Brashear wrote: On Mon, 11 Apr 2005, Craig White wrote: thanks - I know not of these things - appreciate your patience with me. (gdb) where #0 0x00be1513 in _int_realloc () from /lib/tls/libc.so.6 #1 0x00be0156 in realloc () from

Re: mail to multiple users

2005-04-14 Thread zorg
hi do you have an example of a good configuration for the transport table thank Rich Wohlstadter a écrit : What would the MTA have to tell cyrus to do that, if even possible? the MTA would have to be configured to use LMTP to send the message and send the multiple recipients in one

high-availability again

2005-04-14 Thread zorg
Hi I'v seen in the list lot of discussion about availabity but none of them seem to give a complete answers I have been asked to build an high-availability for 5000 users I was wondering what is actually the best solution Using murder Idon' t really understand if it can help me. it's purpose is

Re: high-availability again

2005-04-14 Thread Dave McMurtrie
zorg wrote: Hi I'v seen in the list lot of discussion about availabity but none of them seem to give a complete answers I have been asked to build an high-availability for 5000 users I was wondering what is actually the best solution Using murder Idon' t really understand if it can help me. it's

Re: cyrus-murder problems with database corruption in the frontend/master

2005-04-14 Thread João Assad
Derrick J Brashear wrote: is there a munmap for every mmap when I start cyrus, both mupdate master and slave comes up, so I get cyrus/mupdate[2678]: MMAP at map_refresh: mmap(0, 408084480, PROT_READ, MAP_SHARED, 8, 0) = 1098067968 cyrus/mupdate[2679]: MMAP at map_refresh: mmap(0, 408084480,

IMAP/POP Connection refused

2005-04-14 Thread Gordon Thagard
Solaris 9 cyrus-imapd-2.2.12 cyrus-sasl-2.1.20 Hi, I've compiled both the SASL and IMAPD without incident. SASL is working fine when I test it with Postfix. My problem is that I am getting a connection refused error while trying to test the IMAP/POP3 daemons. One curious thing is that Cyrus is

Re: high-availability again

2005-04-14 Thread Amos
We're doing this. We have a 4-node Veritas cluster with all imap data residing on a SAN. Overall it's working quite well. We had to make some very minor cyrus code changes so it'd get along well with Veritas' cluster filesystem. This setup gives us high availability and scalability. What

Re: IMAP/POP Connection refused

2005-04-14 Thread Igor Brezac
Did you build cyrus-imapd with tcp wrappers? -Igor On Thu, 14 Apr 2005, Gordon Thagard wrote: Solaris 9 cyrus-imapd-2.2.12 cyrus-sasl-2.1.20 Hi, I've compiled both the SASL and IMAPD without incident. SASL is working fine when I test it with Postfix. My problem is that I am getting a connection

Re: IMAP/POP Connection refused

2005-04-14 Thread Gordon Thagard
Yes, I did. But I added appropriate entries to the /etc/hosts.allow file already: # cat /etc/hosts.allow sshd: ALL sshdfwd-X11:ALL imapd: ALL pop3d: ALL Igor Brezac wrote: Did you build cyrus-imapd with tcp wrappers? -Igor On Thu, 14 Apr 2005, Gordon Thagard

Re: high-availability again

2005-04-14 Thread Dave McMurtrie
Amos wrote: What sort of changes did you have to make? We just had to change map_refresh() to call mmap() with MAP_PRIVATE instead of MAP_SHARED. Since mmap() is being called with PROT_READ anyway, this doesn't affect the operation of the application since the mapped region can never be

Re: IMAP/POP Connection refused

2005-04-14 Thread Christoph Moench-Tegeder
## Gordon Thagard ([EMAIL PROTECTED]): Apr 14 09:32:25 machine ctl_cyrusdb[18561]: [ID 854764 local6.error] DBERROR: error listing log files: Permission denied That's not good. Apr 14 09:32:33 machine pop3[18569]: [ID 998569 local6.error] refused connection from machine That's

Re: IMAP/POP Connection refused

2005-04-14 Thread Christoph Moench-Tegeder
## Gordon Thagard ([EMAIL PROTECTED]): Yes, I did. But I added appropriate entries to the /etc/hosts.allow file already: # cat /etc/hosts.allow sshd: ALL sshdfwd-X11:ALL imapd: ALL pop3d: ALL These names do not match your cyrus.conf. Use imap, pop3, imaps

Moving Cyrus-imapd to new server

2005-04-14 Thread Sasa Stupar
Hi! I am using Cyrus-imapd on FC3. Now I need to change the server so I will move all users to a new server. What should I do to move all accounts, messages, etc for cyrus-imapd to a new server which will also run on FC3? Regards, Sasa pgppfSMjDhSFF.pgp Description: PGP signature

Re: high-availability again

2005-04-14 Thread Ben Carter
Dave McMurtrie wrote: Amos wrote: What sort of changes did you have to make? We just had to change map_refresh() to call mmap() with MAP_PRIVATE instead of MAP_SHARED. Since mmap() is being called with PROT_READ anyway, this doesn't affect the operation of the application since the mapped

How to run quota command

2005-04-14 Thread William Hernandez
I need to reconstruct user quotas after a disk full occurred. Can the quota -f command be used while the cyrus-imapd daemon is up and running? -- William Hernández Working with Cyrus 2.2.10 on FC2. --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu

Re: segfaults when executing quota command

2005-04-14 Thread Derrick J Brashear
Starting program: /usr/lib/cyrus-imapd/quota -f [Thread debugging using libthread_db enabled] [New Thread -1218568064 (LWP 23872)] /var/lib/imap/quota/q/ /var/lib/imap/quota/?/* Ok, let's take a wild stab at this. I see glob() is being called from libc. What glob.h header is being found during

Re: IMAP/POP Connection refused

2005-04-14 Thread Gordon Thagard
That was certainly it. Thank you very much for your assistance. Cheers, Christoph Moench-Tegeder wrote: ## Gordon Thagard ([EMAIL PROTECTED]): Yes, I did. But I added appropriate entries to the /etc/hosts.allow file already: # cat /etc/hosts.allow sshd: ALL sshdfwd-X11:ALL imapd:

Re: high-availability again

2005-04-14 Thread Amos
Ben Carter wrote: Actually, the important code change for any active/active cluster configuration is to make sure the stage./ files used during LMTP delivery have unique filenames across the cluster. There are some other setup differences related to this same issue such as symlinking

Re: Restore mail from backup

2005-04-14 Thread Per-Olov Sjöholm
On Monday 11 April 2005 17.13, Hamish wrote: On Monday 11 April 2005 15:29, [EMAIL PROTECTED] wrote: Hamish wrote: On Monday 11 April 2005 14:07, Dave McMurtrie wrote: Hamish wrote: Hello everyone I am having trouble restoring files from a backup, I have made the backup

Re: segfaults when executing quota command

2005-04-14 Thread Craig White
On Thu, 2005-04-14 at 15:26 -0400, Derrick J Brashear wrote: Starting program: /usr/lib/cyrus-imapd/quota -f [Thread debugging using libthread_db enabled] [New Thread -1218568064 (LWP 23872)] /var/lib/imap/quota/q/ /var/lib/imap/quota/?/* Ok, let's take a wild stab at this. I see

Re: segfaults when executing quota command

2005-04-14 Thread Derrick J Brashear
On Thu, 14 Apr 2005, Craig White wrote: NOTE: I would bet that the /usr/local/include/glob.h is the issue - that would be on both systems exhibiting the problem and are apparently put there by my compiling heimdal from source (did it on both systems) Now, how can I fix this? I should have guessed

Re: segfaults when executing quota command

2005-04-14 Thread Simon Matter
On Thu, 2005-04-14 at 15:26 -0400, Derrick J Brashear wrote: Starting program: /usr/lib/cyrus-imapd/quota -f [Thread debugging using libthread_db enabled] [New Thread -1218568064 (LWP 23872)] /var/lib/imap/quota/q/ /var/lib/imap/quota/?/* Ok, let's take a wild stab at this. I see

Re: Moving Cyrus-imapd to new server

2005-04-14 Thread Sasa Stupar
-On jeudi 14 avril 2005 19:19 +0200 Sasa Stupar [EMAIL PROTECTED] wrote: Hi! I am using Cyrus-imapd on FC3. Now I need to change the server so I will move all users to a new server. What should I do to move all accounts, messages, etc for cyrus-imapd to a new server which will also run on FC3?

Re: How to run quota command

2005-04-14 Thread Simon Matter
I need to reconstruct user quotas after a disk full occurred. Can the quota -f command be used while the cyrus-imapd daemon is up and running? Yes. -- William Hernández Working with Cyrus 2.2.10 on FC2. --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ:

Re: Moving Cyrus-imapd to new server

2005-04-14 Thread Simon Matter
-On jeudi 14 avril 2005 19:19 +0200 Sasa Stupar [EMAIL PROTECTED] wrote: Hi! I am using Cyrus-imapd on FC3. Now I need to change the server so I will move all users to a new server. What should I do to move all accounts, messages, etc for cyrus-imapd to a new server which will also run