Look this:
root 29723 1 0 Jun04 ?00:00:13 /usr/sbin/dovecot
root 29724 29723 0 Jun04 ?00:00:03 dovecot-auth
dovecot 25239 29723 0 Jun05 ?00:00:00 managesieve-login
dovecot 19097 29723 0 Jun06 ?00:00:00 managesieve-login
dovecot 19114 29723 0 Jun
On Tuesday 12 June 2007 08:51, santhosh wrote:
> I am using dovecot1.0.0.
>
> How to create new user in dovecot ?
Have you read the documentation?
Have you read the comments in the default configuration file, which give
examples of kinds of user databases that can be used?
Dovecot can authenticat
It's depends of your user and password database
santhosh escribió:
Hi,
I am using dovecot1.0.0.
How to create new user in dovecot ?
Thanks in advance
Regards,
Santhosh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
I've configured Dovecot v1.0.0 with filesystem quota and to use hardlinks.
Latter I use intentionally to save disk space and to achieve that an user
can delete mails even if over quota and using the "Delete to Trash"
feature.
The following
Hi all,
I encountered a bug, that prevents me from moving mail and as a side
effect it messes up all thunderbird/mozilla mail clients (they won't do
any message copy/move until I restart them).
Here is the info and the header of the mail that produces the error (a
spam mail):
Dovecot vers
Hi all,
Is it possible to set the maildir format at mailbox level? I'd like to
us Maildir++ for most of my clients, but want to emulate the other one
for one of my users. Can this be done with dovecot?
Thanks
Bgs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 12 Jun 2007, Steffen Kaiser wrote:
The same occurs with v1.0.1rc2
#0 maildir_sync_get_keywords_sync_ctx (ctx=0x) at
maildir-sync.c:243
243 {
(gdb) bt
#0 maildir_sync_get_keywords_sync_ctx (ctx=0x) at
maildir-sync.c:2
On Mon, 11 Jun 2007, Timo Sirainen wrote:
> I'll release v1.0.1 in a day or two, but it would be nice to get some
> testing before the release to see if I managed to break something after
> the Mercurial conversion. And did I forget something that should be
> fixed for v1.0.1?
>
> http://dovecot.o
Hi,
I'd like the vpopmail user database to return the quota settings for users,
instead of having to rely on the validity of the maildirsize files. It
doesn't look like this is currently possible.
Would simply adding a auth_stream_reply_add call for "quota" with a suitable
value in vpopmail_lo
Hello,
I'm seeing som error messages in the mail log, like this:
Jun 12 12:50:44 smtp2 deliver([EMAIL PROTECTED]): msgid=<[EMAIL
PROTECTED]>: save failed to INBOX
Jun 12 12:50:44 smtp2 deliver([EMAIL PROTECTED]): msgid=<[EMAIL
PROTECTED]>: saved mail to INBOX
It seems that when two or more
On 12.6.2007, at 11.31, Bgs wrote:
Is it possible to set the maildir format at mailbox level? I'd like
to us Maildir++ for most of my clients, but want to emulate the
other one for one of my users. Can this be done with dovecot?
"the other one"? It's possible to have some users use maildir
Is it possible to set the maildir format at mailbox level? I'd like to
us Maildir++ for most of my clients, but want to emulate the other one
for one of my users. Can this be done with dovecot?
"the other one"? It's possible to have some users use maildir and others
mbox, but if you want to us
On Mon, 2007-06-11 at 23:37 -0400, Adam McDougall wrote:
> On Tue, Jun 12, 2007 at 02:03:00AM +0300, Timo Sirainen wrote:
>
> On Mon, 2007-06-11 at 18:03 -0400, Adam McDougall wrote:
> > It seems to behave better in Thunderbird, because checking for
> > folders to subscribe to just puts in
On Tue, 2007-06-12 at 12:38 +0200, Onno Molenkamp wrote:
> Hi,
>
> I'd like the vpopmail user database to return the quota settings for users,
> instead of having to rely on the validity of the maildirsize files. It
> doesn't look like this is currently possible.
>
> Would simply adding a auth_
On Tue, 2007-06-12 at 09:37 +0100, David Lee wrote:
> On Mon, 11 Jun 2007, Timo Sirainen wrote:
>
> > I'll release v1.0.1 in a day or two, but it would be nice to get some
> > testing before the release to see if I managed to break something after
> > the Mercurial conversion. And did I forget som
On Tue, 2007-06-12 at 13:08 +0200, Erland Nylend wrote:
> Hello,
>
> I'm seeing som error messages in the mail log, like this:
>
> Jun 12 12:50:44 smtp2 deliver([EMAIL PROTECTED]): msgid=<[EMAIL
> PROTECTED]>: save failed to INBOX
> Jun 12 12:50:44 smtp2 deliver([EMAIL PROTECTED]): msgid=<[EM
Hi,
> I'll release v1.0.1 in a day or two, but it would be nice to get some
> testing before the release to see if I managed to break something after
> the Mercurial conversion. And did I forget something that should be
> fixed for v1.0.1?
>
> http://dovecot.org/tmp/dovecot-1.0.1rc2.tar.gz
nice.
Hi,
# I messed with the identities in my MUA and sent the email with a non
registered address, sorry for the incinvenience ##
I'm not able to make cmusieve to work to filter emails. Below is my
configuration.
I'm using a .dovecot-sieve example from the wiki:
require "fileinto";
if exists "X
Op dinsdag 12 juni 2007 schreef Timo Sirainen:
> Is the quota existing in pw_shell a standard vpopmail thing? Is it there
> in bytes, kilobytes or what? I could change the code for v1.0.1 to
> export the quota in some way if there's a standard.
It contains "NOQUOTA" or a Maildir++ quota definition
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 12 Jun 2007, Dani wrote:
I'm using a .dovecot-sieve example from the wiki:
require "fileinto";
if exists "X-Spam-Flag" {
fileinto ".Junk/";
}
It should be
fileinto "Junk";
and I used the CONCAT method but anyway mails don't filter b
A Dimarts 12 Juny 2007 15:12, Steffen Kaiser va escriure:
> On Tue, 12 Jun 2007, Dani wrote:
> > I'm using a .dovecot-sieve example from the wiki:
> >
> > require "fileinto";
> > if exists "X-Spam-Flag" {
> > fileinto ".Junk/";
> > }
>
> It should be
>
> fileinto "Junk";
>
Oh, my God! That is!
-
On Tue, 2007-06-12 at 10:35 +0200, Steffen Kaiser wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Tue, 12 Jun 2007, Steffen Kaiser wrote:
>
> The same occurs with v1.0.1rc2
>
> #0 maildir_sync_get_keywords_sync_ctx (ctx=0x) at
> maildir-sync.c:243
Fixed: http://hg.dove
On 2007-06-12, 15:00, Timo Sirainen wrote:
> It should have logged an error message. http://wiki.dovecot.org/Logging
It doesn't seem to, though. I cannot find any log messages related
to this error in the logs, and I'm pretty sure that mail.info,
mail.err and mail.crit ends up there.
--
Erland N
On Tue, 2007-06-12 at 10:26 +0200, Bgs wrote:
> I encountered a bug, that prevents me from moving mail and as a side
> effect it messes up all thunderbird/mozilla mail clients (they won't do
> any message copy/move until I restart them).
..
> Date: Tue, 15 May 2085 16:51:38 -0800
The error messa
On Tue, 2007-06-12 at 16:30 +0200, Erland Nylend wrote:
> On 2007-06-12, 15:00, Timo Sirainen wrote:
> > It should have logged an error message. http://wiki.dovecot.org/Logging
>
> It doesn't seem to, though. I cannot find any log messages related
> to this error in the logs, and I'm pretty sure t
On Tue, 2007-06-12 at 10:50 +0900, Christian Balzer wrote:
> Jun 12 09:48:06 mb11 dovecot: IMAP(username):
> stat(/longandboringpath/username/.customflags/cur) failed: Not a directory
..
> But more importantly, obviously .customflags does NOT get converted
> anymore and thus shows up in IMAP LIST
Thanks for the quick actions! We will try the patch first time tomorrow.
We are testing dovecot, we will probably migrate to it ;)
Bye
Bgs
Timo Sirainen wrote:
On Tue, 2007-06-12 at 10:26 +0200, Bgs wrote:
I encountered a bug, that prevents me from moving mail and as a side
effect it messes u
On 2007-06-12, 18:13, Timo Sirainen wrote:
> On Tue, 2007-06-12 at 16:30 +0200, Erland Nylend wrote:
> > On 2007-06-12, 15:00, Timo Sirainen wrote:
> > > It should have logged an error message.
> > > http://wiki.dovecot.org/Logging
> >
> > It doesn't seem to, though. I cannot find any log messages
On Tue, 2007-06-12 at 14:58 +0200, Onno Molenkamp wrote:
> Op dinsdag 12 juni 2007 schreef Timo Sirainen:
> > Is the quota existing in pw_shell a standard vpopmail thing? Is it there
> > in bytes, kilobytes or what? I could change the code for v1.0.1 to
> > export the quota in some way if there's a
On Wed, 2007-05-23 at 21:25 -0400, Tom Metro wrote:
> Can the "userdb sql" directive be added to the "protocol lda" section?
> Or perhaps instead create a new "auth lda" section, and move the "userdb
> sql" and "socket listen" directives to that section?
In Dovecot v2.0 there might be some bette
On 2007-06-12, 18:13, Timo Sirainen wrote:
> On Tue, 2007-06-12 at 16:30 +0200, Erland Nylend wrote:
> > On 2007-06-12, 15:00, Timo Sirainen wrote:
> > > It should have logged an error message. http://wiki.dovecot.org/Logging
> >
> > It doesn't seem to, though. I cannot find any log messages relat
On Wed, 2007-05-16 at 10:09 -0400, Bruce Bodger wrote:
> "If you're using mbox, giving a path to the INBOX file (eg. /var/mail/
> %u) isn't enough. You'll also need to tell Dovecot where the other
> mailboxes are and where Dovecot can place its index files. This is
> called the "root mail dire
On Fri, 2007-05-11 at 13:09 +0200, Luigi Rosa wrote:
> With Dovecot 1.0.0:
>
> May 11 12:16:35 mail dovecot: IMAP(xxx):
> stat(/var/spool/mail2/xxx/.Trash.Squid-it/new) failed: No such file or
> directory
>
>
> With Thunderbird 2.0 IMAP client:
> * user deleted the mailbox
> * TB moved the mai
On Tue, 2007-06-12 at 18:54 +0200, Erland Nylend wrote:
> > protocol lda {
> > log_path = /var/log/dovecot-deliver.err
> > }
> >
> > And with mode 0666 to make sure it's able to write there.
>
> It logs the same information:
>
> deliver([EMAIL PROTECTED]): Jun 12 18:30:57 Info: msgid=<[EMAIL P
On Wed, 2007-05-02 at 10:26 +0200, Herbert Gasiorowski wrote:
> Herbert Gasiorowski wrote:
> > I am playing around with dovecot and want to use local filesystem for
> > indexing.
> > But whenever I open a new imap connection the following warning is shown:
> >
> > Apr 30 10:14:42 beira dovecot: M
On Tue, 2007-06-12 at 14:30 +0200, Jakob Hirsch wrote:
> Hi,
>
> > I'll release v1.0.1 in a day or two, but it would be nice to get some
> > testing before the release to see if I managed to break something after
> > the Mercurial conversion. And did I forget something that should be
> > fixed for
No to long ago I proposed an experimental extension to the IMAP protocol
to allow IMAP to execute extername server side code and talk to email
plugins to create custom client/server applications over an existing
authenticated IMAP connection. I am happy to say they we have working
code. It's no
Hello,
dovecot -n:
| # /usr/local/dovecot-1.0.0/etc/dovecot.conf
| protocols: imap pop3
| listen(default): *:143
| listen(imap): *:143
| listen(pop3): *:110
| ssl_disable: yes
| disable_plaintext_auth: no
| login_dir: /usr/local/dovecot-1.0.0/var/run/dovecot/login
| login_executable(default): /us
Hi, all.
At home, I have a mailbox where mbox is the default (for inbox and some
smaller mailboxes) and all my lists are in a Maildir format.
I'm building a mailstore server at work where I want to use Maildir as
the default mailstore, but I want to keep mbox on the side to aid in
archiving
On Tue, 2007-06-12 at 19:55 +0200, Erland Nylend wrote:
> Hello,
>
> dovecot -n:
>
> | # /usr/local/dovecot-1.0.0/etc/dovecot.conf
Are you using Sieve? Unfortunately dovecot -n doesn't show protocol lda
section..
signature.asc
Description: This is a digitally signed message part
On Tue, 2007-06-12 at 21:05 +0300, Timo Sirainen wrote:
> On Tue, 2007-06-12 at 19:55 +0200, Erland Nylend wrote:
> > Hello,
> >
> > dovecot -n:
> >
> > | # /usr/local/dovecot-1.0.0/etc/dovecot.conf
>
> Are you using Sieve? Unfortunately dovecot -n doesn't show protocol lda
> section..
And what
On Tue, 2007-06-12 at 10:59 -0700, Ian R. Justman wrote:
> Work on the other hand, by and large, works as well (in fact, I based
> its config on the home machine's config with some slight changes).
> However, strange things started happening the moment I did a "mkdir
> ~/mail" while I was at the
On Tue, 2007-06-12 at 18:54 +0200, Erland Nylend wrote:
> deliver([EMAIL PROTECTED]): Jun 12 18:30:57 Info: msgid=<[EMAIL PROTECTED]>:
> save failed to INBOX
> deliver([EMAIL PROTECTED]): Jun 12 18:30:57 Info: msgid=<[EMAIL PROTECTED]>:
> saved mail to INBOX
As you see there, the message-IDs ar
Timo Sirainen wrote:
cd Maildir
ls -l new cur|grep `grep '^3 ' dovecot-uidlist|sed 's/^3 //'`
What does it show?
While in ~/Maildir:
$ ls -l new cur|grep `grep '^3 ' dovecot-uidlist|sed 's/^3 //'`
-rw--- 1 119374 Jun 11 14:28
1181669235.P39856Q0M530312.(censored).(censored).
On 2007-06-12, 21:05, Timo Sirainen wrote:
> On Tue, 2007-06-12 at 19:55 +0200, Erland Nylend wrote:
> > Hello,
> >
> > dovecot -n:
> >
> > | # /usr/local/dovecot-1.0.0/etc/dovecot.conf
>
> Are you using Sieve? Unfortunately dovecot -n doesn't show
> protocol lda section..
No, I'm not using sie
On 2007-06-12, 21:06, Timo Sirainen wrote:
> On Tue, 2007-06-12 at 21:05 +0300, Timo Sirainen wrote:
> > On Tue, 2007-06-12 at 19:55 +0200, Erland Nylend wrote:
> > > Hello,
> > >
> > > dovecot -n:
> > >
> > > | # /usr/local/dovecot-1.0.0/etc/dovecot.conf
> >
> > Are you using Sieve? Unfortunate
On 2007-06-12, 21:27, Timo Sirainen wrote:
> On Tue, 2007-06-12 at 18:54 +0200, Erland Nylend wrote:
>
> > deliver([EMAIL PROTECTED]): Jun 12 18:30:57 Info: msgid=<[EMAIL
> > PROTECTED]>: save failed to INBOX
> > deliver([EMAIL PROTECTED]): Jun 12 18:30:57 Info: msgid=<[EMAIL
> > PROTECTED]>: sa
http://dovecot.org/tmp/dovecot-1.0.1rc3.tar.gz
Looks like I managed to do a lot of changes today. So I'll wait a few
more days before v1.0.1 release. The important changes since rc2:
+ deliver: Added -e parameter to write rejection error to stderr and
exit with EX_NOPERM instead
I am bringing more people onto Dovecot...and am beginning to see syslog
error messages I've never seen before...what are they/are they critical?
1 ===
Jun 12 09:53:21 mercury mail:err|error dovecot: IMAP(gregory): Corrupted index c
ache file /var/dcndx/gregory/.imap/INBOX
On Tue, 2007-06-12 at 15:01 -0400, Stewart Dean wrote:
> I am bringing more people onto Dovecot...and am beginning to see syslog
> error messages I've never seen before...what are they/are they critical?
> 1 ===
> > Jun 12 09:53:21 mercury mail:err|error dovecot: IMAP(grego
On Tue, 2007-06-12 at 22:10 +0300, Timo Sirainen wrote:
> > > Jun 12 11:32:36 mercury mail:err|error dovecot: IMAP(gregory):
> UIDVALIDITY chang
> > > ed (1100532544 -> 1178155834) in mbox file /home/hcrc/gregory/mail/Sent
> > Have no idea what this is about..
>
> It means that you're using a
Hello people!
I'm new to the list and to dovecot too. In advance I'd like to thank
everybody who could help me, and I'll be very glad if a could help somebody
here.
I'm working in a project to integrate dovecot and active directory
authentication for 2 weeks without total success. I've tried so m
On Tue, Jun 12, 2007 at 02:54:56PM +0300, Timo Sirainen wrote:
On Mon, 2007-06-11 at 23:37 -0400, Adam McDougall wrote:
> On Tue, Jun 12, 2007 at 02:03:00AM +0300, Timo Sirainen wrote:
>
> On Mon, 2007-06-11 at 18:03 -0400, Adam McDougall wrote:
> > It seems to behave better in Thun
Im looking on the dovecot documentation about how to update the folder
structure.
I had some computer problems so I back up my mail and when I
reinstalled I got rid of a bunch of unused old mail. But now when I
open my mail client it still things all of those folders are still
there. Im looking fo
On Tue, 2007-06-12 at 18:32 -0500, Wade Smart wrote:
> Im looking on the dovecot documentation about how to update the folder
> structure.
> I had some computer problems so I back up my mail and when I
> reinstalled I got rid of a bunch of unused old mail. But now when I
> open my mail client it st
Im using maildir format.
I read in the documentation that one should not edit any of the
dovecot files directly.
wade
On 6/12/07, Timo Sirainen <[EMAIL PROTECTED]> wrote:
On Tue, 2007-06-12 at 18:32 -0500, Wade Smart wrote:
> Im looking on the dovecot documentation about how to update the folde
Wade Smart wrote:
Im looking on the dovecot documentation about how to update the folder
structure.
I had some computer problems so I back up my mail and when I
reinstalled I got rid of a bunch of unused old mail. But now when I
open my mail client it still things all of those folders are still
t
Hey folks,
I want to authenticate a pop3 user without a domain part and then use
the domain part to specify a Maildir subfolder to grab messages from.
So, this was my attempt:
# use the domain part to access a subfolder
mail_location = maildir:/mail/%n/Maildir/%d
# strip of the domain part
Hello Timo,
On Tue, 12 Jun 2007 18:22:13 +0300 Timo Sirainen <[EMAIL PROTECTED]> wrote:
> On Tue, 2007-06-12 at 10:50 +0900, Christian Balzer wrote:
> > Jun 12 09:48:06 mb11 dovecot: IMAP(username):
> > stat(/longandboringpath/username/.customflags/cur) failed: Not a
> > directory
> ..
> > But mo
59 matches
Mail list logo