Displaying 20 results from an estimated 10000 matches similar to: "Does the list work?"
2007 Sep 10
1
Quota problem
Hi alI
I install dovecot using the DovecotLDAPostfixAdminMySQL HOWTO
but I have a problem with quota. Quota it is not taken into account by
deliver I also tried a compiled dovecot version from sorces and the
resault is the same.
dovecot version from debian distribution 1.0.rc15-2
dovecot from sources dovecot-1.0.5.tar.gz
Thanks in advance
Osvaldo
Those are my files
File
2007 Sep 10
0
quota problémé( HowTo/
Hi alI
I install dovecot using the DovecotLDAPostfixAdminMySQL HOWTO
but I have a problem with quota. Quota it is not taken into account by
deliver I also tried a compiled dovecot version from sorces and the
resault is the same.
dovecot version from debian distribution 1.0.rc15-2
dovecot from sources dovecot-1.0.5.tar.gz
Thanks in advance
Osvaldo
Those are my files
File
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
2011 Feb 01
2
override not working
Hi, I'm using dovecot 2.x and I'm using override so that only certain
domains are allowed to use ACLs, however it does seem to be working even
though I see the mail_plugins override in the logs.
In the config file I have
protocol imap {
mail_plugins = quota imap_quota trash expire autocreate
}
Using the following password/user queries:
2016 May 03
3
Changing Password Schemes
1. Auth debug turned on, - nothing
2. cryptpwd is the name of my "password" column, have to specify that if
you want to run password_query as it relies on a field "password" to work.
3. I have access to the "clear passwords" but none of my google searches
worked for converting them to SHA512_CRYPT
On Tue, May 3, 2016 at 1:02 PM, Steffen Kaiser <
skdovecot at
2016 May 03
3
Changing Password Schemes
OK QUERY is WORKING ("password_query" relies on having a field/column
"password', hence the addition under WHERE):
password_query = \
SELECT username AS USER, \
IF(cryptpwd IS NULL OR cryptpwd=' ', CONCAT('{PLAIN}',clearpwd),
cryptpwd) AS PASSWORD, \
'/var/vmail/%d/%n' as userdb_home, \
'maildir:/var/vmail/%d/%n' as
2008 Mar 03
2
dovecot 1.09 quota-rewrite patch for v1.0.
I downloaded dovecot 1.09 sources I patched it with quota-rewrite
patch for v1.0.
And now I have a problem with quota , I have quota dans mysql.
I send mail to a mailbox & i exeded the quota limit, then when I want
to errase de mail via imap dovecot tells me there is no space for this
operation.
my logs:
/var/log/dovecot-deliver.log
deliver(info at webmark.fr): Mar 03 12:46:15 Info:
2014 Dec 09
2
Quota issue with mailbox.
good morning,
i am experiencing an issue with a quot limits with a new install of
dovecot with mysql integration. quotas are set to 0 (unlimited) and show
as such in the mysql database as well as via the postfixadmin frontend.
i use imapsync to transfer mail from another imap server to this one,
the total user mailbox size is 18gb. dovecot lda tells me mailbox is
full even though i have set
2007 Jul 11
1
Fixing lda user_query error introduces new fault in mail delivery
I was getting these errors below and after fixing it delivery errors
were introduced
dovecot/error_log
==============
dovecot: Jul 11 06:19:28 Error: auth-worker(default):
sql(user at domain.com): User query failed: Table 'postfix.users' doesn't
exist
deliver(user at domain.com): Jul 11 06:19:28 Error: BUG: Unexpected input
from auth master: FAIL 1
dovecot: Jul 11 06:21:41 Error:
2016 May 03
5
Changing Password Schemes
Thank you,
Due to changes I had to make to let password_query work, I think your
"quick" version should be like this my setup:
UPDATE mailbox set password = ENCRYPT(clearpwd, CONCAT('$6$',sha(RAND()))) WHERE password IS NULL OR password=' ';
------------
You have a good day now, en mag jou m?re ook so wees,
Carl A Jeptha
On 2016-05-03 18:10, Gedalya wrote:
> The
2016 May 03
2
Changing Password Schemes
Steffen,
If you can point me in the direction as to how to convert a column of
clear text passwords to SHA512-CRYPT I will be happy to follow it and
close this query, I only came here because I had spent almost two weeks
trying to make the dovecot wiki work and thought someone would point out
the mistakes I had made.
But otherwise, I will move on, and not waste anyone's time anymore.
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
2019 Feb 12
6
Using SHA256/512 for SQL based password
I have trying to find how to set the dovecot-sql.conf for using
SHA256/512.? I am going to start clean with the stronger format, not
migrate from the old MD5.? It seems all I need is:
driver = mysql connect = host=/var/lib/mysql/mysql.sock dbname=postfix
user=postfix password=$Postfix_Database_Password default_pass_scheme =
SHAxxx-CRYPT # following should all be on one line. password_query =
2017 Feb 01
2
Dovecot auth-worker error after cram-md5 auth
This is debug log files in syslog:
Feb 1 07:10:25 vps342401 dovecot: auth: Debug: client passdb out:
CONT#0112#011PDAxODg3ODIzMTUwMzgxNzMuMTQ4NTkyOTQyNUB2cHMzNDI0MDEub3ZoLm5ldD4=
Feb 1 07:10:26 vps342401 dovecot: auth: Debug: client in: CONT<hidden>
Feb 1 07:10:26 vps342401 dovecot: auth-worker(27069): Debug: sql(
do_not_reply at example.com,12.173.211.32): query: SELECT email as user,
2019 Feb 14
1
Quota count and clone questions
all this almost reads like I can drop maintaining the quota2 table?
From https://wiki.dovecot.org/Quota/Count
mailbox_list_index = yes
# Avoid spending excessive time waiting for the quota calculation to
finish when
# mails' vsizes aren't already cached. If this many mails are opened,
finish the
# quota calculation on background in indexer-worker process. Mail
deliveries will
# be
2016 May 03
2
Changing Password Schemes
Just tried to run it on the "Live" database, the simulation found all
the rows, but when I ran the query I got this error (still trying to see
what mus be changed):
|#1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use
near '.sha(RAND()))) WHERE password IS NULL OR password=''' at line
2016 May 02
2
Changing Password Schemes
On 05/02/2016 05:32 AM, Carl Jeptha wrote:
> May 2 05:26:03 |****** dovecot: auth-worker(3442): Error:
> sql(user at domain.tld,xxx.xxx.xxx.xxx): Password query must return a
> field named 'password'
I'm not sure, maybe it's checking case-sensitive. Your query returns PASSWORD. Make it lowercase.
>
> For testing purposes I put the query in PHPMyAdmin and it
2007 Sep 23
1
quota ignore trash
Hi everybody,
I have a server works good but the quota calculation includes trash, what i
have to do in order to ignore trash in quota calculation?
My server imap is dovecot 1.0, my smtp server is postfix 2.3.8-2 and my webmail
is horde 3.1.3 and imp 4.1.3.
my dovecot.conf :
base_dir: /var/run/dovecot/
log_path: /var/log/mail.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: pop3 imap
2017 Feb 01
2
Dovecot auth-worker error after cram-md5 auth
I always restart dovecot after change config. ;) Sure, I commented out
added two lines by me, restarted dovecot and here it is:
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.13.0-100-generic x86_64 Ubuntu 14.04.5 LTS
auth_mechanisms = plain login cram-md5
listen = *,[::]
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_max_userip_connections = 100
mail_plugins = " quota"
2017 Feb 01
3
Dovecot auth-worker error after cram-md5 auth
Default it was: "auth_mechanisms = plain login" and I added cram-md5.
After restart all work perfectly. But after I added:
driver = passwd-file
args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
I can't set default lines because I got error. Please tell me which lines
should be changed to resolve this issue. Should I remove "login" from
auth_mechanism