[Dovecot] About create mailbox by dovecot

2007-05-29 Thread gaoqiang.qian
Hi, I am a beginner of Dovecot. Actually I have just used yum install dovecot in my red hat linux host server. Could anyone tell me how can I start to use the dovecot to create a mailbox in my domain name. It seems there are lots of documents in the homepage of dovecot, but I do not know which one

[Dovecot] Client certificate verification/authentication

2007-05-29 Thread eizert
I would like to use Client certificate verification/authentication. My MTA used this function. I've a problem to make a valid certificate. For my MTA i used : openssl req -new -nodes -x509 -keyout user_key.pem -out user_req.pem -days 365 openssl ca -out user_signed.pem -infiles user_req.pem

[Dovecot] Error: no authentication failed

2007-05-29 Thread gaoqiang.qian
Hi, I have installed the dovecot on my redhat linux host. But when I log in with dovecot/test I got Error: no authentication failed after I got ok dovecot ready when I connect to local host. dovecot/test was set in the password.dovecot file. But I do not know how can I use this username and passwo

[Dovecot] dovecot-sieve-1.0 (hg) does not build

2007-05-29 Thread Bernhard Schmidt
Hi, the dovecot-sieve plugin from the hg repository (http://hg.dovecot.org/dovecot-sieve-1.0/) does not build against current dovecot-1.0 repository. /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-su

Re: [Dovecot] UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox

2007-05-29 Thread Bernd Kuhls
Timo Sirainen wrote: http://dovecot.org/patches/mbox-snarf-plugin.c Hi, I just tried to setup this plugin on a Debian Etch machine but it crashes the Dovecot daemons. Debian Etch uses the sourcecode of Dovecot 1.0rc15 + some patches. I rebuilt the Dovecot packages -common, -imapd and -pop3

[Dovecot] Migration from tpop3d to dovecot - troubles galore!

2007-05-29 Thread Odhiambo WASHINGTON
Hi people, I am trying to migrate some users from tpop3d (Maildir mailboxes) to dovecot. The most important aspect of this migration, and which I cannot seem to get right, is to first be able to make dovecot to authenticate against the current DB being used by tpop3d so that I can use imapsync to

[Dovecot] dovecot performance question

2007-05-29 Thread Paul A
Hi, using the latest dovecot with pop3/imap. Using mostly outlook 2003 for pop3 and squirrel mail imap. I have a lot of users reporting back that imap is very slow. We average about 300 imap and another 700 pop session at any given time. Here's my config: disable_plaintext_auth: no login_dir: /

[Dovecot] Namespace Problems

2007-05-29 Thread Rainer Sigl
Hi all, after an update from dovecot beta version to 1.0.0.-1 today morning I had different effects: thunderbird-, kmail-, Apple-clients, pine and squirrelmail could receive email correct with imaps. But not MSOutlook!!! Varying the namespace configurations in dovecot.conf I got different res

[Dovecot] Namespace Problems repost without attachment

2007-05-29 Thread Rainer Sigl
Hi all, after an update from dovecot beta version to 1.0.0.-1 today morning I had different effects: thunderbird-, kmail-, Apple-clients, pine and squirrelmail could receive email correct with imaps. But not MSOutlook!!! Varying the namespace configurations in dovecot.conf I got different res

Re: [Dovecot] Namespace Problems

2007-05-29 Thread Charles Marcus
Please!! Do not include your entire .conf file, only dovecot -n output... Please try again... -- Best regards, Charles

[Dovecot] namespace problem

2007-05-29 Thread Rainer Sigl
Hi all, after an update from dovecot beta version to 1.0.0.-1 today morning I had different effects: thunderbird-, kmail-, Apple-clients, pine and squirrelmail could receive email correct with imaps. But not MSOutlook!!! Varying the namespace configurations in dovecot.conf I got different res

[Dovecot] Stop Maildir appending to path

2007-05-29 Thread Henry
dovecot -n: # /etc/dovecot/dovecot.conf log_timestamp: %Y-%m-%d %H:%M:%S protocols: imaps ssl_listen: 208.xxx.xxx.xxx login_dir: /var/run/dovecot/login login_executable: /usr/lib/dovecot/imap-login mail_extra_groups: mail mail_debug: yes auth default: passdb: driver: pam passdb: driver

Re: [Dovecot] Dovecot] dovecot performance question

2007-05-29 Thread Kenny Dail
> Hi, using the latest dovecot with pop3/imap. Using mostly outlook 2003 for > pop3 and squirrel mail imap. > > I have a lot of users reporting back that imap is very slow. We average > about 300 imap and another 700 pop session at any given time. reporting that imap is slow or that squirrelmail

Re: [Dovecot] Namespace Problems

2007-05-29 Thread Kenny Dail
> Hi all, > > after an update from dovecot beta version to 1.0.0.-1 today morning I > had different effects: > thunderbird-, kmail-, Apple-clients, pine and squirrelmail could > receive email correct with imaps. But not MSOutlook!!! > Varying the namespace configurations in dovecot.conf I got d

Re: [Dovecot] dovecot performance question

2007-05-29 Thread Jason Godsey
I had this problem when running under vmware (time slippage). I took vmware out of the loop and all is well. Also, you should be using ntpd, not cron and ntpdate -b. Paul A wrote: Hi, using the latest dovecot with pop3/imap. Using mostly outlook 2003 for pop3 and squirrel mail imap. I have

Re: [Dovecot] dovecot performance question

2007-05-29 Thread Paul Amaral
Jason, im also using virtual server software from virtual iron. I will be also moving this off the virtual server and on to a dell 1900. Did you notice better performance once you moved away from vmware ? Thanks, Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] O

Re: [Dovecot] Dovecot] dovecot performance question

2007-05-29 Thread Paul Amaral
Kenny, I think the time problem is related to the virtual server software I'm using. But the head node has 2 dual core intel's with 8 gig's of ram with 7,000 users. The cpu stays at about 60% idle. I will be moving away from the virtual server stuff and into a stand alone server hopefully this help

Re: [Dovecot] [dovecot] IMAP basics

2007-05-29 Thread Paul Scott
Picking up a broken thread after gettin exim4 to send my mail out. version 1.0.0 on Debian sid: I now have fetchmail delivering three POP mailboxes to my Maildir. How do I tell Dovecot about this mail? TIA, Paul Scott