Displaying 20 results from an estimated 200 matches similar to: "antispam plugin pipe backend error when moving multiple emails"
2016 Apr 18
0
antispam plugin pipe backend error when moving multiple emails
Hello,
I'm bumping this because it still occurs with dovecot 2.2.22.
my dovecot-antispam plugin configuration :
antispam_allow_append_to_spam = no
antispam_backend = pipe
antispam_pipe_program = /usr/bin/rspamc
antispam_pipe_program_args = -h;127.0.0.1:11334;-P;********
antispam_pipe_program_notspam_arg = learn_ham
antispam_pipe_program_spam_arg = learn_spam
2009 Feb 18
2
over quota + antispam crash
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I am using dovecot 1.1.11 , quota, imap_quota & antispam plugins.
Dovecot crashes when saving a message to the Sent maildir and the
account is over quota.
gdb trace attached.
St?phane Cottin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
2009 Jun 30
2
sieve vacation messages trouble
Hi,
sieve vacation replies are rejected by gmail with a "555 5.5.2 Syntax
error".
The return path is set to "<>", I think this is why this error is
triggered by gmail.
The rest of the vacation message seems ok.
I'm using dovecot 1.1.11 (waiting for final 1.2 to upgrade) ,
delivering with "/usr/lib/dovecot/deliver -d email at domain"
St?phane Cottin
2015 Jan 26
3
LDA input validation
St?phane Cottin writes:
> dspam already send errors to syslog, the point here is to never loose
> email contents. This was a wrong design, i'm now use a wrapper instead
> ( see my previous post for details ).
You're stilling going to lose contents. If dspam fails, the mail
is dumped, the LDA returns exit code 75, and the MTA will probably
issue a bounce Email to the sender.
2009 Feb 27
2
dovecot 1.1.11 errors
Hi,
I sometimes got the following log entries with dovecot 1.1.11 :
mail.err: Feb 27 10:06:54 dovecot: IMAP(hidden at email.com):
write(dnotify pipe) failed: Bad file descriptor
mail.err: Feb 27 10:06:54 dovecot: IMAP(hidden at email.com):
close(dnotify pipe[0]) failed: Bad file descriptor
mail.err: Feb 27 10:06:54 dovecot: IMAP(hidden at email.com):
close(dnotify pipe[1]) failed: Bad
2015 Jan 26
2
LDA input validation
Am 26.01.2015 um 08:52 schrieb Steffen Kaiser:
> On Sun, 25 Jan 2015, Joseph Tam wrote:
>> St?phane Cottin writes:
>
>>> dspam already send errors to syslog, the point here is to never loose
>>> email contents. This was a wrong design, i'm now use a wrapper instead
>>> ( see my previous post for details ).
>
>> You're stilling going to lose
2014 Mar 12
1
Mail server input error: UPDATE-SESSION
Hello,
After upgrading to 2.2.12 and adding stats plugin, got a lot of errors like this :
stats: Error: Mail server input error: UPDATE-SESSION xyz at xyz.xyz imap: stats shrank: mcache 900988905 < 1039472051
St?phane
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot.conf
Type: application/octet-stream
Size: 2709 bytes
Desc: not available
URL:
2018 Jul 26
2
mdbox_deleted proper syntax
hello,
on the wiki, https://wiki2.dovecot.org/MailboxFormat/dbox, it says that one can
use either doveadm fetch or doveadm import, however I can find no correct syntax
with fetch that'll actually work. Is the idea to simply override the
mail_location with -o ? That seems to work for doveadm mailbox but not for
doveadm fetch or search
# doveadm -f table mailbox status -u johan all dovecot
2011 Aug 09
1
"Denormalize" data
Hello R users,
My problem is that the data I've got is in the minimum number of columns
with each ward (geographic area) appearing multiple times. The first 30
terms look like this
> HHum02
CASW Btype Yr CO2Group NumVeh
170597 00CCFA CARS 2002 C 2
170598 00CCFA CARS 2002 D 2
170599 00CCFA CARS 2002 E 22
170600 00CCFA CARS 2002
2010 Feb 16
4
zlib plugin trouble
Hi,
I have error with dovecot 1.2.10 + compress on deliver patch and zlib plugin.
logfile sample:
[...]
mail.err: Feb 16 14:22:25 dovecot: IMAP(hidden at domain.com): zlib_istream.seek() failed: Invalid argument
mail.err: Feb 16 14:22:25 dovecot: IMAP(hidden at domain.com): FETCH for mailbox Meursault UID 101 failed to read message input: Invalid argument
mail.err: Feb 16 14:22:26 dovecot:
2020 Oct 13
1
Spam learning for rspamd
On 10/12/2020 10:54 PM, Aki Tuomi wrote:
> Try this guide:
> https://doc.dovecot.org/configuration_manual/howto/antispam_with_sieve/
>
> Aki
I will, but that doesn't seem to answer the question of the header
rewriting. How can I explain to rspamd and/or sieve that a message that
was delivered, but marked as spam is in fact NOT spam?
--
Dan Egli
On my Test server
--------------
2015 Jan 23
2
LDA input validation
Hi,
I'm using qmail + dspam + dovecot-lda.
A typical .qmail file :
| /usr/bin/dspam --client --deliver=stdout --user "$EXT@$USER" | /usr/bin/preline -f /usr/lib/dovecot/dovecot-lda -d "$EXT@$USER" -a "$EXT@$USER" -m "$EXT2"
When dspam segfault or is killed, preline receive an empty content and only pass to dovecot-lda two headers ( Return-Path and
2017 Jun 01
3
v2.2.30 released
At least doveconf -n output would help. I guess related to authentication settings. Are there any errors in logs?
> On 1 Jun 2017, at 12.14, Odhiambo Washington <odhiambo at gmail.com> wrote:
>
>> On 30 May 2017 at 21:16, Timo Sirainen <tss at iki.fi> wrote:
>>
>> https://dovecot.org/releases/2.2/dovecot-2.2.30.tar.gz
>>
2015 Jan 23
1
LDA input validation
St?phane Cottin writes:
> A typical .qmail file :
>
> | /usr/bin/dspam --client --deliver=stdout --user "$EXT@$USER" | /usr/bin/preline -f /usr/lib/dovecot/dovecot-lda -d "$EXT@$USER" -a "$EXT@$USER" -m "$EXT2"
>
> When dspam segfault or is killed, preline receive an empty content and
> only pass to dovecot-lda two headers ( Return-Path
2017 Feb 05
2
dovecot/auth CPU spikes
Hi All,
I have recently moved by webmail server from a VPS to a hosted dedicated server running Ubuntu 16.04.
Everything is fine except that login is particularly and consistently long (around 4-5 seconds).
I have noticed that the process dovecot/auth seems to eat all of the resources of one of the cores available on the host during login. The authentication backend is a postgres database which
2015 Jan 26
1
LDA input validation
St?phane Cottin writes:
>> You're stilling going to lose contents. If dspam fails, the mail
>> is dumped, the LDA returns exit code 75, and the MTA will probably
>> issue a bounce Email to the sender.
>
> from dovecot-lda man page :
>
> 75 A temporary failure. This is returned for almost all failures. See the log file for
> details.
2015 Jan 26
1
LDA input validation
Am 26.01.2015 um 10:52 schrieb St?phane Cottin:
>> Le 26 janv. 2015 ? 10:09, Reindl Harald <h.reindl at thelounge.net> a ?crit :
>>>> You're stilling going to lose contents. If dspam fails, the mail
>>>> is dumped, the LDA returns exit code 75, and the MTA will probably
>>>> issue a bounce Email to the sender.
>>>
>>> which
2009 Nov 19
1
lda deliver + vpopmail
Hi all,
I'm enjoying using dovecot deliver with qmail+vpopmail+dspam.
It works mostly fine, I like the indexing and sieve features with dovecot deliver.
I would like to get more details on trouble, the log entry is just :
"
2009-11-18_20:38:55.64778 delivery 50833: deferral:
"
As you see, there no reason for the deferral. How can I make deliver more verbose ?
I also have a
2018 Mar 10
1
quota-status: Issues with uppercase recipient address
Hello list,
Dovecot Version: 2.2.34 (874deae) on FreeBSD
MTA: Postfix 3.3.0
I've got an issue with the quota-status service:
Something breaks when receiving mail with a recipient address that includes non-lowercase characters,
for example foo at Example.com instead of foo at example.com:
postfix log:
postfix/smtp/smtpd[83387]: NOQUEUE: reject_warning: RCPT from
2018 Aug 09
3
imapsieve wrong matches on APPEND cause
Hello,
I'm experiencing some strange problem with imapsieve mailbox rules matching.
I have Ubuntu Server 18.04.1 LTS with Postfix 3.3.0, Dovecot 2.2.33.2 and
Rspamd 1.7.9.
The problem occurs with Microsoft Outlook 2016 mail client.
When moving with Outlook, APPEND event is logged instead of MOVE.
However, when moving with another client, MOVE event is logged.
So without APPEND event in