Re: [Dovecot] 1.2.4 Maildir Quota Issues

2009-09-12 Thread Timo Sirainen
On Sep 12, 2009, at 6:56 PM, Mario Antonio wrote: Thanks a lot for your help. But with this behavior, we will have to modify our scripts to perhaps clear up/reset the cache after changing User Quotas You can reset auth cache by sending dovecot-auth process SIGHUP. I'd guess changing q

Re: [Dovecot] 1.2.4 Maildir Quota Issues

2009-09-12 Thread Noel Butler
On Sat, 2009-09-12 at 18:56 -0400, Mario Antonio wrote: > Noel, > > Thanks a lot for your help. > But with this behavior, we will have to modify our scripts to perhaps > clear up/reset the cache after changing User Quotas Hi Mario, You could try setting it to value of "0" not too sur

Re: [Dovecot] 1.2.4 Maildir Quota Issues

2009-09-12 Thread Mario Antonio
Noel, Thanks a lot for your help. But with this behavior, we will have to modify our scripts to perhaps clear up/reset the cache after changing User Quotas M.A. Noel Butler wrote: On Sun, 2009-09-13 at 07:25 +1000, Noel Butler wrote: On Sat, 2009-09-12 at 10:06 -0400, Mario Anton

Re: [Dovecot] 1.2.4 Maildir Quota Issues

2009-09-12 Thread Noel Butler
On Sun, 2009-09-13 at 07:25 +1000, Noel Butler wrote: > On Sat, 2009-09-12 at 10:06 -0400, Mario Antonio wrote: > > > Has anybody noticed this behavior when using maildir quota with Version > > 1.2.4: > > > > > > > When I change quota at the SQL level (per user), that quota becomes > > act

Re: [Dovecot] 1.2.4 Maildir Quota Issues

2009-09-12 Thread Noel Butler
On Sat, 2009-09-12 at 10:06 -0400, Mario Antonio wrote: > Has anybody noticed this behavior when using maildir quota with Version > 1.2.4: > > When I change quota at the SQL level (per user), that quota becomes > active once Dovecot is restarted. Until then it keeps the previous quota > ass

Re: [Dovecot] Dovecot upgrade from 1.0.7-7.el5 to 1.2.4 ?

2009-09-12 Thread Timo Sirainen
On Sep 12, 2009, at 1:28 PM, Eero Volotinen wrote: Just wondering if 1.0 to 1.2.4 is safe, or do I need to upgade to 1.1 first? I don't think v1.1 had any special backwards compatibility code that was removed in v1.2, so it should be fine.

Re: [Dovecot] v.1.2.4 deliver maildir quota does not work

2009-09-12 Thread Mario Antonio
Take a look at : http://wiki.dovecot.org/Quota/1.1 M.A. myleetl...@gmx.de wrote: Hi, thank you for the hint It seems to be working for me: Using V 1.2.4 --- plugin: quota: maildir:User quota quota_rule: *:storage=2G ---

[Dovecot] Dovecot upgrade from 1.0.7-7.el5 to 1.2.4 ?

2009-09-12 Thread Eero Volotinen
I am currently using dovecot 1.0.7-7.el5 on 32bit centos. Plan is to upgrade to 1.2.4 using http://atrpms.net/dist/el5/dovecot/ rpms. My config is very minimal: protocols = imaps imap ssl_cert_file = /etc/pki/tls/certs/server.cert ssl_key_file = /etc/pki/tls/private/ser

Re: [Dovecot] v.1.2.4 deliver maildir quota does not work

2009-09-12 Thread myleetlist
Hi, thank you for the hint > It seems to be working for me: > > Using V 1.2.4 > --- > plugin: > quota: maildir:User quota > quota_rule: *:storage=2G > --- I've tried with quota = maildir:User quota quota_rule = ?:storage=1K and

Re: [Dovecot] Problems getting Dovecot to work.

2009-09-12 Thread Sahil Tandon
On Sat, 12 Sep 2009, Mark Gillespie wrote: > Hi, having a nightmare trying to get dovecot working on my SheevaPlug > (flash based ARM embedded device). I need to use virtual users, and I need > to store all the mail on an external USB HDD (not in home directories > which live in the limited flash

[Dovecot] 1.2.4 Maildir Quota Issues

2009-09-12 Thread Mario Antonio
Has anybody noticed this behavior when using maildir quota with Version 1.2.4: # 1.2.4: /etc/dovecot/dovecot.conf # OS: Linux 2.6.26-2-686-bigmem i686 Debian 5.0.3 xfs My default configurations quota configurations: plugin: quota: maildir:User quota quota_rule: *:storage=2G Customized Use Co

Re: [Dovecot] v.1.2.4 deliver maildir quota does not work

2009-09-12 Thread Mario Antonio
It seems to be working for me: Using V 1.2.4 --- plugin: quota: maildir:User quota quota_rule: *:storage=2G --- Mysql conf: user_query = SELECT 5000 AS uid,5000 AS gid,'/vmail/%d/%n' as home, \

[Dovecot] Problems getting Dovecot to work.

2009-09-12 Thread Mark Gillespie
Hi, having a nightmare trying to get dovecot working on my SheevaPlug (flash based ARM embedded device). I need to use virtual users, and I need to store all the mail on an external USB HDD (not in home directories which live in the limited flash space). However I can't even log in via telnet. I'v

Re: [Dovecot] Question about the pop3 feature "leave messages on server for a certain period of time"

2009-09-12 Thread Δημήτριος Καραπιπέρης
O/H Leonardo Rodrigues έγραψε: Axel Luttgens escreveu: No, I don't think to have omitted anything: I already replied to the OP wrt the 'leave messages on server' matter. Here, I was replying to Leonardo (who's not the OP) who started a new idea (a potentially misleading POP vs IMAP debate)

Re: [Dovecot] Question about the pop3 feature "leave messages on server for a certain period of time"

2009-09-12 Thread Leonardo Rodrigues
Axel Luttgens escreveu: No, I don't think to have omitted anything: I already replied to the OP wrt the 'leave messages on server' matter. Here, I was replying to Leonardo (who's not the OP) who started a new idea (a potentially misleading POP vs IMAP debate) within the original thread.

Re: [Dovecot] v.1.2.4 deliver maildir quota does not work

2009-09-12 Thread myleetlist
Hi, > I'm using deliver for storing new mails (nfs). > Since v.1.2 deliver does not reject mails if over quota (maildir quota). > > test with v. 1.1.18: > # HOME=/tmp/maildir/ /path/dovecot-1.1.18/libexec/dovecot/deliver -e -c > /path/dovecot-1.1.18/etc/dovecot.conf > # Quota exceeded (mailbox fo

Re: [Dovecot] Question about the pop3 feature "leave messages on server for a certain period of time"

2009-09-12 Thread Axel Luttgens
Le 12 sept. 2009 à 09:27, Charles Marcus a écrit : On 9/11/2009, Axel Luttgens (***) wrote: Well, POP is rather well RFC-based too... ;-) In fact, POP and IMAP are both well-defined protocols; they just are optimized for each extreme of possible behaviors: remove everything from the server

Re: [Dovecot] Question about the pop3 feature "leave messages on server for a certain period of time"

2009-09-12 Thread Charles Marcus
On 9/11/2009, Axel Luttgens (axelluttg...@swing.be) wrote: > Well, POP is rather well RFC-based too... ;-) > In fact, POP and IMAP are both well-defined protocols; > they just are optimized for each extreme of possible behaviors: > remove everything from the server as soon as a local copy has been