[Dovecot] Disconnected: Shutting down:

2007-09-10 Thread Frank Elsner
Hello, dovecot-1.0.3 on Fedora 6 works perfect in general but sometimes the system becomes unresponsive and the log file shows tons of messages like this: ... imap-login: Disconnected: Shutting down: 127.0.0.1, secured ... pop3-login: Disconnected: Shutting down: aa.bb.cc.dd Restarti

Re: [Dovecot] postfix + dspam + dovecot problem

2007-09-10 Thread Lars Stavholm
indra wardhana wrote: > Lars Stavholm wrote: >> Hi All, > >> I'm new to dovecot (coming from cyrus) and have a bit of a problem >> setting up postfix + dspam + dovecot. > >> 1. postfix + dovecot: works like a charm. > >>Using "mailbox_command = /usr/lib/dovecot/deliver" >>in postfix main

[Dovecot] Deliver parameter problem

2007-09-10 Thread Umut Arus
Hello, I'm using dovecot-1.0.5 with postfix. I have to use deliver from procmail because I have some filters. There is no document about how to using deliver parameters (-d) other than http://wiki.dovecot.org/LDA . If I set -d parameters manually as a username everything is ok. I can not set u

[Dovecot] Dovecot stops talking to the auth server.

2007-09-10 Thread Tom Diehl
Hi, I have an RHEL4 machine running dovecot-1.0.3 + postfix-2.3.2 + postfixadmin + mysql-4.1.20-2.RHEL4.1 + amavisd-new-2.5.2-1. The machine only has a gig of memory in it, I am trying to keep it running until I get new hardware to replace it in a couple of weeks. For the most part it works a

Re: [Dovecot] dovecot dspam plugin using libdspam

2007-09-10 Thread Angel Marin
Marcin Michal Jessa escribió: > Andreas Schneider wrote: >> Andraž 'ruskie' Levstik wrote: >> >>> Would it be possible to specify multiple spam folders? >>> >>> i.e. spam, Spam, SPAM, junk, Junk, etc... ? >>> >>> That would be very usefull... >>> >> Yes, this would be possible, but first th

Re: [Dovecot] postfix + dspam + dovecot problem

2007-09-10 Thread indra wardhana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lars Stavholm wrote: > Hi All, > > I'm new to dovecot (coming from cyrus) and have a bit of a problem > setting up postfix + dspam + dovecot. > > 1. postfix + dovecot: works like a charm. > >Using "mailbox_command = /usr/lib/dovecot/deliver" >

Re: [Dovecot] Write-only mailboxes

2007-09-10 Thread Timo Sirainen
On Mon, 2007-09-10 at 16:34 +0200, Steffen Kaiser wrote: > When Thunderbird copies mails from the same mail account into the folder, > it seems like it tries to select the mail box afterwards, then a "Internal > error occured. Refer to server log for more information." because of > permission de

Re: [Dovecot] Stuck on an Error: " Connect to private/auth failed: Connection refused"

2007-09-10 Thread Timo Sirainen
On Mon, 2007-09-10 at 14:07 -0400, Blake Carver wrote: > Sep 10 12:58:22 lishost postfix/smtpd[13726]: warning: SASL: Connect > to private/auth failed: Connection refused That usually means no-one's listening in there. Check with netstat -ln that something really is. > The permissions on that fil

Re: [Dovecot] auto expunge trash

2007-09-10 Thread Timo Sirainen
On Tue, 2007-09-11 at 09:02 +1000, Quey wrote: > Hello, > Can this be done? > configurable number of days? > Like to move from courier, but this is the only thing we really need to > convince us to change, it is no good telling users to periodically > delete trash, they never listen :) http://wi

Re: [Dovecot] 'r' flag in ACL stomping on 'l' flag effect

2007-09-10 Thread Timo Sirainen
On 11.9.2007, at 0.54, Phil Edwards wrote: 2 list "" * * LIST (\Noselect \HasChildren) "." "Testing/" * LIST (\HasNoChildren) "." "Testing/TestTwo" * LIST (\HasNoChildren) "." "Testing/TestOne" 2 OK List completed. 3 subscribe "Testing/TestTwo" 3 NO Permission denied This isn't about ACL, this

Re: [Dovecot] Dovecot 1.0.3: mbox problems for newly created users

2007-09-10 Thread Bernd Kuhls
Hi, Timo Sirainen wrote: On Tue, 2007-08-07 at 12:21 +0200, Bernd Kuhls wrote: Now I create a new message in Thunderbird and save it as draft. A zero byte file "Drafts" is created in /home/$user/.imap_mail/ but the message I wanted to save got _lost_, /home/$user/.imap_mail/Drafts stays at zero

