Am 21.01.2016 um 23:05 schrieb Peer Heinlein:
>
> We're running Dovecot 2.2.21 from Stephan Bosch's build service on
> Dovecot 7.x. Everything's up2date.
>
> # 2.2.devel (7ab22fc): /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.4.11 (71e908a)
> # OS: Linux 3.16.0-0.bpo.4-amd64 x86_64 Debian 7
We're running Dovecot 2.2.21 from Stephan Bosch's build service on
Dovecot 7.x. Everything's up2date.
# 2.2.devel (7ab22fc): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.11 (71e908a)
# OS: Linux 3.16.0-0.bpo.4-amd64 x86_64 Debian 7.9
root@mailimap01:/etc/dovecot/conf.d # apt-show-versions
* Stephen Feyrer :
> Hi,
>
> Assuming one sends an E-mail which in turn requires either an update
> or correction. The current practise is to send a subsequent E-mail
> with the new or corrected info.
>
> I would like to suggest a small feature. I recognise that this
> would require that the se
Hi,
Assuming one sends an E-mail which in turn requires either an update or
correction. The current practise is to send a subsequent E-mail with the
new or corrected info.
I would like to suggest a small feature. I recognise that this would
require that the sending application would nee
Joy skrev den 2016-01-21 18:54:
require ["fileinto","imap4flags","envelope","body"];
#1
if allof (header :contains ["Subject"] ["test"]
){
setflag "\\Seen";
addflag "\\Flagged";
addflag "BUG";
}
next time provide a dovecot -n
but before you reply
dovecot -n | grep imap4flags
Dear Experts,
I am having following script which is working
perfectly on 3 server but not working as expected on new server.
I have updated latest sieve software compiled from source, In case i use
fileinto to move mail to other folder it works perfectly ..
require ["filein
Hello list
I have a question on how to enforce certain user(s) always to the same
backend in a dovecot setup with director.
So I changed my passdb-mysql query
SELECT password AS password, username AS destuser, 'Y' as proxy,
(CASE username WHEN LIKE 'user' THEN '10.66.99.6' ELSE null END)
as host