Displaying 20 results from an estimated 2000 matches similar to: "per-user quotas"
2012 Oct 19
4
still having difficulties with per-user quotas
Hello,
I am trying to get per-user quotas working. My thanks to all who have
helped so far.
To recap I am running Dovecot 2.1 and Mysql where I've got my virtual
users. All virtual users are under the system user vmail with a UID
and GID of 5000. Looking over the wiki docs I've added a quota table
and got the dict service working, I am not having problems with
permissions or the login
2014 Feb 19
1
Dovecot, mysql, and quota
Hello,
I'm running dovecot 2.2 and wanting to get quotas going. I've got the
plugins loaded appropriately and am wanting to configure a dictionary
backend to talk to my mysql database.
I've got a single database called mail which has all the mail-related
items in it. One table is for virtual users which postfix uses. It
looks like this:
CREATE TABLE `virtual_users` (
`id` int(11)
2013 Feb 24
4
Deleted / read mails show up as new on remote imap clients
Hi,
I've one problem:
Mails, which I already read or deleted via my IMAP client (Thunderbird)
on the same machine running the server (it runs behind DynDNS on my
local machine, thanks to http://mein.homelinux.com/wiki/mailserver/)
show up again if I connect via IMAP from other client computers, i.e. my
notebook (Thunderbird again).
As you can see from the config below I have
2015 Nov 07
1
dns resolution behind proxy
On Tue, Oct 27, 2015 at 02:08:36PM +0100, Guus Sliepen wrote:
> > I wonder why tinc tries to resolve host names before connection even
> > with configured (socks5) proxy which fails behind restrictive firewalls.
>
> [...] I'll try to change tinc so it will allow connections via SOCKS5
> even if it cannot resolve the hostname itself.
I added the ability for tinc to
2013 May 12
2
Quota not working with dict proxy
Hello all,
I'm sure this has been covered somewhere before, but my googlefu is not up
to the challenge.
Basically, I'm trying to configure quota plugin to use a dictionary
service (specifically proxy with mysql) so that I can store the quota
usage in a database and use that information in a lookup for postfix to
reject mail if over quota. I'm doing this because postfix+avamis+dovecot
2015 Oct 27
3
dns resolution behind proxy
Hello list,
I wonder why tinc tries to resolve host names before connection even
with configured (socks5) proxy which fails behind restrictive firewalls.
Is there any "workaround"?
Thanks in advance!
Regards Uwe
-------------- n?chster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL:
2012 Sep 13
2
RFC 6154: German umlauts in special_use folder names
Hi,
the Drafts special folder is called "Entw?rfe" in German locale.
How should the special_use entry in the config file look like?
Would you recommended to use the encoded folder name...
mailbox "Entw&APw-rfe" {
special_use = \Drafts
}
...or rather the utf-8 Encoding in the dovecot config file?
mailbox "Entw?rfe" {
special_use = \Drafts
}
Regards
Daniel
2012 Nov 18
3
users mail folders have to be subscribed
Hi,
I did a migration from cyrus 2.2 to dovecot (fresh installation, details
below) via cyrus2dovecot from FU Berlin. That worked, but I first was
missing mails in subfolders ander Inbox. No I detected that they are in the
users Maildir in folders in his directory. They are listed when using
telnet:
* LIST (\HasChildren) "." "INBOX.ebay"
* LIST (\HasNoChildren) "."
2017 Jan 19
5
Segfault on LIST Command
Dear all,
I experience SegFaults in the imap binary on a LIST "" "" command,
as sent by Claws mail. Using LIST "" "INBOX" or similar is fine.
Here is an example telnet session
$ telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
2007 Nov 28
2
Different value between R variance and definition of variance
Hi!
Let us define random variable:
> x = seq(0,1,length=100)
If we calculate variance following definition E[(x-E(x))^2] we get:
> mean( (x - mean(x))^2 ) # == mean(x^2) - mean(x)^2
0.08501684
And if we use internal R function var:
> var(x)
0.08587559
Can anyone tells me why the difference?
2012 Jun 25
4
started with dovecot sieve
As I am new to dovecot and sieve I am really happy to get it working in
a straight forward way. Thanks for the documentation to whom it
concerns.
Now I came to my limits with this failure messages in
/home/rolf/.dovecot.sieve.log:
sieve: info: started log at Jun 25 20:22:54.
error:
msgid=<1340648569.94073.YahooMailClassic at web190304.mail.sg3.yahoo.com>:
failed to store into mailbox
2013 Apr 07
5
dovecot 2 variables
Hi,
I am trying to use separate configurations for ldap authentication thus
providing users
with the ability to only use username without domain part. Now according to
documentation this should be possible
http://wiki2.dovecot.org/AuthDatabase/PasswdFile
but I keep getting error in my dovecot.log like this
auth: Error: Can't open configuration file
/etc/dovecot/%l/dovecot-ldap.conf: No such
2007 Aug 18
2
Problem with lsa package (data.frame) on Windows XP
Dear R team,
The following piece of code (to use the lsa package) works fine on my
mac os x, but when I run the same code on Windows XP, it doesn't work
any more.
### code:
library("lsa")
matrix1 = textmatrix("C:\\Documents and Settings\\tine stalmans.TINE.
000\\LSA\\cuentos\\", stemming=TRUE, language="spanish",
minWordLength=2, minDocFreq=1,
2017 Jan 23
2
Segfault on LIST Command
I'll try reproduce this issue, but can you, in the mean time, run this
with mail_debug=yes and provide logs?
Aki
On 23.01.2017 11:45, Thorsten Hater wrote:
> Hi,
>
> I did added the default location and stripped down my config to a very
> basic
> level, dropping all plugins and database queries, see below. The segfault
> still
> appears in the same location.
> As I
2017 Jan 23
2
Segfault on LIST Command
Thank you for your report.
Aki
On 23.01.2017 11:56, Thorsten Hater wrote:
> OK, I found the problem in my config. If I use an default namespace with an
> empty
> name, instead of "inbox" it works as expected. Here the log for this case
>
> Starting program: /usr/local/libexec/dovecot/imap -u ****
> imap(****): Debug: auth input: **** home=**** uid=48 gid=48
>
2011 Oct 19
1
'doveadm quota get' dictionary SQL query ignores specified '@domain' part of username. bad config or bug?
Hi,
I'm setting up SQL quota usage in Dovecot2.
I've created a MAILBOX parameter table, 'PARAMS', that contains unique
<user>@<domain> pairs, with quota data.
mysql> select * from PARAMS;
+----+------------------------+------------+-------------+------------+
| ai | MAILBOX_user_domain | quota | quota_bytes | quota_msgs |
2008 Jun 18
3
Number of digits in paste funciton
Hi!
Does anyone know hot to set number of digits to be printed in function
'paste'?
Tine Mla?
2013 Feb 24
1
%{session} does not work with deliver_log_format
Hi,
# 2.1.10: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-45-server x86_64 Ubuntu 10.04.4 LTS
deliver_log_format = mailbox: deliver: session=<%{session}> msgid=%m from=%f: %$
produces log messages always containing "session=<session}>", like this one:
Feb 24 09:22:09 10.129.3.233 dovecot: lmtp(3484, user at example.org): mbnWK6/NKVGcDQAAiWCYmA: sieve: mailbox: deliver:
2013 Nov 12
1
how to make quota per user ??
I use dovecot version 1.2.15 and i put quota for all users , now i want to
give more size for some emails , i already added the quota to user database
, and i added the queries from http://wiki.dovecot.org/Quota/1.1
MySQL:
user_query = select uid, gid, home, \
concat('*:bytes=', quota_bytes) as quota_rule \
from users where userid = '%u'
# MySQL with userdb prefetch: Remember
2012 Dec 18
6
dovecot index errors since 2.1.12
Hi,
After upgrading to dovecot 2.1.12, I see a lot of these errors:
# 2.1.12: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-279.14.1.el6.x86_64 x86_64 CentOS release 6.3 (Final)
# Filesystem: ext4 with mdbox storage
Dec 10 15:21:04 mail dovecot: imap(user at example.org): Error: Cached
message size smaller than expected (5010 < 8192)
Dec 10 15:21:04 mail dovecot: imap(user at example.org):