[Dovecot] doveadm purge output

2010-11-22 Thread Daniel L. Miller
Running "doveadm purge" with both -D and -v parms, and both -A and -u options, I don't see much in the way of output. doveadm -v purge -u username just returns with no output doveadm -v purge -A returns no output for most users - for my own mailbox it yields "20 / 21" -D returns the same, alo

Re: [Dovecot] ldap passdb + mdbox

2010-11-22 Thread Daniel L. Miller
On 11/22/2010 10:43 AM, Timo Sirainen wrote: On Sun, 2010-11-21 at 19:15 -0800, Daniel L. Miller wrote: I previously had a static userdb and an ldap passdb. Everything's been working fine, both 1.2 and 2.0 - but now I need to support the nightly mdbox purge operation. I added the iterate param

Re: [Dovecot] Namespace help

2010-11-22 Thread Timo Sirainen
You can't force clients to do anything, but you can force users of course. If you just configure Dovecot to only have prefix="" namespace, users who had their clients previously configured with namespace=INBOX. will have to clear the namespace so that they'll see their folders. I didn't underst

Re: [Dovecot] Namespace help

2010-11-22 Thread Joy
Thanks Charles but i want to force all users to use the dovecot's default namespace. Is it possible ?? On Mon, Nov 22, 2010 at 11:50 PM, Charles Marcus wrote: > On 2010-11-22 12:16 AM, Joy wrote: >> I know that i can change the default namespace configuation of dovecot >> to work with courier-im

Re: [Dovecot] multiple IMAP ports, each announcing different capabilities

2010-11-22 Thread Clemens Schrimpe
>> is it syntacticly possible to define different "imap_capability" settings >> per each inet-listener? > > local 10.0.0.1 { > imap_capability = a > } > local 10.0.0.2 { > imap_capability = b > } Understood. How would that work for different /ports/ (i.e., 143 vs. 10143)? Thanks again for the

Re: [Dovecot] (Dis)advantage of using lmtp?

2010-11-22 Thread Timo Sirainen
On 22.11.2010, at 21.10, Christian Schmidt wrote: > are there any (dis)advantages in "connecting" dovecot and an MTA (in our > case: exim) using LMTP over using other methods (e.g. the exim > transports definitions that can be found in the wiki)? LMTP should have better performance, since less pr

Re: [Dovecot] multiple IMAP ports, each announcing different capabilities

2010-11-22 Thread Timo Sirainen
On 22.11.2010, at 20.33, Clemens Schrimpe wrote: > is it syntacticly possible to define different "imap_capability" settings per > each inet-listener? local 10.0.0.1 { imap_capability = a } local 10.0.0.2 { imap_capability = b }

[Dovecot] (Dis)advantage of using lmtp?

2010-11-22 Thread Christian Schmidt
Hi all, are there any (dis)advantages in "connecting" dovecot and an MTA (in our case: exim) using LMTP over using other methods (e.g. the exim transports definitions that can be found in the wiki)? Thank you very much! Gruss/Regards, Christian Schmidt

[Dovecot] multiple IMAP ports, each announcing different capabilities

2010-11-22 Thread Clemens Schrimpe
Hello - is it syntacticly possible to define different "imap_capability" settings per each inet-listener? I might have to provide a service through a caching proxy sitting in front of dovecot, which might involve restrictions re: the announced imap capabilities. Any hint is highly appreciated!

Re: [Dovecot] "list" ACL privilege ignored for LSUB command?

2010-11-22 Thread Willie Gillespie
Timo Sirainen wrote: On Mon, 2010-11-22 at 12:22 -0700, Willie Gillespie wrote: Two things I noticed though: SUBSCRIBE-ing to the mailbox is still successful Hmm. I kind of disagree with the RFC there.. If you have 'r' rights to the mailbox, you can select it. You know that it exists then. Why

Re: [Dovecot] "list" ACL privilege ignored for LSUB command?

