quota-status for outgoing mail (Dovecot/Postfix)

2020-12-06 Thread Peter Folta
[Dovecot version 2.3.11.3 (502c39af9)] Hi all, I’m using Dovecot’s quota-status service to let Postfix check the recipient’s quota before accepting emails following the guide here: https://blog.sys4.de/postfix-dovecot-mailbox-quota-en.html

Deliver administrative message ignoring user quota

2020-06-06 Thread Peter Folta
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

Re: Sieve addheader directive works only partially

2020-05-19 Thread Peter Folta
= +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 wrote: > > > > Op 13-5-2020 om 20:10 schreef Peter Folta: >>

Re: Sieve addheader directive works only partially

2020-05-14 Thread Peter Folta
though - so thanks for the suggestion! Peter > On May 14, 2020, at 7:08 AM, Aki Tuomi wrote: > > >> On 13/05/2020 21:10 Peter Folta wrote: >> >> >> Hi all, >> >> I want to add a custom header to incoming emails from a particular sender. &g

Sieve addheader directive works only partially

2020-05-13 Thread Peter Folta
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-sen...@example.com” { addheader “X-My-Custom-Header” “Header Value"; } I have enabled the editheader