Displaying 20 results from an estimated 8000 matches similar to: "Dovecot 1.0 rc15 + Quota by user using mysql"
2008 Mar 15
1
current quota in mysql issue
hi all,
i have a problem with storing the current quota in mysql. the
configuration of the dictionary quota mostly looks like the example from
the wiki.
the dirsize quota limit is read correctly from the user_query, but nothing
stored with quotadict in the quota table. i wonder that there is nothing
like a "dict" in the logfile. did i configured anything wrong?
regars
stefan
logfile
2008 Jan 16
3
question about mysql authentication
Hi list,
i use dovecot-1.0-1.2.rc15.el5 installed from rpm
centos 5.0
I cant get mysql authetication working: this is my /etc/dove-mysql.conf
######dove-mysql.conf should look like this##########
#db_host = 127.0.0.1
#db_port = 3306
db = postfix
db_user = postfix
db_passwd = secret
db_client_flags = 0
default_pass_scheme = PLAIN
password_query = SELECT password FROM mailbox WHERE username
2012 May 20
1
Dovecot 2 fails after correct login
Hello
I installed dovecot 2.0.9 (and dovecot-mysql!) on my Ubuntu 12.04 LTS root-server to work together with Postfix 2.9.1-4
After some struggle, I got Postfix's auth working, using dovecot for smtp-authentification with mysql.
But dovecot himself is not working properly. When I connect, after giving plaintext password I read the error in the client (I connect for debug reasons with a
2008 May 18
2
problem about mbox with quota
Hi, all.
Does mbox format support quota?
I got this error in log file:
dovecot: May 18 02:10:36 Error: POP3(www at a.cn): Unknown quota backend:
storage=10240
How can i solved it?
Thanks very much. :)
My dovecot configuration:
# /etc/dovecot.conf
log_path: /var/log/dovecot.log
protocols: pop3 pop3s imap imaps
ssl_cert_file: /etc/pki/dovecot/certs/dovecotCert.pem
ssl_key_file:
2010 Feb 16
2
quota problem
dovecot 1.0.15
Hello,
i try to set quota settings for my users.
currentyl i use a mysql table for auth process and now i want to add
quotasettings for each individual user.
at the moment i have the problem that only global quota is effective and no
userquota which is stored in usertable.
This is my mysql-usertable:
login varchar(255)
password varchar(64)
home varchar(128)
uid int(11)
gid
2007 Jan 08
1
quota in mysql not being updated
I'm having trouble getting the quota plugin to work with deliver.
The quota in the database is not getting set.
I am using dovecot-1.0-rc15. This server is not yet in production.
Some values below are because I'm trying to test with the simplest
possible case, and some because it's reading from a different
database. Also, I noticed that "dovecot -n" doesn't display any
2008 Oct 08
3
postfix/dovecot/mysql quotas not working, default dovecot.conf does.
I'm having problems getting dovecot to set imap quotas that are
defined as individual quotas for virtual users using mysql. I'm using
postfix/dovecot 1.1.3, just built from source about a week ago.
I've been testing using telnet and getquotaroot. when I define the
quota in dovecot.conf
quota = dirsize
quota_rule = *:storage=102400
I get the following response from Dovecot:
2011 Apr 08
1
mysql lookup on another host performance q?
Hi, new to dovecot
I'm setting a small postfix/dovecot server for virtual domain/users in mysql
dovecot is on one host, mysql on another
seems to be working, but I'm concerned over performance overhead of this
setup;
dumb Q, is there any 'proxy mysql' or cacheing option I can use ?
any suggestions appreciated
also, my mail users as set as 5000/5000
virtual_gid_maps =
2008 Oct 27
2
Problem with quota dovecot as lda and mysql
Hello to all,
That is my situation: I am trying to use dovecot as LDA with postfix,
mysql e postfixadmin. So, all the users are stored in mysql, with quota
password and all other things. All works properly, except for quota. I
am trying to do some tests, but is not clear to me how to debug that
problem.
Scenario: user with 15 Mb of quota.
That is my dovecot.conf (dovecot version 1.1.3 on
2007 May 27
3
Stop Maildir appending to path
Dovecot is working perfectly except for one problem. I have local
users and virtual users. Local users are ~/Maildir. And virtual users
are /home/vmail/domain/user. The problem is, it keeps trying to fetch
virtual mail at /home/vmail/domain/user/Maildir. It doesn't exist the
user/ dir is the Maildir.
To get around this, I have to make symlinks on each virtual email.
What should I
2011 Jun 24
2
Please help with Quota dict mysql configuration
Hello
So what i have:
centos 5.6
postfix 2.3.3
dovecot 2.0.13
postfixadmin 2.3.3
roundcube 0.5.3
All general things are working right now i can send receive email with
ssl connections etc...
Now i'm trying to configure additional options like quota and some
other plugins like sieve, trash, expire and deleted-to-trash.
Configuration of quota is on first place. I have read wiki regarding
quota
2023 Mar 18
2
Custom SASL authentication
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20230318/8ce3c29a/attachment-0001.htm>
2016 May 01
3
Changing Password Schemes
You do need to complete the query. Don't just replace your query with the one I wrote. You have to have a WHERE clause, and you might need to return other fields.
Keep the password query you had before, just replace the 'password' column with "IF( ... ) as password"
The query as you have it now simply returns all the passwords for all the users, because you don't have a
2008 Nov 15
1
For Configuration Help: per-user quota for virtual users.
Dear dovecot list:
Could any experts help me on the configuration of per-user for dovecot on
FreeBSD 7.x with postfix-2.5.4,1.
I followed the howto of http://workaround.org/articles/ispmail-etch/, it
is an excellent file, my mailserver worked very well.
When I configured per-user quota plug-in, quota_rule with 20MB limits can
not be overrided by the Mysql query statement, Although I followed
2013 Sep 17
1
(no subject)
Hello, I've been out of the sysadmin game for some time and I've recently
setup a mail server. Everything is working except for the quota, which I
believe is likely an error in how I'm using my SQL queries. Any guidance,
pointers, or advice would be greatly appreciated.
root at mail:/etc/dovecot/conf.d# dovecot -n
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-042stab079.6
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 =
2006 Sep 30
1
[SOLVED] quota with: postfixadmin, postfix, mysql & dovecot
Hi,
I'm quite new to dovecot but already quite satisfied. Your documentation
in the wiki is great but on quota + mysql it is not very clear. Because
of the previously mentioned I have got the following note to make which
you will hopefully use to adjust your wiki documentation on
per-user-quota + mysql. I've searched your mail archive as good as
possible and found no messages on this. If
2008 Jan 29
1
Virtual Alias Forwarding
I'm having a problem with Dovecot and forwarding of aliases. Any help would
be greatly appreciated.
I'm using Postfix, Mysql, dovecot, amavis.
mysql> SELECT * FROM alias;
| address | goto | domain | created | modified | active |
It seems from the logs that incoming mail is being delivered to the mailbox
via dovecot. Mail gets to the correct mailbox (address field), however, if I
2009 Jan 13
2
Can not Create Maildir using userdb
Thank you for your reply.
So, you mean that both user_query and password_query should have the same amount of parameter and the mail parameter from user_query should have the exact parameter as userdb_mail from password_query?
And also I've to turn on userdb prefetch {}
Kind Regards,
Henry
From: Timo Sirainen [mailto:tss at iki.fi]
To: Dovecot Mailing List [mailto:dovecot at dovecot.org]
2009 Dec 30
2
Issue Authenticating to a new dovecot-postfix installation
I have installed dovecot-postfix and postfixadmin on an Ubuntu 9.10
machine.
The userdb and passdb are both mysql.
If I set up a user in postfixadmin they are able to send.
I can successfully telnet into the server remotely by name on 110 and 25.
I'm not looking for any authentication encryption/ssl any of that, just
POP3/SMTP.
When I telnet into 110 I can enter a username with user