2010-11-22 Thread Timo Sirainen
On Mon, 2010-11-22 at 12:22 -0700, Willie Gillespie wrote: > Hello, I am new to this list, so feel free to correct me if I do > something wrong. I don't have a problem, just a question. > > The RFC which covers IMAP ACLs [1] states that one of the standard > rights is: > l - lookup (mailbox i

[Dovecot] "list" ACL privilege ignored for LSUB command?

2010-11-22 Thread Willie Gillespie
Hello, I am new to this list, so feel free to correct me if I do something wrong. I don't have a problem, just a question. The RFC which covers IMAP ACLs [1] states that one of the standard rights is: l - lookup (mailbox is visible to LIST/LSUB commands, SUBSCRIBE mailbox) If I have

Re: [Dovecot] Quota on unlimited mailboxes (More info)

2010-11-22 Thread Tim Traver
Thanks Timo! That patch did the trick! Its great that you are so quick with changes that affect your users. Tim On 11/22/2010 10:36 AM, Timo Sirainen wrote: > It wasn't really a bug, more like a feature I thought would have been a > good idea, but wasn't really. Instead of using 100M, you could

Re: [Dovecot] Doveadm

2010-11-22 Thread Alex Baule
Tks, now it's working, i need to send every in one "write", (header+command) 2010/11/22 Timo Sirainen > On Mon, 2010-11-22 at 13:38 -0200, Alex Baule wrote: > > > Im have a situation here with the syntax for doveadm in a unix socket. > > > > My string have it: > > > > std::string ask = "d\texpu

Re: [Dovecot] Workaround for evolution?

2010-11-22 Thread Timo Sirainen
On Fri, 2010-11-19 at 11:45 +0200, Axel Thimm wrote: > evolution has a bug when it comes to closing and IDLE' connection: > > https://bugzilla.gnome.org/show_bug.cgi?id=628515 > > evolution does not send a DONE command, and dovecot properly answers > with an error. evolution ignores this and see

Re: [Dovecot] Managesieve + procmail

2010-11-22 Thread Timo Sirainen
On Sat, 2010-11-20 at 17:02 +1100, Lox wrote: > dovecot: deliver(virtuser_537): file_dotlock_create(/var/mail/virtuser_537) > failed: Permission denied (euid=537(virtuser_537) egid=518(neaevents) > missing +w perm: /var/mail) (set mail_privileged_group=mail) See http://wiki.dovecot.org/MailLocati

Re: [Dovecot] ldap passdb + mdbox

2010-11-22 Thread Timo Sirainen
On Sun, 2010-11-21 at 19:15 -0800, Daniel L. Miller wrote: > I previously had a static userdb and an ldap passdb. Everything's been > working fine, both 1.2 and 2.0 - but now I need to support the nightly > mdbox purge operation. I added the iterate params to my ldap > configuration, but (I'm

Re: [Dovecot] Troube with GSSAPI auth

2010-11-22 Thread Timo Sirainen
On Mon, 2010-11-22 at 15:33 +0300, asd dsa wrote: > > auth: Debug: gssapi(?,192.168.1.2): Obtaining credentials for imap@ > auth: Info: gssapi(?,192.168.1.2): While acquiring service > credentials: An invalid name was supplied Maybe you need to set auth_gssapi_hostname?

Re: [Dovecot] What is that error all about: "Timeout leak: 0x4bd230"

2010-11-22 Thread Timo Sirainen
On Mon, 2010-11-22 at 13:45 +0100, Christian Rohmann wrote: > we are running dovecot 1.2.15 and are seeing some odd errors in our > logfiles: > > --- dovecot.log --- > 2010-11-22 12:34:56 imapserver local2.warning dovecot dovecot: > IMAP(usern...@domain.tld): Timeout leak: 0x4bd230 It's not real

Re: [Dovecot] dovecot/imap-login TLS?

2010-11-22 Thread Timo Sirainen
On Sun, 2010-11-21 at 20:23 +0100, Ralf Hildebrandt wrote: > # ps auxwww|egrep -i imap-login > dovenull 11879 1.4 0.9 83484 77656 ?SNov20 19:12 > dovecot/imap-login [822 connections (822 TLS)] > > What exactly is TLS in this context? > All connections from imap -> imap-login? > Al

