Re: Mailbox does not exist question

2013-01-23 Thread Andrew Morgan
On Wed, 23 Jan 2013, Charles Bradshaw wrote: > I'm seeing the following when I test cyrus-imapd using telnet. > > I seem to be missing some fundamental configuration. > > What am I doing wrong? > > Thanks in advance, Charles Bradshaw > > Telnet imap session: > > # telnet localhost imap > Trying ::

Mailbox does not exist question

2013-01-23 Thread Charles Bradshaw
I'm seeing the following when I test cyrus-imapd using telnet. I seem to be missing some fundamental configuration. What am I doing wrong? Thanks in advance, Charles Bradshaw Telnet imap session: # telnet localhost imap Trying ::1... Connected to localhost. Escape character is '^]'. * OK [CAPA

Re: Load spikes when new email arrives

2013-01-23 Thread Andrew Morgan
On Wed, 23 Jan 2013, francis picabia wrote: > Thanks for the response. I have been checking my iostat whenever there is > a number of messages in the active queue. > > Here is a sample snapshot from a script I run (ignoring the first > iostat output of averages): > > Active in queue: 193 > 12:47:

Re: Load spikes when new email arrives

2013-01-23 Thread Vincent Fox
On 01/23/2013 08:16 AM, francis picabia wrote: > > I've also backed out the change (yesterday) to > /sys/block/sda/queue/nr_requests > I think it was pushing the load higher and there is no advantage > in my hardware (SAS with Perc 5/i Raid 5 over 4 disk) > to run with a low value for nr_requests.

Re: Load spikes when new email arrives

2013-01-23 Thread francis picabia
On Wed, Jan 23, 2013 at 1:55 PM, Andrew Morgan wrote: > On Wed, 23 Jan 2013, francis picabia wrote: > > Here are more stats. Do these look average for performance? >> It is difficult to understand why the system was working with few >> load spikes before. >> >> A mailman mailing list sends 10kb

Re: Load spikes when new email arrives

2013-01-23 Thread Andrew Morgan
On Wed, 23 Jan 2013, francis picabia wrote: > Here are more stats. Do these look average for performance? > It is difficult to understand why the system was working with few > load spikes before. > > A mailman mailing list sends 10kbyte message to 4000 > users having accounts on this cyrus system

Re: Load spikes when new email arrives

2013-01-23 Thread francis picabia
Here are more stats. Do these look average for performance? It is difficult to understand why the system was working with few load spikes before. A mailman mailing list sends 10kbyte message to 4000 users having accounts on this cyrus system. If I grep "Delivered" in the maillog by the minute I

Re: Authentication 'realm' problem SOLVED

2013-01-23 Thread Charles Bradshaw
I am now able to connect using imtest and authenticate using sasldb2 from both localhost and elsewhere. 1 - In imapd.conf insert the line: "virtdomains: userid". 2 - In the imtest command use: -a user@mydomain NOTE imtest -a user -r mydomain does NOT work. I have to remove the defaultdomain: line