[Dovecot] Sieve Addon in thunderbird is not showing Vacation in action list
Hello guys, I am using "dovecot-2.2-pigeonhole-0.4.2" ( Sieve <http://www.sieve.info/> Support for Dovecot <http://www.dovecot.org/> ) , Now I can set Vacation mail using Roundcube and it is working fine. now i want to set Vacation/outofoffice mail from thunderbird 24.0 , I have installed pluginsieve-0.2.3d.xpi <https://github.com/thsmi/sieve/blob/master/nightly/0.2.3/sieve-0.2.3d.xpi?raw=true> for thunderbird from "https://github.com/thsmi/sieve/tree/master/nightly"; But I am not able to set vacation as it is not giving me an option with reply option. *Even if i will create a vacation mail in Roundcube , my thunderbird plugin was unable to understand that filter. getting an error / //Error while parsing script.// // } expected but found: vacation :subject "not available" "not here"; } .../ and my source code for sieve filter is look like ///require ["vacation"];// //# rule:[vacation]// //if true// //{// //vacation :subject "not available" "not here";// //}/ *I am only able to Enable one filter at a time in thunderbird. And I am not sure it is the right place to post that stuff.. So please guide me as well if I am wrong. Regards, Anant Saraswat
[Dovecot] How to remove Dovecot (LMTP) information from Email header
Hello All, I want to remove Dovecot (LMTP) information from Email Header, Please help me. I am using Dovecot 2.0.9 with Exim. Received: from XX.XXblue.co.uk by XX.XXblue.co.uk*(Dovecot) with LMTP id* XIuTJkJFxVLKTwAAG2fxGQ for ; Thu, 02 Jan 2014 10:59:28 + Received: from [210.7.64.2] (helo=[192.168.100.71]) by solo.techblue.co.uk with esmtp (Exim 4.72) (envelope-from ) id 1Vyfzr-0005Oy-7H for anant.saras...@techblue.co.uk; Thu, 02 Jan 2014 10:59:28 + Thanks & Regards, Anant Saraswat
Re: [Dovecot] How to remove Dovecot (LMTP) information from Email header
Dear Adrian, Thanks for your reply , But I feel that I am ok with this header then. Regards, Anant Saraswat On Thursday 02 January 2014 08:12 PM, Adrian Zaugg wrote: Dear Anant According to RFC 3848 you should not remove those headers. RFC 5321 (SMTP), Section 4.4. also says that trace information is mandatory to add and RFC 2033 (LMTP) makes no exception to this. If you do not like those headers, use LDA for local storage, it doesn't add any headers. Regards, Adrian. On 02/01/14 15:03, Anant wrote: Hello All, I want to remove Dovecot (LMTP) information from Email Header, Please help me. I am using Dovecot 2.0.9 with Exim. Received: from XX.XXblue.co.uk by XX.XXblue.co.uk*(Dovecot) with LMTP id* XIuTJkJFxVLKTwAAG2fxGQ for ; Thu, 02 Jan 2014 10:59:28 + Received: from [210.7.64.2] (helo=[192.168.100.71]) by solo.techblue.co.uk with esmtp (Exim 4.72) (envelope-from ) id 1Vyfzr-0005Oy-7H for anant.saras...@techblue.co.uk; Thu, 02 Jan 2014 10:59:28 + Thanks & Regards, Anant Saraswat
[Dovecot] How to archive mails on different server
Hi Guys, I want to make some new changes to my exim mail server So if any user archive his/her mail they will save on any other server not on Exim server , and whenever user want to search for any old mail he will go to archive folder and can search it from there So basically i want to setup a diffrent server for archiving and want to connect it to my Exim server. So whevever user archive his/her mail it will autometically save to diffrent server. So is it possible using any plugin , or something else . I am using Roundcube,Exim 4.72, Dovecot(LMTP). Regards, Anant Saraswat