Displaying 20 results from an estimated 10000 matches similar to: "Username bug in '%%' variables selects"
2009 Feb 02
1
Dovecot changes username
Hi,
when I updated Dovecot from 1.1.8 to 1.1.10, it changed the username from
account at domain.tld to account at account@domain.tld thus not authenticating.
From logs:
####
(Before update)
Feb 1 09:45:51 count-bubba dovecot: auth(default): client in: AUTH 1 PLAIN
service=imap secured lip=78.47.39.122 rip=85.177.168.174 lport=143
rport=38118 resp=<hidden>
Feb 1 09:45:51 count-bubba
2014 Aug 25
0
Problem overriding default quota limit for LDAP users
Hi!
I install dovecot from debian-backports:
dovecot --version
2.2.9
Dovecot is configured to multiple authorization:
/etc/dovecot# cat conf.d/10-auth.conf |grep include
#!include auth-deny.conf.ext
!include auth-master.conf.ext
#include auth-system.conf.ext
!include auth-sql.conf.ext
!include auth-ldap.conf.ext
#!include auth-passwdfile.conf.ext
#!include auth-checkpassword.conf.ext
#!include
2015 Sep 13
3
no login with MySQL
Christian Kivalo <ml+dovecot at valo.at> schrieb am 13.09.15 um 22:08:04 Uhr:
> > I think the query-string f?r MySQL would overwrite this mail_location,
> > right? But how do I define it in the query?
>
> yes thats how it should work but your query (looking at the query result
> from your first email) overwrites the mail_location with
>
2018 Sep 19
0
Problem getting quota-warning script to function.
Hi!
Can you provide dovecot version? Also output of mail_debug=yes logs
would be useful
Aki
On 19.09.2018 00:19, Ted wrote:
> Hello,
>
> I'm trying to implement quota enforcement in our mailservers, and it is
> all working properly except that the quota warnings are not firing when
> the quota levels are passed.? the server stops accepting email when the
> quota is
2010 Jul 22
1
problem mysql and dovecot 1.2
Hi everybody ,
Since my version 1.2. I have a problem with the management of quotas.
select * from virtual_users;
+----+-----------+----------------------------------+---------------------------+----------+----------------+
| id | domain_id | password | email
| quota_kb | quota_messages |
2007 Nov 17
1
mailbox size limit
Hi guys,
I was wondering... my Inbox is 1.3GB large, my mailbox size limit is 6GB
(6442450941). Other users have 500+ MB in their Inbox.
I have about 27GB of mail. I'm running dovecot 1.0.7 now under Fedora 7
with postfix. I have no trouble at all, everything is working perfect.
I use ext3 as my file system, and I store mail in maildir format.
Will I have any inode, file system, issues?
Is
2017 Mar 23
0
Ubuntu Dovecot 2.2.9 several Errors, Transaction log as well as BUG message
2.2.9 is rather old. Updating to a more recent version could help.
Aki
On 23.03.2017 10:48, Kein Name wrote:
> Hello List,
>
> I am running an Ubuntu 14.04.5 LTS Server with Dovecot 2.2.9, only local
> filesystems and authentication done via mysql backend.
> Server is a Strato Virtual Server running
> 2.6.32-042stab120.11 #1 SMP Fri Mar 10 16:52:50 MSK 2017 i686 i686 i686
>
2014 Oct 01
1
Simply mysql quota check
Hi there,
I'm setting up a new email server with Dovecot(2.2.9) and MySQL.
My Dovecot configuration:
#/etc/dovecot/conf.d/90-quota.conf
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
user = dovecot
unix_listener quota-warning {
user = vmail
}
}
plugin {
quota = maildir:User quota
quota_warning = storage=95%% quota-warning 95 %u@%d
2015 Sep 13
0
no login with MySQL
On 2015-09-13 21:05, Andreas Meyer wrote:
> Hello!
>
> Christian Kivalo <ml+dovecot at valo.at> schrieb am 13.09.15 um 19:51:38
> Uhr:
>
>> > Sep 13 11:55:49 imap(a.meyer at nimmini.de): Error: user
>> > a.meyer at nimmini.de: Initialization failed: Namespace '': Home
>> > directory not set for user. Can't expand ~/ for mail root dir
2007 Aug 28
2
quota imap_quota
Hello,
I've been frying my brain with quota and mysql... Here is what I do:
protocol imap {
mail_plugins = quota imap_quota
imap_client_workarounds = outlook-idle delay-newmail
}
plugin {
# 10 MB + 1000 messages quota limit
# quota = maildir:storage=10240:messages=1000
driver = mysql
connect = host=/var/lib/mysql/mysql.sock user=mail_admin
password=XXXXXXXX dbname=mail
2014 Aug 14
1
Quota Help
Hi all,
First post here so hopefully I get all the required information correct.
I am running a mail server on Debian, its consists of Postfix (2.9.6-2),
Dovecot (2.1.7) and MySQL (5.5). Basic stuff is all working find so I
decided to try and implement quotas. This is working to an extent but
not properly and I am a little lost so looking for some help.
In my configuration the default mailbox
2012 Oct 08
0
another mysql quota problem
Hello!
I am using dovecot 1.2.15 on Debian 6
I have Postfix configured with mysql, and also dovecot is auth-ing form mysql users table.
The users table has username password quota stored.
When I set qouta to whatever number, it doesnt even show in dovecot.
telnet localhost 143
a login username at domain.tld password
a getquotaroot inbox
* QUOTAROOT "INBOX"
a OK Getquotaroot completed.
2017 Jan 31
0
quota-status returns quota_status_success when email would put user over quota
Hi list,
We still did not manage to get quota-status working.
We're hoping someone can provide some feedback/ideas on how we may
investigate this issue further?
Is it likely to be a bug fixed in a newer version?
Regards,
Kristian
On 2017-01-24 09:25, Kristian Pedersen wrote:
> Hi list,
>
> I am attempting to get quota-status service working, so I can deny
> email at the
2012 Oct 10
1
I need a quota expert
I'm having problems with dovecot quota configuration.
If I Include the driver mysql in dovecot-sql.conf I'm getting this error:
dovecot: dict: Error in configuration file /etc/dovecot/dovecot-sql.conf line 1: Unknown setting: driver
dovecot: dict: Failed to initialize dictionary 'quotadict'
If I Don't include it:
dovecot: auth(default): Fatal: sql: driver not set in
2017 Mar 23
2
Ubuntu Dovecot 2.2.9 several Errors, Transaction log as well as BUG message
Hello List,
I am running an Ubuntu 14.04.5 LTS Server with Dovecot 2.2.9, only local
filesystems and authentication done via mysql backend.
Server is a Strato Virtual Server running
2.6.32-042stab120.11 #1 SMP Fri Mar 10 16:52:50 MSK 2017 i686 i686 i686
GNU/Linux
Sometimes I see errors in the log like this for one user:
Error: Transaction log /var/vmail/
2006 Oct 20
1
md5 password storage
Hi List.
I've got a dovecot running with mysql. All my users data are there. But
I intend to use MD5 instead of clear passwords at MySQL.
Someone can help-me? []s;
Andrey
Here's my dovecot-mysql.conf:
# Dovecot queries
db_host = localhost
db_unix_socket = /var/lib/mysql/mysql.sock
db_port = 3306
db = mail
db_user = my_conn_user
db_passwd = my_conn_passwd
#
# Pehapes i need to
2017 Feb 01
0
quota-status returns quota_status_success when email would put user over quota
Steps to setup quota with status:
mail_plugins = $mail_plugins quota
protocol imap {
mail_plugins = $mail_plugins imap_quota
}
service quota-status {
executable = quota-status -p postfix
inet_listener {
port = 12340 # You can choose any port you want
}
client_limit = 1
}
plugin {
quota = count:User quota # or some other backend
quota_rule = *:storage=10M # or
2013 Dec 08
1
Expire plugin - empty expires table
Hello,
Dovecot does not fill expires table when moving messages to Trash or Junk
folder.
I looked all over mailing list and googled around and cannot find what could
be wrong - pleas help :)
Dict works for quota, so I presume connection to mysql is not a problem -
mailuser has Select,Insert,Update,Delete privileges over
quota and expires table (log below for deleting message)
dovecot
2017 Jan 24
2
quota-status returns quota_status_success when email would put user over quota
Hi list,
I am attempting to get quota-status service working, so I can deny email
at the initial smtp dialog instead of generating bounces with lda.
I can't seem to get quota-status to return quota_status_overquota, even
when an email would put an account over quota.
Quota in general works fine:
Jan 22 06:39:23 mail dovecot: lda(xx at yy.dk):
msgid=<25c5bdb20d58fc4f649f716a947613dc at
2018 Sep 19
3
Problem getting quota-warning script to function.
Hello,
Most of the work was done with dovecot 2.2.27 but I just upgraded to
2.3.2 and didn't see any change.? Some debug logs are below, is there
something specific I could search them for?
Sep 17 23:19:16 ezm11-pco dovecot: auth-worker(8299): Debug: Loading
modules from directory: /usr/lib/dovecot/modules/auth
Sep 17 23:19:16 ezm11-pco dovecot: auth-worker(8299): Debug: Module
loaded: