> 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
> 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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
> 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.)
>
>
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
17 matches
Mail list logo