Re: [Dovecot] Quota on unlimited mailboxes (More info)

2010-11-22 Thread Timo Sirainen
It wasn't really a bug, more like a feature I thought would have been a good idea, but wasn't really. Instead of using 100M, you could use e.g. 10% (10% of 0 is 0 = unlimited). Or apply this patch: http://hg.dovecot.org/dovecot-2.0/rev/3a93121f652a On Sun, 2010-11-21 at 23:51 -0800, Tim Traver wro

Re: [Dovecot] Doveadm

2010-11-22 Thread Timo Sirainen
On Mon, 2010-11-22 at 13:38 -0200, Alex Baule wrote: > Im have a situation here with the syntax for doveadm in a unix socket. > > My string have it: > > std::string ask = "d\texpunge\tu\ta...@exemplo.com.br > \tmailbox\t\\*\tsavedbefore\t1s\n"; Looks like there was also a bug, fixed: http://hg

Re: [Dovecot] Namespace help

2010-11-22 Thread Charles Marcus
On 2010-11-22 12:16 AM, Joy wrote: > I know that i can change the default namespace configuation of dovecot > to work with courier-imap namespace but not willing to do that so > suggest me something which can help me doing the same. Just setup both - the ones already configured to use INBOX. will

Re: [Dovecot] Soft Quota for moving messages

2010-11-22 Thread Timo Sirainen
On Sun, 2010-11-21 at 12:11 +0100, Patrick Westenberg wrote: > Miha Vrhovnik schrieb: > > > > "Patrick Westenberg" wrote on 20.11.2010 23:46:14: > >> You can give additional space to e.g. Trash mailbox: > >> quota_rule2 = Trash:storage=100M > >> > > Patrick you sure, that doesn't mean that the tra

Re: [Dovecot] Confused about Maildir

2010-11-22 Thread Daniel L. Miller
On 11/22/2010 12:48 AM, Egbert Jan van den Bussche wrote: Op 22-11-2010 1:47, Glen Lee Edwards schreef: I'm trying to configure Dovecot 2.0.7. In the Dovecot Wiki for Maildirs it says that Maildirs are almost always located in ~/Maildir. I'm a Linux end user, not a programmer, so I may be wrong

Re: [Dovecot] Doveadm

2010-11-22 Thread Alex Baule
Hi Timo Im have a situation here with the syntax for doveadm in a unix socket. My string have it: std::string ask = "d\texpunge\tu\ta...@exemplo.com.br \tmailbox\t\\*\tsavedbefore\t1s\n"; My Order todo is. Create socket Connect Write this strinng Read the return Close socket. finish my pr

[Dovecot] What is that error all about: "Timeout leak: 0x4bd230"

2010-11-22 Thread Christian Rohmann
Hey dovecot-users, we are running dovecot 1.2.15 and are seeing some odd errors in our logfiles: --- dovecot.log --- 2010-11-22 12:34:56 imapserver local2.warning dovecot dovecot: IMAP(usern...@domain.tld): Timeout leak: 0x4bd230 --- /dovecot.log --- Those errors only appear if connections are d

[Dovecot] Troube with GSSAPI auth

2010-11-22 Thread asd dsa
Hi all. I have a troube with GSSAPI (Dovecot 2.0.7) auth: auth: Debug: client in: AUTH1 GSSAPI service=imap lip=192.168.1.56rip=192.168.1.2 lport=143 $ auth: Debug: gssapi(?,192.168.1.2): Obtaining credentials for imap@ auth: Info: gssapi(?,192.168.1.2): While acqu

Re: [Dovecot] Confused about Maildir

2010-11-22 Thread Egbert Jan van den Bussche
Op 22-11-2010 1:47, Glen Lee Edwards schreef: I'm trying to configure Dovecot 2.0.7. In the Dovecot Wiki for Maildirs it says that Maildirs are almost always located in ~/Maildir. I'm a Linux end user, not a programmer, so I may be wrong in this; but isn't the notation "~/" used for system users