Displaying 20 results from an estimated 338 matches for "quota_full_tempfail".
2008 Apr 30
2
deliver: handling of quota_full_tempfail and -e
Hi,
while testing out dovecot 1.1, I found that when you set
quota_full_tempfail = yes in dovecot.conf and use the deliver -e command
line flag, no deferral reason is printed, thus breaking my fancy
quota_exceeded_message.
This appears to be because of the if() block in lines 1003-1009 in
src/deliver/deliver.c, and should be easily fixable (if it is indeed a bug,
and not inten...
2015 Jan 29
2
quota_full_tempfail = yes broken with lmtp_rcpt_check_quota (was: Re: lmtp_rcpt_check_quota not working)
...(from Debian testing compiled on wheezy) is still showing
the same behaviour as 2.2.9. lmtp_rcpt_check_quota is apparently
ignored, the over-quota defer happens after the DATA phase.
# 2.2.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.8
[...]
lmtp_rcpt_check_quota = yes
quota_full_tempfail = yes
protocol lmtp {
mail_plugins = quota sieve
}
-> MAIL FROM:<sender at domain.de>
<- 250 2.1.0 OK
-> RCPT TO:<recipient at domain.de>
<- 250 2.1.5 OK
-> DATA
<- 354 OK
-> Date: Thu, 29 Jan 2015 13:35:51 +0100
-> To: recipient at domain.de
-> Fr...
2014 Jul 22
1
Defer email via LMTP when there is 'no space left on device' instead of rejecting it
.....]
else if (storage != NULL) {
error = mail_storage_get_last_error(storage, &mail_error);
if (mail_error == MAIL_ERROR_NOSPACE) {
client_send_line(client, "%s <%s> %s",
dctx.set->quota_full_tempfail ?
"452 4.2.2" : "552 5.2.2",
rcpt->address, error);
} else {
client_send_line(client, "451 4.2.0 <%s> %s",...
2012 Feb 02
3
Question about quota configuration
Hi
This is my first post here so i will be as precise as i can
I'm trying to setup a quota system using dovecot postfix and procmail
dovecot version 1.2.9
postfix version 2.7.0
I have succesfully modified dovecot config to use fs quota system (so far
imap and pop3)
It reports correct quotas to imap and pop3 clients (both user and group)
What im tryin to do now is to modify
2010 Jan 05
2
Dovecot Quota Problem
I'm using Dovecot LDA with Exim. I'm also using Dictionary Quotas in a
MySQL database. I want to avoid backscatter completely, so I set
"quota_full_tempfail = yes" and handle quota checking in the Exim RCPT ACL
during the SMTP session. The problem lies in the case where a user's
account is nearly full. Smaller messages will continue to come through,
but a larger message would get queued for retry since it will push the
account over quota. I...
2011 Jul 13
1
How to turn off "plus" delivery
...sr/lib/dovecot/imap-login
mail_privileged_group: mail
mail_location: maildir:~/Maildir
mbox_write_locks: fcntl dotlock
imap_client_workarounds: outlook-idle delay-newmail
lda:
postmaster_address: postmaster at xxxxxxxxx.com
postmaster_address: postmaster at xxxxxxxxx.com
mail_plugins: sieve
quota_full_tempfail: yes
deliver_log_format: msgid=%m: %$
rejection_reason: Your message to <%t> was automatically rejected:%n%r
postmaster_address: postmaster at xxxxxxxxx.com
mail_plugins: sieve
quota_full_tempfail: yes
deliver_log_format: msgid=%m: %$
rejection_reason: Your message to <%t>...
2010 Mar 25
1
cmusieve auto-reply and quota
...working as well.
Here is the section that show how I've set it up:
--
protocol lda {
mail_plugin_dir = /usr/lib/dovecot/modules/lda
mail_plugins = cmusieve quota
postmaster_address = postmaster at do.ma.in
hostname = mybox.do.ma.in
auth_socket_path = /var/run/dovecot/auth-master
quota_full_tempfail = no
}
--
I also want to run some sieve scripts just to be able to do some
auto-replies (i.e. Out of office), and also it works well.
Here is an example of a sieve I was using in some tests:
--
require ["fileinto", "vacation"];
if header :contains "X-DSPAM-Result"...
2009 Jan 17
3
Dovecot discards mail over quota
I'm new to Dovecot, using 1.1.8 and I just wanted to verify that what
I am observing is the intended behavior. I'm using Maildir++ quota.
When a message is delivered to a mailbox that cannot accept the
message because it would place them over the quota limit, deliver
states to the MTA that the messsage was delivered successfully
(example using postfix):
Jan 17 12:05:31 msa
2011 Jan 02
2
Unable to solve over quota issue
Dear All,
I am using dovecot-lda to deliver the mail but unable to restrict
users to recieve mails when quota becomes full. while i am using
quota_full_tempfail = no in 15-lda.conf file. following is the output
of doveconf -n
Note: per user quota is working from ldap and as well global quota
defined in 90-quota.conf file ..
# 2.0.8: /usr/local/dovecot/etc/dovecot/dovecot.conf
# OS: Linux 2.6.26-2-amd64 x86_64 Debian 5.0.7
base_dir = /usr/local/dovecot/v...
2010 Nov 19
2
lda sieve error using global after sieve script
...y
mmap_disable = yes
passdb {
args = /bin/checkpassword_dovecot_auth
driver = checkpassword
}
plugin {
quota = maildir
sieve = ~/.dovecot.sieve
sieve_after = /home/mailboxes/sieve/to_spam_folder.sieve
sieve_dir = ~/Maildir/sieve
sieve_extensions = +notify +imapflags
}
protocols = none
quota_full_tempfail = yes
service auth {
unix_listener auth-userdb {
group = sn
mode = 0600
user = sn
}
}
ssl = no
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = prefetch
}
userdb {
args = /bin/checkpassword_dovecot_deliver
driver = checkpas...
2017 Apr 10
1
Public Folder Problems
...cal/cpanel/etc/dovecot/virtual/spam:INDEX=~/mail/virtual/%u
prefix = spam
separator = .
}
pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s,
bytes=%i/%o
pop3_uidl_format = UID%u-%v
}
protocol lmtp {
mail_plugins = quota quota_clone
postmaster_address = root
quota_full_tempfail = no
}
protocol lda {
mail_plugins = quota quota_clone
postmaster_address = root
quota_full_tempfail = no
}
2008 Oct 17
2
Sendmail and deliver LDA exits with EX_TEMPFAIL on overquota
Hi all,
I have setup dovecot 1.1.4 and sendmail 8.14.3 with dovecot LDA on linux
(RHEL5 on x86_64).
I have deliberately set a very low quota (4MB) on a test account, while
the actual disk usage is 5MB at the moment, in order to test overquota
behaviour..
When I send an email to this account, sendmail accepts the email and
tries to deliver it. Deliver fails to save in INBOX and returns an
2015 Apr 27
3
Fatal: Error in configuration file /etc/dovecot/dovecot.conf: protocols: Unknown protocol: sieve
...A:+HIGH:+MEDIUM
ssl_key = </etc/dovecot/private/dovecot.pem
userdb {
args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n
driver = static
}
doveconf: Error: protocols: Unknown protocol: sieve
protocol lda {
deliver_log_format = msgid=%m: %$
mail_plugins = sieve
postmaster_address = postmaster
quota_full_tempfail = yes
rejection_reason = Your message to <%t> was automatically rejected:%n%r
}
protocol imap {
imap_client_workarounds = delay-newmail
mail_max_userip_connections = 10
}
protocol pop3 {
mail_max_userip_connections = 10
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}
doveconf: Fatal: Er...
2013 Jul 19
1
zlib plugin "undefined symbol: imap_module_register"
...rdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
protocol imaps {
imap_client_workarounds = delay-newmail
mail_max_userip_connections = 50
}
protocol lda {
deliver_log_format = msgid=%m: %$
mail_plugins = sieve, zlib, acl, imap_zlib
postmaster_address = postmaster
quota_full_tempfail = yes
rejection_reason = Your message to <%t> was automatically rejected:%n%r
}
protocol imap {
mail_plugins = zlib, acl, imap_zlib
}
Mit freundlichen Gruessen / best regards
papaya Software GmbH
i.A. Alexander Weber
--
papaya Software GmbH | Im MediaPark 5 | 50670 Koeln | Germany...
2012 Jun 11
1
Sieve: Mailbox doesn't exist
...p {
imap_client_workarounds = delay-newmail
mail_max_userip_connections = 10
}
protocol pop3 {
mail_max_userip_connections = 10
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}
protocol lda {
deliver_log_format = msgid=%m: %$
mail_plugins = sieve
postmaster_address = postmaster
quota_full_tempfail = yes
rejection_reason = Your message to <%t> was automatically rejected:%n%r
}
2014 Feb 24
0
Dovecot stopped with "master: Fatal: kevent(): Invalid argument"
...= outlook-no-nuls oe-ns-eoh
pop3_enable_last = yes
pop3_fast_size_lookups = yes
pop3_no_flag_updates = yes
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
info_log_path = /var/log/dovecot/lda.log
log_path = /var/log/dovecot/lda_error.log
postmaster_address = postmaster at xxx.com.ua
quota_full_tempfail = no
sendmail_path = /usr/local/sbin/exim
}
protocol lmtp {
info_log_path = /var/log/dovecot/deliver.log
log_path = /var/log/dovecot/error_lmtp.log
postmaster_address = postmaster at xxx.com.ua
quota_full_tempfail = no
sendmail_path = /usr/local/sbin/exim
}
Best regards,
Mike
2016 Jul 03
2
Postfix/dovecot: user unrecognized, file permissions being misread
...efer_server_ciphers = yes
userdb {
driver = passwd
}
userdb {
args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n
driver = static
}
verbose_ssl = yes
protocol lda {
deliver_log_format = msgid=%m: %$
mail_plugins = sieve
postmaster_address = postmaster at privustech.com
quota_full_tempfail = yes
rejection_reason = Your message to <%t> was automatically
rejected:%n%r
}
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
mail_max_userip_connections = 10
}
2014 Mar 05
2
Bounce messages
...ota_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 sieve_dir = ~/sieve}postmaster_address = postmaster at multidist.euprotocols = " imap lmtp pop3"quota_full_tempfail = yesrejection_subject = Rejet: %sservice auth { unix_listener /var/spool/postfix/private/auth { mode = 0666 }}service dict { unix_listener dict { mode = 0777 }}service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0666 user = postfix }}s...
2010 Sep 24
2
LDA + Postfix + LDAP + Sieve (Vacation): Wrong Domain in Reply
...n n - - pipe
flags=DRhu user=mail:mail argv=/usr/lib/dovecot/deliver -f ${sender}
-d ${user}@${nexthop}
My LDA configuration is:
protocol lda {
postmaster_address = postmaster at our-primary-domain.com
hostname = our-primary-domain.com
mail_plugins = sieve
quota_full_tempfail = yes
deliver_log_format = msgid=%m: %$
rejection_reason = Your message to <%t> was automatically rejected:%n%r
}
So, our main "administrative" domain is: my-primary-domain.com, the
mail server being mail.my-primary-domain.com. I sent an email to a
user: janedoe at my-other-dom...
2010 Jun 15
1
Managesieve error
...il_location = maildir:%h/Maildir
mail_nfs_index = yes
mail_nfs_storage = yes
mail_uid = 100
mmap_disable = yes
passdb {
args = /bin/checkpassword_dovecot_auth
driver = checkpassword
}
plugin {
quota = maildir
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
protocols = imap pop3 managesieve
quota_full_tempfail = yes
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = prefetch
}
userdb {
args = /bin/checkpassword_dovecot_deliver
driver = checkpassword
}
verbose_proctitle = yes
protocol lda {
mail_plugins = quota sieve
}
protocol imap {
mail_plug...