Displaying 2 results from an estimated 2 matches for "676c".
Did you mean:
676
2017 Jul 04
2
Sieve can't move messages in a public namespace
Op 7/4/2017 om 8:44 AM schreef Paolo:
> Il 30/06/2017 10:46, Paolo ha scritto:
>> Hello,
>>
>> my dovecot version is 2.1.17
>>
>> I've configured some public namespaces (config attached). When a mail
>> arrives at a certain mail address, that mail is handled by dovecot
>> lmtp server and a sieve script is executed that shuold move the
>>
2017 Nov 30
0
Sieve can't move messages in a public namespace
...The sieve script is:
require ["fileinto", "envelope", "mailbox"];
if header :contains ["From"] "AN at ADDRESS.com" {
????? fileinto "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
}
The error:
error: msgid=<5df93e60-676c-f6bb-68b8-c17fe74934d0 at ADDRESS.com>:
failed to store into mailbox
'Cond-UFF_FORNITORI/CONTABILITA/Ricevuta': Mailbox doesn't exist:
Cond-UFF_FORNITORI/CONTABILITA/Ricevuta
Il 04/07/2017 10:34, Stephan Bosch ha scritto:
> Op 7/4/2017 om 8:44 AM schreef Paolo:
>&g...