Displaying 20 results from an estimated 1000 matches similar to: "deliver: handling of quota_full_tempfail and -e"
2007 May 09
3
PATCH: sendmail-like DSNs in Dovecot deliver (EX_TEMPFAIL always)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I've put together an always tempfail & sendmail-like DSN report back
patch.
Because I don't know how to transform the rejection reason into sysexit.h
codes, it always tempfails.
The hooks are so that:
a) config file setting:
lda_mode = mode
b) command line:
deliver --mode mode
where mode is default or sendmail.
When no
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
2014 Jul 22
1
Defer email via LMTP when there is 'no space left on device' instead of rejecting it
Hello dovecot-users,
(This problem was being discussed a little in this thread from 2011:
http://www.dovecot.org/list/dovecot/2011-May/059009.html)
I noticed (using LMTP) that Dovecot handles 'no space left on device'
just like an 'over-quota', if I read this part of method "static int
client_deliver(struct client *client, const struct mail_recipient *rcpt,
struct mail
2015 Jan 29
2
quota_full_tempfail = yes broken with lmtp_rcpt_check_quota (was: Re: lmtp_rcpt_check_quota not working)
Bernhard Schmidt <berni at birkenwald.de> wrote:
Hi,
> Axel Luttgens <AxelLuttgens at swing.be> wrote:
>
> Hi Axel,
>
>> Le 11 f?vr. 2014 ? 08:34, Bernhard Schmidt a ?crit :
>>
>>> [...]
>>> so Dovecot should reject in RCPT TO phase, but according to the logs of the
>>> upstream Postfix it does so after END-OF-DATA
>>>
2012 May 29
4
per-mailbox message limits
This is something Timo hacked up for me a few years ago and I realised
should be on the list in case anyone else wants them.
The following patches will limit maildir folders to 4000 messages on
Dovecot 2.0.* and 2.1.*
The Specfile patch is against the Cityfan Redhat EL5 SRPM but is likely
to work on most build platforms
Changing the message limit requires a recompile. It's brutal and
2012 Feb 21
1
Where did the message end up?
Hi all!
Just migrated out UW-IMAP installation to Dovecot and so far so good.
Had small teething problems though which left me with one question.
The scenario was that I have a set of public folders that are only needed by
the main company group (gid = company). Then there are some external users as
well, not directly in the company group.
I set up the public mailbox with permissions 660,
2018 Apr 08
5
lda fails in parse_angle_addr if sieve is enabled
Hi,
Since updating to 2.3.1 on my FreeBSD mailserver mail delivery using
lda is broken if I have sieve enabled.
(Before updating this was 2.2 and pigeonhole 0.4)
FreeBSD 11.1-p8 amd64
Dovecot 2.3.1
Pigeonhole 0.5.1
Mailflow is OpenSMTPd as MTA, using mda delivery to rspamc which
utlimately delivers using dovecot-lda.
smtpd.conf
deliver to mda "rspamc -h scan --mime -e
2012 Nov 09
1
Sieve puts incoming message into inbox on any problem with submission_host
Hello dovecot-users,
I have a question/suggestion regarding the submission_host feature of
the lda (either via dovecot-lda binary or lmtp) in combination with sieve.
When trying to deliver message to a mailbox and this message has a sieve
redirect action applied to it, dovecot is using the configured smtp
server to forward the message just fine. Unfortunately, if the server
configured for
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
2012 Mar 20
1
mdbox and pop3 locking
With mdbox, what does dovecot lock when "pop3_lock_session(pop3): yes"?
Specifically, I'm wondering if Dovecot LDA is able to deliver mail when
a session is locked, if using mdbox, or if it will tempfail until the
session is unlocked?
Thanks,
Ken
--
Ken Anderson
Pacific Internet - http://www.pacific.net
2011 May 09
6
Posfix and Dovecot (dovecot like LDA) and no space left on the disk
Hi,
Please I have a question:
If my server is out of space (disk full) and the postfix is LDA, the new messages a deffered or refused,so postfix send 450 to sender ...
But When I use dovecot (1.2.16) like LDA, postfix accept message (even there is no space), forward to dovecot, dovecot REFUSE the message and message is lost !
How can I solve this ? I don't want tu use quota and the disk
2007 Jun 18
1
Problem with deliver
Per the wiki page:
http://wiki.dovecot.org/LDA
Doing the following should create a Maildir directory structure
in an arbitrary directory, deposit a message and create/update
any dovecot indexes:
mkdir /common/foo
export HOME=/common/foo
export PATH=/usr/libexec/dovecot:$PATH
cat 1180102308.88215.4145.davidfavor.com:2,RS | deliver -f doda at foobar.com
This gives an error
2014 Jun 26
1
Bug in quota_get_status
Hi,
the configuration option
lmtp_rcpt_check_quota = yes
didn't work, so I traced down the problem:
quota_get_status (quota_storage.c:89) calls quota_test_alloc
(quota.c:1352) with size = 0 bytes, which leads always to a FALSE result
in quota_is_over (quota.c:1305).
I've fixed the function quota_is_over by considering ctx->bytes_over and
ctx->count_over. See the included
2010 Dec 02
3
Permission denied error log messages
Hi Timo,
ok, I have a large 2.07 NFS setup, and I have been monitoring error
messages to make sure I catch things, and I've come across a lot of
messages that come in pairs and look like this :
Dec 01 17:48:35 lda(paul at xxxxxx.com): Error:
write(/home/mailboxes/data/301/paul at xxxxxx.com/Maildir/tmp/1291254514.M620308P83269.mta2.scaledsystems.com)
failed: Permission denied
Dec 01
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
2009 May 24
2
Some questions about deliver
While investigating Dovecot's deliver with Postfix, I encountered some
behaviors making me wonder whether I really understand the purpose of
that binary. So, if you allow...
This is from Postfix' main.cf:
mailbox_command = /usr/local/dovecot/libexec/dovecot/deliver -e -n
This is my quick setup for Dovecot:
# 1.2.rc4: /usr/local/etc/dovecot.conf
# OS: Darwin 9.7.0
2013 Jun 16
5
v2.2.3 released
http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz.sig
This is a pretty important upgrade for v2.2 users, because of the IMAP
ENVELOPE reply fix.
* LDA/LMTP: If new mail delivery first fails with "temporary
failure", tempfail the whole delivery instead of falling back to
delivering the mail to INBOX. (Requires new Pigeonhole
2013 Jun 16
5
v2.2.3 released
http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.3.tar.gz.sig
This is a pretty important upgrade for v2.2 users, because of the IMAP
ENVELOPE reply fix.
* LDA/LMTP: If new mail delivery first fails with "temporary
failure", tempfail the whole delivery instead of falling back to
delivering the mail to INBOX. (Requires new Pigeonhole
2012 Mar 23
1
Problems with upgrade 2.0.16 -> 2.1.3
I ran into two issues trying to upgrade our dovecot installation (Solaris 10).
1) Does not compile with OpenSSL 0.9.7
Not a big deal, as I was able to successfully against OpenSSL 0.9.8,
but does dovecot require OpenSSL >= 0.9.8 now?
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test -std=gnu99 -O3 -fomit-frame-pointer -mcpu=ultrasparc -Wall -W