Displaying 20 results from an estimated 156 matches for "quota_exceeded_messag".
Did you mean:
quota_exceeded_message
2018 Oct 24
2
Read the quota_exceeded_message from a file
Greetings,
I've been trying to have quota_exceeded_message read from a file according
to
https://wiki2.dovecot.org/Quota/Configuration#Custom_Quota_Exceeded_Message
; I'm running dovecot 2.2.10 on Centos 7. If I set text right to the equal
sign, it works fine, but I'd rather load it from a file as I need a new
line and %n and \n and simple \ foll...
2018 Oct 24
2
Read the quota_exceeded_message from a file
...d it didn't work, thus the email to the mailing list.
the text there is simply absent in the email that is sent out. on a side
note, I've tried to use file in /tmp/test and the behavior is funny, I get:
doveconf: Fatal: Error in configuration file
/etc/dovecot/conf.d/90-quota.conf line 96: quota_exceeded_message: Can't
open file /tmp/test: No such file or directory
but If I place it under / or under /etc/dovecot , the daemon runs fine, yet
as described, the content is not included in the message sent out!
M.
On Thu, 25 Oct 2018 at 00:13, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>...
2018 Oct 24
0
Read the quota_exceeded_message from a file
...>maysara.abdulhaq@gmail.com</a>> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
Greetings,
</div>
<div>
<br>
</div>
<div>
I've been trying to have quota_exceeded_message read from a file according
</div>
<div>
to
</div>
<div>
<a href="https://wiki2.dovecot.org/Quota/Configuration#Custom_Quota_Exceeded_Message" rel="noopener" target="_blank">https://wiki2.dovecot.org/Quota/Configuration...
2018 Oct 25
2
Read the quota_exceeded_message from a file
On Thu, 25 Oct 2018 07:25:33 +0200
Alexander Dalloz <ad+lists at uni-x.org> wrote:
> That's not surprising as for systemd controlled services the tmp is
> not /tmp but a private tmp inside /var/tmp/systemd-private*
This is not generally true but depends on the service file and the
options used there.
--
openSUSE - SUSE Linux is my linux
openSUSE is good
2018 Oct 25
0
Read the quota_exceeded_message from a file
Am 25.10.2018 um 01:41 schrieb Maysara A. Abdulhaq:
> note, I've tried to use file in /tmp/test and the behavior is funny, I get:
>
> doveconf: Fatal: Error in configuration file
> /etc/dovecot/conf.d/90-quota.conf line 96: quota_exceeded_message: Can't
> open file /tmp/test: No such file or directory
That's not surprising as for systemd controlled services the tmp is not
/tmp but a private tmp inside /var/tmp/systemd-private*
Alexander
2018 Oct 27
0
Read the quota_exceeded_message from a file
Thank you for the responses, and I apologize for /tmp issue diverging from
the initial query.
Can someone confirm that the:
quota_exceeded_message =</path/to/file
configuration syntax works for you? If it does then I assume the issue is
on my side, or if it's a bug or so.
On Thu, 25 Oct 2018 at 14:36, Marcus R?ckert <darix at nordisch.org> wrote:
> On Thu, 25 Oct 2018 07:25:33 +0200
> Alexander Dalloz <ad+lists at u...
2010 Feb 16
2
configuring overquota message
From dovecot 1.2.10 sources i have:
src/plugins/quota/quota.c
#define DEFAULT_QUOTA_EXCEEDED_MSG \
"Quota exceeded (mailbox for user is full)"
struct quota_settings *quota_settings_init(void)
{
[ .... ]
quota_set->quota_exceeded_msg = getenv("QUOTA_EXCEEDED_MESSAGE");
if (quota_set->quota_exceeded_msg == NULL)
quota_set->quota_exceeded_msg = DEFAULT_QUOTA_EXCEEDED_MSG;
[ .... ]
but i havent found, in all the sources, where the
QUOTA_EXCEEDED_MESSAGE is feeded by something from dovecot.conf or
anywhere else....
2012 Jul 07
5
Feature request
...-mail server, which is aimed
to be replacement for proprietary software I've been using sofar.
Appreciating all Dovecot rich features, I lack just one. And this is the
ability to customize the "quota exceeded, message rejected" message. I know
I can set it's default content using quota_exceeded_message parameter, but
i would also like to have ability to set:
- to whom the message is sent. Some mail systems send copy not only to the
sender, but also to the recipient. It makes sense in case rejected message
has big size.
- it's subject
- if the rejected message is being attached ( with or w...
2013 Feb 27
1
Special characters in dovecot.conf
Hi all,
I've configured "quota_exceeded_message" in dovecot 1.2, but I have two
questions:
- Can I use "CRLF" in it? I'd like have two messages: english and spanish.
- If char character set in dovecot.conf is ASCII, How do I set special
characters (spanish)? The email received is in UTF-8
Thanks you
--
Antonio Casado Ro...
2012 May 08
1
Enforcing Dovecot Quotas
...ded.
In my main.cf, I have:
userdb sql {
args = /etc/dovecot/mysql/dovecot-mysql.conf
}
passdb sql {
args = /etc/dovecot/mysql/dovecot-mysql.conf
}
and...
protocol lda {
mail_plugins = quota
}
protocol imap {
mail_plugins = quota imap_quota
}
plugin {
quota_exceeded_message = You have exceeded the maximum quota for
your mailbox
}
the dovecot sql (mysql) file has the following query for pulling out user
ids and quotas etc:
user_query = SELECT maildir, mymailuser as uid, mymailgroup as
gid,concat('maildir:storage=',quota) as quota FROM virtual_mailbox WHERE
u...
2011 Sep 19
2
dsync with quotas
I have been working on converting people from courier maildir -> dovecot
mdbox and during some of the dsync runs I'm seeing the
quota_exceeded_message be printed as an Error:
dsync(<user>): Error: Can't save message to mailbox INBOX: You are over quota. To avoid losing mail, immediately empty your Trash and Sent folders and \
delete emails with large attachments.
dsync(<user>): Info: INBOX: Couldn't keep all uids^M
Its pos...
2017 Sep 05
2
can't get quota working. I use static userdb driver.
On 05.09.2017 11:28, Steffen Kaiser wrote:
> On Fri, 1 Sep 2017, ????? ????? wrote:
>
> > plugin {
> > quota = maildir:"User quota"
> > quota_rule = *:storage=10M
> > quota_rule3 = INBOX.Trash:storage=+10%%
> ^^ this should spell quota_rule2
> but is not the issue right now
>
actually dovecot probably stops looking after it fails to
2017 Sep 01
3
can't get quota working. I use static userdb driver.
...ostmaster # required
mail_plugins = $mail_plugins sieve
}
protocol lda {
mail_plugins = $mail_plugins sieve
}
protocol imap {
mail_plugins = $mail_plugins imap_quota
}
plugin {
quota = maildir:"User quota"
quota_rule = *:storage=10M
quota_rule3 = INBOX.Trash:storage=+10%%
quota_exceeded_message = "552 5.2.2 Mailbox is full"
}
doveconf -n is attached.
# doveadm quota get
Quota name Type Value Limit
%
"User quota" STORAGE 0 10240
0
"User quota" MESSAGE 0 -
# doveadm quota get -u vadim
Quota name Type Value Limit...
2008 Sep 17
1
rejecting mail due to quota exceeded
Hi,
we are using dovecot's deliver to deliver mails to a virtual mailbox
tree owned by the vmail user, by piping the message to the following
command spawned by vmail:
/usr/bin/env HOME=/srv/vmail/mydomain.ch/myaccount /usr/lib/dovecot/deliver
When a message is delivered to an account that has reached its
quotum, deliver issues a failure message saying:
From: Mail Delivery Subsystem
2017 Sep 06
2
can't get quota working. I use static userdb driver.
...to:
>
> plugin {
> sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve
> sieve_global = /mnt/rw_disc/dovecot/sieve/
>
> quota = maildir:User
> quota_rule = *:storage=10M
> # quota_rule2 = INBOX.Trash:storage=+10%%
> quota_max_mail_size = 3M
> quota_exceeded_message = "552 5.2.2 Mailbox is full"
> }
Have you tried using a different backend (e.g. dict & flat file)?
> The mail_location is actually maildir:/var/spool/mail/%u, mdbox was a
> misspelling (i tried migration from maildir to mdbox before).
I'm wondering if this might be...
2011 Jan 13
1
Quota_rule in dovecot 1.1
...fix
MYSQL
Centos 5.5 64 Bits
I configured my dovecot.conf to leave the "TRASH" folder outside the "quota",
but without
success ...
How do I proceed to give effect to my setup?
My dovecot.conf:
plugin {
quota = maildir
quota2 = maildir:user quota
*quota_rule = Trash:ignore*
quota_exceeded_message = Quota excedida. Por favor, exclua alguns emails!
quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95
quota_warning2 = storage=80%% /usr/local/bin/quota-warning.sh 80
}
My dovecot-sql.conf:
driver = mysql
connect = host=localhost dbname=mail user=mail password=mail
# The new name fo...
2014 Mar 05
2
Bounce messages
...ox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix =}passdb { args = /etc/dovecot/dovecot-mysql.conf.ext driver = sql}plugin { quota = maildir:User quota quota_exceeded_message = Storage quota for this account has been exceeded, please try again later. quota_rule = *:storage=1G quota_rule2 = Trash:storage=+30%% quota_rule3 = Sent:storage=+30%% quota_warning = storage=90%% quota-warning 90 %u quota_warning2 = storage=75%% quota-warning 75 %u sieve = ~/.dovecot.sieve...
2014 Jul 08
0
Limit confusion
...user = mail
}
}
ssl_cert = </etc/certs/wildcard/cert.pem
ssl_cipher_list = HIGH:-ADH:-aNULL
ssl_key = </etc/certs/wildcard/key.pem
userdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
verbose_proctitle = yes
protocol lda {
mail_plugins = expire quota zlib sieve
plugin {
quota_exceeded_message = Sorry, your message cannot be delivered to that person because their mailbox is full. If you can contact them another way, you may wish to tell them of this problem.
quota_rule7 = INBOX:bytes=+10%%
}
}
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
mail_ma...
2017 Sep 06
0
can't get quota working. I use static userdb driver.
Thank you for your answers.
I fixed config to:
plugin {
sieve_default = /mnt/rw_disc/dovecot/sieve/default.sieve
sieve_global = /mnt/rw_disc/dovecot/sieve/
quota = maildir:User
quota_rule = *:storage=10M
# quota_rule2 = INBOX.Trash:storage=+10%%
quota_max_mail_size = 3M
quota_exceeded_message = "552 5.2.2 Mailbox is full"
}
The mail_location is actually maildir:/var/spool/mail/%u, mdbox was a
misspelling (i tried migration from maildir to mdbox before).
I've deleted mailboxes from file system. Dovecot created them again on
login. I sent some mails to get over 10Mb in bot...
2017 Oct 28
2
Quota warning executable can not log to /dev/stdout
...= \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
prefix =
separator = .
}
passdb {
args = /etc/dovecot/dovecot-mysql.conf.ext
driver = sql
}
plugin {
quota = maildir:User quota
quota_exceeded_message = Storage quota for user %u exceeded (Benutzer
%u hat sein Speichervolumen ueberschritten)
quota_grace = 10%%
quota_rule2 = Trash:storage=+100M
quota_status_nouser = DUNNO
quota_status_overquota = 552 5.2.2 Mailbox is full
quota_status_success = DUNNO
quota_warning = storage=85%...