Call procmail after sieve

2022-08-31 Thread George Asenov
Hello, I'm trying to achieve the following scenario with dovecot + sieve + procmail. Dovecot is set as LDA in postfix (if this makes any difference) I need to set sieve that after it has executed all it's scripts (including before, ~/.sieve etc) and if keep is in still in effect to call proc

Re: Call procmail after sieve

2022-08-31 Thread George Asenov
Linux release 8.6 (Green Obsidian) On 31-Aug-22 1:16 PM, Bernd Petrovitsch wrote: Hi all! On 31/08/2022 11:40, George Asenov wrote: [...]> Aug 30 15:22:26 uk7 dovecot[112153]: lda(test-uk7.teststring567.tk)<112151>: Fatal: execvp(/var/lib/dovecot/sieve-pipe/procmail) failed: Permissi

Re: Call procmail after sieve

2022-08-31 Thread George Asenov
to execute /var/lib/dovecot/sieve-pipe/procmail though... Aki On 31/08/2022 14:14 EEST George Asenov wrote: [root@uk7 ~]# stat /usr/bin/procmail File: /usr/bin/procmail Access: (0755/-rwxr-xr-x) Uid: (0/root) Gid: ( 12/mail) [root@uk7 ~]# stat /usr/bin/ File: /u

Re: Call procmail after sieve

2022-09-01 Thread George Asenov
te: On 31-8-2022 17:20, Christian Mack wrote: Hello You need to activate vnd.dovecot.pipe extention in dovecots sieve. And you need to configure it; i.e. specify where the scripts can be found. Kind regards, Christian Mack Am 31.08.22 um 15:13 schrieb George Asenov: Thanks that was

Re: Call procmail after sieve

2022-09-01 Thread George Asenov
Basically I need to achieve the behavior described here: https://www.concordia.ca/ginacody/aits/support/faq/procmail_and_sieve.html Could someone explain in details how to ? On 01-Sep-22 12:54 PM, George Asenov wrote: You are right, after configuration now procmail is started and piped the

Re: Dovecot mail-crypt webmail can't read encrypted messages

2022-10-10 Thread George Asenov
Dovecot is opensource so you can download source edit the log format removing the passwords and compile it. On 09-Oct-22 8:47 PM, Serveria Support wrote: Like I've already mentioned in my reply to Aki, I generally agree, but many of these methods require much time and expertise some bad guys d

lmtp userdb can't resolve users

2022-10-21 Thread George Asenov
Hello, I use postfix with dovecot as an lmtp LDA with unix users and multiple domain names and mailboxes in Maildir format placed in domain directory like: /home/mainuser/homes/u...@domain.tld/Maildir or /home/mainuser/domains/domain2.tld/homes/u...@domain2.tld/Maildir which have the main us

imap and lmtp create different index/control folders

2023-01-05 Thread George Asenov
Hello, We have migrated our mail server from procmail lda to dovecot lmtp/sieve . dovecot imap create the dir with the email account t...@s32.teststring.ml for name but lmtp create it as test-s32.someteststring...@serverhostname.tld I can't figure out how to manipulate nor what username postfix

Sieve generate a lot of hard link copies of mails in mailboxes

2024-06-07 Thread George Asenov via dovecot
Hello, I have very strange issue. Sieve generate copies of users messages i.e. not real copies but hardlinks for the same message. It happens to many messages but not every message and not every time, it is not a single user issue I have couple users with that issue. It happens during auto r

Re: Sieve generate a lot of hard link copies of mails in mailboxes

2024-06-12 Thread George Asenov via dovecot
No one have idea what is wrong here? On 07-Jun-24 4:10 PM, George Asenov via dovecot wrote: Hello, I have very strange issue. Sieve generate copies of users messages i.e. not real copies but hardlinks for the same message. It happens to many messages but not every message and not every time

Re: Sieve generate a lot of hard link copies of mails in mailboxes

2024-06-14 Thread George Asenov via dovecot
Hi John, Thanks for taking your time looking at my issue. On 13-Jun-24 3:42 PM, John Stoffel via dovecot wrote: "George" == George Asenov via dovecot writes: I don't have a real suggestion, but I do think you can clarify your problem. No one have idea what is wrong here?

Re: Sieve generate a lot of hard link copies of mails in mailboxes

2024-06-14 Thread George Asenov via dovecot
Christian, Could you please post your configuration + sieve script for reporting to rspamd? I was thinking that hitting this limit is consequence of millions of hard links and not the reason! But I will try that. On 14-Jun-24 11:50 AM, Christian Kivalo via dovecot wrote: What is the si