Displaying 6 results from an estimated 6 matches for "folta".
Did you mean:
falta
2020 May 13
5
Sieve addheader directive works only partially
Hi all,
I want to add a custom header to incoming emails from a particular sender. This is what my user Sieve script looks like:
require ?editheader?;
if address :is "From? ?special-sender at example.com? {
addheader ?X-My-Custom-Header? ?Header Value";
}
I have enabled the editheader extension in my Dovecot configuration:
plugin {
?
sieve_extensions = +editheader
}
2020 May 19
1
Sieve addheader directive works only partially
...= +editheader
sieve_global_extensions = +vnd.dovecot.pipe
sieve_pipe_bin_dir = /usr/bin
sieve_plugins = sieve_imapsieve sieve_extprograms
Thanks
Peter
> On May 15, 2020, at 3:49 PM, Stephan Bosch <stephan at rename-it.nl> wrote:
>
>
>
> Op 13-5-2020 om 20:10 schreef Peter Folta:
>> require ?editheader?;
>>
>> if address :is "From? ?special-sender at example.com? {
>> addheader ?X-My-Custom-Header? ?Header Value";
>> }
>>
>> I have enabled the editheader extension in my Dovecot configuration:
>>
>> plug...
2020 May 14
0
Sieve addheader directive works only partially
> On 13/05/2020 21:10 Peter Folta <mail at peterfolta.net> wrote:
>
>
> Hi all,
>
> I want to add a custom header to incoming emails from a particular sender. This is what my user Sieve script looks like:
>
> require ?editheader?;
>
> if address :is "From? ?special-sender at example.com?...
2020 May 15
0
Sieve addheader directive works only partially
Op 13-5-2020 om 20:10 schreef Peter Folta:
> require ?editheader?;
>
> if address :is "From? ?special-sender at example.com? {
> addheader ?X-My-Custom-Header? ?Header Value";
> }
>
> I have enabled the editheader extension in my Dovecot configuration:
>
> plugin {
> ?
> sieve_exten...
2020 Jun 06
2
Deliver administrative message ignoring user quota
Hi everyone,
I have a separate internal system running on a different host that needs to put an administrative email into a user?s inbox.
I?ve been playing around with the ?doveadm mailbox save? command via Doveadm?s HTTP API (https://doc.dovecot.org/admin_manual/doveadm_http_api/#doveadm-mailbox-save <https://doc.dovecot.org/admin_manual/doveadm_http_api/#doveadm-mailbox-save>).
This
2020 Jun 07
0
Deliver administrative message ignoring user quota
On 06 Jun 2020, at 11:25, Peter Folta <mail at peterfolta.net> wrote:
> I have a separate internal system running on a different host that needs to put an administrative email into a user?s inbox.
The easiest way to do the is simply to send an email. It is a lot simpler to setup the right authentication settings that it is to...