Re: doveadm sync backup from old to new server

2020-05-13 Thread Aki Tuomi
> On 14/05/2020 09:02 Adi Pircalabu wrote: > > > On 14-05-2020 15:16, Aki Tuomi wrote: > >> On 14/05/2020 04:09 Gregory Sloop wrote: > >> > >> > >> So I've done quite a lot of searching on the list and on the web - and > >> perhaps my google-fu is really bad - but I can't find any real re

Re: Sieve addheader directive works only partially

2020-05-13 Thread Aki Tuomi
> 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. > This is what my user Sieve script looks like: > > require “editheader”; > > if address :is "From” “special-sen...@example.com” { > addheader “X-My-Cu

Re: doveadm sync backup from old to new server

2020-05-13 Thread Aki Tuomi
> On 14/05/2020 04:09 Gregory Sloop wrote: > > > So I've done quite a lot of searching on the list and on the web - and > perhaps my google-fu is really bad - but I can't find any real recipes on how > to sync mail from the old server to the new. > > As an FYI - the old server is a CPanel

Re: doveadm sync backup from old to new server

2020-05-13 Thread Plutocrat
So specifically in your case: On 14/05/2020 09.09, Gregory Sloop wrote: > doveadm backup -D -u mc-u...@abc.net ssh r...@abc.net -p2200 doveadm > dsync-server -u cp-u...@abc.net > > mc-u...@abc.net is the MC/NEW mailbox/domain > cp-u...@abc.net is the CPanel/OLD user/domain account > The SSH serv

Re: Can't connect to Managesieve Server - what´s wrong?

2020-05-13 Thread Adi Pircalabu
On 14-05-2020 8:28, Anton Blau wrote: Am 14.05.2020 um 00:22 schrieb Benny Pedersen: On 2020-05-14 00:14, Anton Blau wrote: What can I do to get connect from Roundcube to dovecot-managemsieve? if roundcube is installed on same server as dovecot then disable ssl in roundcube managesive plugin

Re: doveadm sync backup from old to new server

2020-05-13 Thread Plutocrat
I struggled with this at one time, and with the lack of examples around the internet. In fact, I might have written this very post myself at one point! In the end, the penny dropped when I saw that the format was (command on local server) + (stuff you need to connect over ssh) + (command on re

doveadm sync backup from old to new server

2020-05-13 Thread Gregory Sloop
So I've done quite a lot of searching on the list and on the web - and perhaps my google-fu is really bad - but I can't find any real recipes on how to sync mail from the old server to the new. As an FYI - the old server is a CPanel/WHM setup on a VPS. The new is mailcow - which uses docker. Ho

Re: Can't connect to Managesieve Server - what´s wrong?

2020-05-13 Thread Benny Pedersen
On 2020-05-14 01:42, Adi Pircalabu wrote: https://github.com/roundcube/roundcubemail/blob/master/plugins/managesieve/config.inc.php.dist#L34-L40 this is the important lines commented but again telnet does not support ssl/tls and localhost is overkill for it anyway if dovecot have ssl/tls on m

Re: Can't connect to Managesieve Server - what´s wrong?

2020-05-13 Thread Benny Pedersen
On 2020-05-14 00:28, Anton Blau wrote: Thank you for your very fast answer. There are two virtual machines: 1. dovocot (postfix, rspamd) 2. roundcube then use Lets Encrypt cert-bot to make correkt ssl and configure roundcube correct with ssl use also for plugins used do i need to show my co

Re: Can't connect to Managesieve Server - what´s wrong?

2020-05-13 Thread Anton Blau
Am 14.05.2020 um 00:22 schrieb Benny Pedersen: On 2020-05-14 00:14, Anton Blau wrote: What can I do to get connect from Roundcube to dovecot-managemsieve? if roundcube is installed on same server as dovecot then disable ssl in roundcube managesive plugin as same way for imap and submission/sm

Re: Can't connect to Managesieve Server - what´s wrong?

2020-05-13 Thread Benny Pedersen
On 2020-05-14 00:14, Anton Blau wrote: What can I do to get connect from Roundcube to dovecot-managemsieve? if roundcube is installed on same server as dovecot then disable ssl in roundcube managesive plugin as same way for imap and submission/smtps

Can't connect to Managesieve Server - what´s wrong?

2020-05-13 Thread Anton Blau
Hi, please excuse my bad english language. But I am not a native speaker. I have installed dovecot including sieve and managesieve on a ubuntu 18.04 lts. When I try to access the filter with roundcube (from another vm) I get the error message "Cannot connect to Managesieve-Server". If I try a "tel

Re: Sieve addheader directive works only partially

2020-05-13 Thread @lbutlr
On 13 May 2020, at 12:10, Peter Folta wrote: > However, if I also move the email to a different folder in the same if-block, > the header gets added just fine: > > require “editheader”; > require “fileinto”; > > if address :is "From” “special-sen...@example.com” { >addheader “X-My-Custom-He

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 extensi

Re: Ms Exchange vs dovecot

2020-05-13 Thread Adi Pircalabu
On 13-05-2020 4:24, Sami Ketola wrote: On 12. May 2020, at 19.18, Benny Pedersen wrote: On 2020-05-12 17:54, Robert Schetterer wrote: At the end the subject question makes no sense... lets play football then :) i just wish that dovecot could be next generation exchange server, no kidding

Re: Convert standalone mbox to standalone Maildir with Dsync - hierarchy separator error

2020-05-13 Thread Aki Tuomi
> On 13/05/2020 10:11 Sam Kuper wrote: > > > Dear Dovecot users/devs, > > I have the following mbox file: > > /tmp/dsync_test/mbox/2002-September > > I would like to convert it to a Maildir: > > /tmp/dsync_test/maildir > > (Currently, the latter is just an empty directory.) > >

Convert standalone mbox to standalone Maildir with Dsync - hierarchy separator error

2020-05-13 Thread Sam Kuper
Dear Dovecot users/devs, I have the following mbox file: /tmp/dsync_test/mbox/2002-September I would like to convert it to a Maildir: /tmp/dsync_test/maildir (Currently, the latter is just an empty directory.) I am attempting this on an old PC running Debian 9 ("Stretch"). I installe