[Dovecot] postfix + dspam + dovecot problem

2007-09-10 Thread Lars Stavholm
Hi All, I'm new to dovecot (coming from cyrus) and have a bit of a problem setting up postfix + dspam + dovecot. 1. postfix + dovecot: works like a charm. Using "mailbox_command = /usr/lib/dovecot/deliver" in postfix main.cf 2. adding dspam to the equation: unable to deliver: net_conne

Re: [Dovecot] auto expunge trash

2007-09-10 Thread Quey
Marcus Rueckert wrote: On 2007-09-11 09:02:57 +1000, Quey wrote: Can this be done? configurable number of days? Like to move from courier, but this is the only thing we really need to convince us to change, it is no good telling users to periodically delete trash, they never listen :)

Re: [Dovecot] xinetd and pop3

2007-09-10 Thread Kurt Krueckeberg
>> Yes, I currently have "protocols = pop3 pop3s". I am using xinetd to >> start pop3-login because I have a VPS not a dedicated server and I am >> trying to conserve memory usage. Eventually, I will start also start >> imap-login via xinetd and will add those protocols (protocols = imap imaps

[Dovecot] Quota problem

2007-09-10 Thread Osvaldo Alvarez Pozo
Hi alI I install dovecot using the DovecotLDAPostfixAdminMySQL HOWTO but I have a problem with quota. Quota it is not taken into account by deliver I also tried a compiled dovecot version from sorces and the resault is the same. dovecot version from debian distribution 1.0.rc15-2 dovecot from so

Re: [Dovecot] auto expunge trash

2007-09-10 Thread Marcus Rueckert
On 2007-09-11 09:02:57 +1000, Quey wrote: > Can this be done? > configurable number of days? > Like to move from courier, but this is the only thing we really need to > convince us to change, it is no good telling users to periodically > delete trash, they never listen :) http://wiki.dovecot.org

[Dovecot] auto expunge trash

2007-09-10 Thread Quey
Hello, Can this be done? configurable number of days? Like to move from courier, but this is the only thing we really need to convince us to change, it is no good telling users to periodically delete trash, they never listen :) Quey

Re: [Dovecot] xinetd and pop3

2007-09-10 Thread Marcus Rueckert
On 2007-09-10 16:38:53 -0500, Kurt Krueckeberg wrote: > > >i just wonder ... when you run the dovecot master anyway why dont > > >you run pop3 via the dovecot master aswell? > > How would I get the pop3 process to run via the dovecot master? > > >in /etc/dovecot/dovecot.conf > >replace: > >

[Dovecot] 'r' flag in ACL stomping on 'l' flag effect

2007-09-10 Thread Phil Edwards
We're using Dovecot 1.0.3, and I'm setting up some shared IMAP folders. The eventual goal is to do the standard "learn as spam" / "learn as ham" type of setup, with some cron jobs to do the message extractions. But there's one minor twist: the "learn as ham" folder will need to be write-only fo

Re: [Dovecot] xinetd and pop3

2007-09-10 Thread Kurt Krueckeberg
> >i just wonder ... when you run the dovecot master anyway why dont > >you run pop3 via the dovecot master aswell? > How would I get the pop3 process to run via the dovecot master? >in /etc/dovecot/dovecot.conf >replace: >protocols = imap imaps >with: >protocols = imap imaps pop3 pop3s Y

Re: [Dovecot] Bug? Expunging Symlinked Maildir w/ Lazy_expunge Enabled

2007-09-10 Thread Rich at Whidbey Telecom
Timo Sirainen wrote: On Wed, 2007-08-29 at 09:04 -0700, Rich at Whidbey Telecom wrote: Hi all, Using Dovecot 1.0.3 on RedHat Enterprise 5 (kernel 2.6.18-8.1.6.el5PAE), and NFS storage, we symlinked a Maildir folder: /mailstore/user/Maildir/.Junk -> /junkstore/user/Junkmaildir Everything wor

Re: [Dovecot] xinetd and pop3

2007-09-10 Thread Marcus Rueckert
On 2007-09-10 13:33:29 -0500, Kurt Krueckeberg wrote: > >> 3. Restarted xinetd > >> #/etc/init.d/xinetd restart > >> > >> 4. telnet'ed to pop3 port. Because I am using the dovecot local > >> delivery agent, postfix needs the dovecot master process and its > >> associated processes already first

Re: [Dovecot] xinetd and pop3

2007-09-10 Thread Kurt Krueckeberg
>> 3. Restarted xinetd >> #/etc/init.d/xinetd restart >> >> 4. telnet'ed to pop3 port. Because I am using the dovecot local >> delivery agent, postfix needs the dovecot master process and its >> associated processes already first running; otherwise, postfix will >> not be able to use the dovec

