similar to: Imap service and quota

Displaying 20 results from an estimated 6000 matches similar to: "Imap service and quota"

2007 Aug 05
3
Disable IMAP for certain users, but not Webmailer
Hi everybody, I'm planning to set up our new mail system using the Dovecot mailbox server. It mostly works fine yet (it's quite straigt forward to set up, I'd say), but there's a thing I haven't been able to find out yet. We provide POP3 access for all users, but want to restrict IMAP access to some of them (because IMAP users tend to leave more messages on the server, thus
2007 Aug 19
1
Dovecot on different server than MTA
Hi, I'm setting up our new mail system using dovecot as mailbox server. As our goal is to have many many small redundant (virtual) servers as components, for example a mailhub (just relaying mail) and a frontend smtp server (just accepting or denying mail in the first place and then forwarding it to the mailhub), etc. I want to run Dovecot on a different server than the main MTAs. The mailbox
2007 Jul 18
1
Loosing comms with UPS
In my system log file I get messages like: Jul 18 13:05:12 mint upsd[4025]: Host 192.168.145.12 disconnected (read failure) Jul 18 13:10:12 mint last message repeated 5 times Jul 18 13:10:12 mint last message repeated 4 times and broadcast messages like: Communications with UPS mintups at mint.phcomp.co.uk lost 30 seconds later: Communications with UPS mintups at mint.phcomp.co.uk
2006 Aug 01
2
IProute/conntrack issues
Hi everybody, sorry for posting again, however I''ve moved the problem now ;-) After digging a bit deeper, I''ve successfully set up the routing as such, it works for incoming as well as outgoing packets that take the default route. Changing some of the routes using IP works as well. When I mark some outgoing packets in order to send them via another route (the fast leased line
2007 Jun 07
2
Multiple USVs (how to identify each one)
Hi everybody, we have three MGE UPS'. I've read all the documents I've found, but I haven't got the information I need. All three of them being attached to the same machine I need a way to identify which is wich (all three use the same driver). They power different systems (two of them running windows so that I can't easily setup a network-enabled software on two of them, as
2006 Jul 29
1
FWMark routing trouble
Hi everybody, I''m trying to set up routing for 2 links to the internet on a box which produces traffic itself (e.g. DNS) and will route all our local traffic. AS one route is quick and expensive and the other one slow and cheap, I want to be able to route packets for some high-level protocols to the second link. If I correctly understood table 3-2 in
2007 Feb 26
2
Quota stored in LDAP
Hie folks, Does anyone have any experiences using dovecot + per user quota + ldap? I've configured my settings as this example: # quotaStorage must be in the format mentioned above # For example: dirsize:storage=10240 user_attrs = uid,homeDirectory,,,uidNumber,gidNumber,quotaStorage=quota But, Dovecot isn't creating maildirsize file. Any guesses? PS: I've
2013 Aug 02
1
Custom quota setup
(Dovecot 2.2-ee) We have a weird quota requirement, we have file storage that we manage through our own APIs but want that usage to come out of the user's mail quota. The usage is in a maildirsize like file uncreatively called filestoresize in the user's maildir. In the past we've been doing this by modifying the quota plugin and re-compiling, but it seems like it should be
2006 Aug 16
5
ldap quota limitation problem
hello, We have configured the quota enforcement folowing the link (http://wiki.dovecot.org/Quota) but we note that the global quota limitation configuration in dovecot.conf works well but not the ldap users configuration limit. For example in the casee below, we have tried to limit quota usage for some users to 1Gb but only the global quota limitation appear in the user quota. please find below
2007 Aug 31
2
dirsize quota assertion problem
Our current virtual mailbox configuration is not compatible with one of the assertions in the dovecot quota plugin's assertions in quota-dirsize.c. I believe the assertion is incorrect, but I would also be happy if I could get the same result with a better configuration setting. Here is a sample passdb entry which causes the quota assertion to fail: test at
2009 Aug 21
2
quota-dirsize and mailbox rules
I noticed that the dirsize backend for quota didn't support any rules and figured it should be easy enough to add ``ignore'' at least. Using mbox storage and only tested with that, but it seems to work as expected for the time being. I'm attaching a relatively small patch for quota-dirsize.c against dovecot-1.1.18 just in case anyone's interested. Best Regards, Thanos
2009 Feb 05
1
dirsize quota in sql pass db?
Is there a way to return a per user dirsize quota from a passdb sql lookup? If so, what is the syntax? maybe "select quota as userdb_quota"? ..and in mysql table, quota column would be: "quota=dirsize:storage=10240" ? I'm using mbox, with /etc/passwd userdb, and mysql passdb. Thanks, Ken -- Ken Anderson Pacific.Net
2011 Sep 09
1
dovecot 2.0.12: mdbox & quota=dirsize
#doveconf -v ...................... ? quota = dirsize:User quota ? quota_debug = yes ? quota_exceeded_message = message ? quota_warning = storage=95%% quota-warning 95 %u ? quota_warning2 = storage=80%% quota-warning 80 %u ............................? # du --max-depth=1 -h 311M??? ./storage 20K???? ./sieve 7,8M??? ./mailboxes 319M??? . # doveadm quota get -u myuser Quota
2007 Feb 13
2
lda quota in sql works but is ignored
Hi, (dovecot latest vers) i have lda deliver up with quota and sql, but it seems that deliver simply ignores it, normally it should bounce the message deliver(tester at example.de): Feb 13 15:31:32 Info: auth input: gid=1001 deliver(tester at example.de): Feb 13 15:31:32 Info: auth input: quota=dirsize:storage=3072000 deliver(tester at example.de): Feb 13 15:31:32 Info: Home dir not found:
2006 Dec 15
2
Dovecot "open files" (again?)
I'm a new dovecot user, just began using it last week. I switched from courier because my research showed that Dovecot did indexes, and allows me to store them anywhere I chose. I did this, and it fixed some severe disk IO issues that my server had. (25k horde only webmail install using imap proxy). I'm using quotas, and by default had it set to 'dirsize'. my postfix is already
2007 Jan 29
1
dirsize quotas crashing 1.0.rc19
Hi, I've been trying to get dirsize quotas to work properly with 1.0rc19 and Dovecot consistently crashes when attempting to do file copies once a user is over quota. Dovecot works fine for us for regular mbox based IMAP, but as soon as I add the following two entries in their respective locations in dovecot.conf: mail_plugins = quota imap_quota (in the imap{} section) quota =
2007 Mar 01
1
Deleting when Over Quota
Hi All, I've read a bit about this but don't really see a full solution anywhere. Has anyone actually got a good fix for this? Telling a user they are over quota then not allowing them to delete anything does seem the height of perversion. =) Question is - is this even a problem for the IMAP server? Or should the MUA be detecting over quota problems and then issuing the right
2011 Nov 09
1
Dovecot 2.0.15 quota configuration with mbox
Hello, I've been trying to set up dovecot 2.0.15, everything seems to work pretty well except for the quota feature. I would like to set a quota limit only for the Inbox folder. I configured two namespaces, according to some posts from Timo Sirainen (http://dovecot.org/list/dovecot/2006-July/014530.html) & (http://www.dovecot.org/list/dovecot/2011-January/056131.html) but I
2006 Sep 14
0
ldap quota limitation (one more time)
hi there i have a such problem: in dovecot.conf ... protocol imap { listen = *:143 ssl_listen = *:993 mail_plugins = quota imap_quota } ... quota = dirsize:storage=10240 ... in dovecot-ldap.conf: ... user_attrs = uid,,,uid,uidNumber,gidNumber,boxQuota=quota=dirsize:storage ... when an user try to answer out from overquoted box he got the message "overquota
2009 Oct 10
2
Problem with mbox and quota with 1.2 version
Hello list, I am new with dovecot and i am trying to setup a simple mbox with quotas setup. Here is my configuration. dovecot -c /etc/dovecot.conf -n # 1.2.6: /etc/dovecot.conf # OS: Linux 2.6.21 i686 Fedora Core release 6 (Zod) ext3 log_path: /var/log/mail/dovecot protocols: imap pop3 ssl: no disable_plaintext_auth: no login_dir: /usr/local/var/run/dovecot/login login_executable(default):