Displaying 20 results from an estimated 1000 matches similar to: "Some Dovecot LDA version sends MDN rather than DSN for overquota."
2010 Apr 15
1
sieve plugin - reject sends MDN. Can it 550 reject ?
I'm using dovecot-1.2-sieve-0.1.15 with dovecot-1.2.11.
I have a reject test filter that looks like this:
require "reject";
if header :contains "subject" "reject" {
reject "bye";
}
Is there any way to get a "reject" filter to send back a 550 reject as
detailed in http://ietfreport.isoc.org/idref/rfc5429/#section-2.5 rather
than a MDN?
The
2007 Sep 25
1
deliver w/quotas - MDN after accept mail?
I'm testing deliver with sendmail and fs quotas.
On an over quota condition, deliver accepts the mail, deletes it, then
issues a MDN immediately.
Is there a way to get deliver to soft fail like procmail does with a 400
error and queue the mail, then let sendmail handle the MDN, following
it's "confTO_QUEUEWARN" and "confTO_QUEUERETURN" ?
Thanks,
Ken
--
Ken
2012 Feb 28
1
group calculations with other columns for the ride
Hello,
I can get the median for each factor, but I'd like another column to go
with each factor. The nm column is a long name for the lvls column. So
unique work except for the order can get messed up.
Example:
x =
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
2. update ZFS in libfsimage from illumos for pygrub
diff -r 7c12aaa128e3 -r c2e11847cac0 tools/libfsimage/Rules.mk
--- a/tools/libfsimage/Rules.mk Thu Oct 24 22:46:20 2013 +0100
+++ b/tools/libfsimage/Rules.mk Sat Oct 26 20:03:06 2013 +0400
@@ -2,11 +2,19 @@ include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Wno-unknown-pragmas -I$(XEN_ROOT)/tools/libfsimage/common/
2007 May 23
3
deliver rejection message
Currently the typical rejection message is:
---------
Your message was automatically rejected by Dovecot Mail Delivery Agent.
The following reason was given:
Quota exceeded.
---------
Then there is MDN + message headers in other MIME parts. But of course
there sucky clients that can't display MDNs and users get confused.
Any suggestions how to improve this message? I'm not sure if the
2010 Dec 22
2
dovecot-keywords problem with MDN
Hi all,
I have Dovecot 1.2.13 installed.
My clients ask why Disposition-Notification is requested every time the
mail is moved on a new IMAP folder...
I take a look into dovecot-keywords file and I see that:
1) I have only one row
0 NonJunk
2) dovecot-keywords file is not present inside every directory.
How I can restore normal status? Where is probably the problem?
Thanks
Mauro D.
2008 Jun 03
2
How to set MDNSent flag on a large amount of mails?
Hi,
after having moved a big mail archive to IMAP, I've now got the following
problem: The MUA asks to send an MDN on all those old messages that contain
the 'Disposition-Notification-To' header when opened. I'd like to set the
$MDNSent flag on those (>10000 in a deeply nested directory structure)
mails.
After having read http://wiki.dovecot.org/MailboxFormat/Maildir I wrote a
2023 Mar 07
1
insert hyperlink into svg graphic
This was actually the first thing that ChatGPT debugged for me.
The issue was that I was able to click on the link when I displayed the raw SVG in the browser (you can use that to test whether the syntax is even correct), but not when the svg displays inside a html page with the <img ...> tag.
ChatGPT correctly identified the issue and suggested a solution using <object ...> tags
2003 Jun 26
2
Message display corrupted or missing in Netscape 7.0 and Mozilla 1.3
Hi,
a few days ago, we switched our site from pop3 to imap. We are running
about 20 users with Netscape 7.0 on a FreeBSD-4.8 Server . I installed
dovecot 0.9.99.1 via the freebsd-ports collection, which was as easy as
make install and start dovecot. Our users mailboxes are still standart
mbox format in /var/mail/(user), as it is default in Freebsd.
Now we suffer from a realy ugly problem,
2007 Nov 26
1
overquota message
Hi,
is it possible to customize the overquota message ?
I'd like very much if it was possible to use the %d in the postmaster mail
address (and overquota message) too ... in virtual domain environment it is
very likely ..
thanks in advance
--
<?php echo ' Emiliano Gabrielli (aka AlberT) ',"\n",
' GrUSP founder - ZCE
2008 Mar 07
2
dovecot overquota and delete message
Hi all,
i use dovecot-1.1_rc1 with postfix and maildrop as deliver. The problem is
where user gets overquota, at this point he is unable to delete message in
pop3 as imap.
dovecot.conf has:
plugin {
quota = maildir
}
protocol imap {
mail_plugins = quota imap_quota
}
protocol pop3 {
mail_plugins = quota
}
I change it to
plugin {
quota = maildir:ignore=Trash
}
and
2006 Feb 16
2
Problems with IDE RAID on specific motherboard
About 9 months ago, I made a policy decision to adopt RAID 1 on all systems I
admin. (about 20 systems, all told) It's been a long, slow process.
One of the systems is being upgraded from CentOS3 to CentOS4. It's been
rock-solid stable for over a year. It's a "frankenserver" with parts from all
over the place, maintained over years of active service.
Currently,
2018 Jan 17
0
[BUG] dovecot 2.3.0 - service(lmtp) killed with signal 11 when user is overquota
On 17.01.2018 15:22, Marco Giunta wrote:
> Hi,
> I'm using dovecot 2.3.0 installed on a new CentOS 7.4 with rpm from
> Dovecot repo. When I use LMTP to deliver an email to an overquota
> user, lmtp service hangs with a segfault:
>
> Jan 17 13:39:45 server-02.example.com kernel: lmtp[5099]: segfault at
> 0 ip 0000563599e372c2 sp 00007ffeaa4fdc80 error 4 in
>
2018 Jan 18
1
[BUG] dovecot 2.3.0 - service(lmtp) killed with signal 11 when user is overquota
On 17.01.2018 15:23, Aki Tuomi wrote:
>
> On 17.01.2018 15:22, Marco Giunta wrote:
>> Hi,
>> I'm using dovecot 2.3.0 installed on a new CentOS 7.4 with rpm from
>> Dovecot repo. When I use LMTP to deliver an email to an overquota
>> user, lmtp service hangs with a segfault:
>>
>> Jan 17 13:39:45 server-02.example.com kernel: lmtp[5099]: segfault at
2007 Mar 15
1
Warn before overquota
Looking in the archives I found a message from dominik.saar at 1und1.de on the
16/08/06, that is asking for a system to control the overquota warnings from
within dovecot or dovecot LDA.
The proposed solution is to use exim as MTA, since it has build in support.
In my case I'm using postfix, what would be the recommended approach in that
case?
I was thinking of something like the cyrus LDA
2008 Jul 17
1
Change text from default overquota message - Possible?
I'm using Dovecot 1.0.5-6 (SuSE 10.3) and using dovecot deliver.
Is it possible to change the subject/body of the default overquota message (it says "Automatically rejected mail" on the subject) and also the text from the message? I don't wan't to "hack" anything, just if it's possible to do by editing config files.
thanks
=
Web-Based Privileges
2009 Dec 21
0
[exim] Exim + Dovecot deliver overquota problems
On Mon, 21 Dec 2009 13:44:42 +0100
Joan <aseques at gmail.com> wrote:
> >
> > You need to check user's quota on routing stage, not transport.
> >
> It'd be much better, because I would allow me to mix overquota and
> no-overquota recipients.
> But the problem in my case is that I am using some hashing to
> distribute the users' mailboxes, dovecot
2007 May 15
2
kde-window-decorator crashes
BAADCAAHDwEHEAEKFwESKwIXNQIaOwIcQQIgSQIpXwM4gAQ8igU/kAVAkwVB
lAVClwVCmAVFngVJpgZKqQZLrQZPtQZQtgZRuQYAAAAAAQB1lW3cAAAAAXRS
TlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAH
dElNRQfXAxgNAiAQYlKOAAAAHXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBU
aGUgR0lNUO9kJW4AAADMSURBVEjHzZbJEsMwCEPpvjfdW9T//89OkktqVxgy
PpSjzLPHQeCIZKGDkGJoFsF0E1EW0XyCaFVA/fl3RvzaTfW6nPTaaQqWP1TP
2010 Sep 02
1
Maybe wrong quota recalculation behaviour on overquota delivery try
Hi all,
we are experencing some, may be strange, slowness in our dovecot/postfix
mail system.
We have three dovecot 2.0.1 server with LMTP, POP3 and IMAP enabled.
Three shared OCFS2 filesystem are used for mail storage.
We have too a load balancer based on dovecot director in front of these
three server.
Our SMTP cluster receives mail and send by LMTP to load balancer.
Everything work flowless,
2006 Aug 16
2
warn before overquota
Hi,
is there an implementation to warn the user before his storage capacity
exceeded?
Regards
Dominik