[Dovecot] Stuck on an Error: " Connect to private/auth failed: Connection refused"

2007-09-10 Thread Blake Carver
Hi All, I've recently recompiled Postifx & Dovecot and I'm hitting an error I can't seem to chase down. Running dovecot version 1.0.3 (dovecot -n is below) Here's the error in my error log: Sep 10 12:58:22 lishost postfix/smtpd[13726]: xsasl_dovecot_server_create: SASL service=smtp, realm=exampl

Re: [Dovecot] xinetd and pop3

2007-09-10 Thread Marcus Rueckert
On 2007-09-10 11:57:03 -0500, Kurt Krueckeberg wrote: > Is this the best way to get dovecot's pop3 process to run under xinetd? This > is what I did after I installed postfix and dovecot. > I am using Debian. I am using the dovecot local delivery agent. [snip] > 3. Restarted xinetd > #/etc/init.d/

Re: [Dovecot] multiple emails

2007-09-10 Thread Rick Romero
I've seen this when antivirus/spamassassin is run during the SMTP Session. What happens is that av/sa scan takes too long for the client, the client times out, and resends the email later. Meanwhile, the server completes it's part, and delivers the message. Then it happens again when the client

[Dovecot] Assertion failure in mail-index-view-sync.c

2007-09-10 Thread Doug Council
I have been getting these assertion failures every couple days, killing the IMAP process. After it happens, I can login immediately and everything is fine until it happens again. Here is the log entry: Sep 10 10:03:41 mailbox-4 dovecot: nh: IMAP(username): file mail-index-view-sync.c: line 6

Re: [Dovecot] multiple emails

2007-09-10 Thread dhottinger
Im running clamd with clamassassin through procmail. Maybe that is it. ddh Quoting Rick Romero <[EMAIL PROTECTED]>: I've seen this when antivirus/spamassassin is run during the SMTP Session. What happens is that av/sa scan takes too long for the client, the client times out, and resends th

[Dovecot] xinetd and pop3

2007-09-10 Thread Kurt Krueckeberg
Is this the best way to get dovecot's pop3 process to run under xinetd? This is what I did after I installed postfix and dovecot. I am using Debian. I am using the dovecot local delivery agent. -first the dovecot configuration and version information-- dovecot -n output:

[Dovecot] multiple emails

2007-09-10 Thread dhottinger
I have a weird issue where several users are recieving the same email's multiple times. Each email has a different que id, but are exactly the same otherwise. I thought at first this was a new spam, but I have local users doing the same thing. Im not sure where to start looking for the

Re: [Dovecot] dirsize quota assertion problem

2007-09-10 Thread Timo Sirainen
On Mon, 2007-09-10 at 11:42 -0400, Alan Ferrency wrote: > I think this may have been related to file permissions: we didn't want > to give all users read access to the userdb file after they've logged > in, and prefetching allowed us to limit access to only the login/auth > user. Running an smtpaut

Re: [Dovecot] dirsize quota assertion problem

2007-09-10 Thread Alan Ferrency
> On Mon, 2007-09-10 at 10:55 -0400, Alan Ferrency wrote: > > > On Fri, 2007-08-31 at 17:42 -0400, Alan Ferrency wrote: > > > > [EMAIL > > > > PROTECTED]::3007:1000::/usr/boxes/username/example.com::userdb_mail=mbox:~/test^/.imap:INBOX=~/test > > > > userdb_uid=3007 userdb_gid=1000 > > > > userd

Re: [Dovecot] Deliver parameter problem

2007-09-10 Thread Charles Marcus
I'm using dovecot-1.0.5 with postfix. There is no document about how to using deliver parameters (-d). Did you check the wiki? http://wiki.dovecot.org/LDA/Postfix -- Best regards, Charles

[Dovecot] Deliver parameter problem

2007-09-10 Thread Umut Arus
Hello, I'm using dovecot-1.0.5 with postfix. There is no document about how to using deliver parameters (-d). I can not set mail quota with mysql db if I haven't set this parameter. How can I describe user (-d) parameter to procmail. Procmail set, :0 | /usr/local/dovecot/libexec/dovecot/deli

[Dovecot] Write-only mailboxes

2007-09-10 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've setup a mailbox for reporting SPAM by simply symlinking it into the Maildir of selected users. In order to preserve anonymity of the users I setup the mailbox as follows: drwxr-xr-t 5 rootfb4096 2007-09-05 16:18 ./ drwxr-xr-x

Re: [Dovecot] dirsize quota assertion problem

2007-09-10 Thread Timo Sirainen
On Mon, 2007-09-10 at 10:55 -0400, Alan Ferrency wrote: > > On Fri, 2007-08-31 at 17:42 -0400, Alan Ferrency wrote: > > > [EMAIL > > > PROTECTED]::3007:1000::/usr/boxes/username/example.com::userdb_mail=mbox:~/test^/.imap:INBOX=~/test > > > userdb_uid=3007 userdb_gid=1000 > > > userdb_home=/usr/

Re: [Dovecot] auth_default_realm for different listeners

2007-09-10 Thread John Morrissey
On Sun, Sep 09, 2007 at 04:19:16AM +0300, Timo Sirainen wrote: > On Wed, 2007-09-05 at 15:00 -0400, John Morrissey wrote: > > We provide POP3 service for several realms, each of which has a > > substantial number of users logging in with no realm (bare username). We > > would like to use Dovecot, b

Re: [Dovecot] dirsize quota assertion problem

2007-09-10 Thread Alan Ferrency
Hello, Thanks for the patch! On Sun, 9 Sep 2007, Timo Sirainen wrote: > On Fri, 2007-08-31 at 17:42 -0400, Alan Ferrency wrote: > > [EMAIL > > PROTECTED]::3007:1000::/usr/boxes/username/example.com::userdb_mail=mbox:~/test^/.imap:INBOX=~/test > > userdb_uid=3007 userdb_gid=1000 > > userdb_hom

[Dovecot] (re: B. Baca 2) Dovecot] Unexpected input from auth master: CUID

2007-09-10 Thread Jerry Yeager
Also check the top of Authentication processes section: ## ## Authentication processes ## # Executable location auth_executable = /path/to/libexec/dovecot/dovecot-auth smime.p7s Description: S/MIME cryptographic signature

[Dovecot] (re: B. Baca) Dovecot] Unexpected input from auth master: CUID

2007-09-10 Thread Jerry Yeager
Branislav Baca wrote the following: Hello, I'm using postfix(2.4.5) and dovecot(1.0.5), and till now I have been using postfix deliver agent. Now I have tried to reconfigure postfix to use the dovecot LDA, but I'm getting some strange error: Try this: socket listen { master { pat

Re: [Dovecot] Dovecot 1.0.3: mbox problems for newly created users

2007-09-10 Thread Bernd Kuhls
Hi, Timo Sirainen wrote: On Tue, 2007-08-07 at 12:21 +0200, Bernd Kuhls wrote: Now I create a new message in Thunderbird and save it as draft. A zero byte file "Drafts" is created in /home/$user/.imap_mail/ but the message I wanted to save got _lost_, /home/$user/.imap_mail/Drafts stays at zero

Re: [Dovecot] Unexpected input from auth master: CUID - SOLVED

2007-09-10 Thread Branislav Baca
Hi again, I find-out my problem, I have created in "socket listen" client socket but not master socket as required for dovecot lda. Now I've corrected it and everythink works fine. I'm sorry for filling mailing list with so trivial problems. BB On 20:34 09/09/07 Branislav Baca <[EMAIL PROTECTED]

[Dovecot] quota problémé( HowTo/

2007-09-10 Thread Osvaldo Alvarez Pozo
Hi alI I install dovecot using the DovecotLDAPostfixAdminMySQL HOWTO but I have a problem with quota. Quota it is not taken into account by deliver I also tried a compiled dovecot version from sorces and the resault is the same. dovecot version from debian distribution 1.0.rc15-2 dovecot from so

[Dovecot] No locks available with dovecot

2007-09-10 Thread Fatou NDIAYE
Hi all, We're using POP and Imap server with dovecot-1.0.0-8_56 with Maildir Format. Usually, there's no lock file with Maildir but now we have "dovecot timeout while waiting for lock".Is it normal? What can be the trouble? Thanx for your answer!

[Dovecot] mailbox_idle_check_interval in minutes or seconds?

2007-09-10 Thread Rupert Kolb
Hi, sorry for this question, but I didn't find the information in the documentation or wiki: Is mailbox_idle_check_interval (in dovecot.conf) in seconds or minutes? I think it's minutes. But ... It would be nice, if this will be in the docu of the dovecot.conf. Thanks Rupert

Re: [Dovecot] Error: corrupted index file

2007-09-10 Thread Jordi Espasa Clofent
What Dovecot version? If anything older than v1.0.0, it's probably already fixed. [EMAIL PROTECTED] ~]# dovecot --version 1.0.rc15 On [EMAIL PROTECTED] ~]# uname -a Linux mail 2.6.18-8.1.8.el5.centos.plusxen #1 SMP Sun Jul 15 12:38:24 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux -- Thanks, Jordi