Dovecot migration to new server with namespace issues

2025-04-22 Thread Gabriel Kaufmann | TYPOworx via dovecot
  auto = no   }   mailbox .Templates {     auto = no   } } -- Best regards Gabriel Kaufmann ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: Need help deduplicating messages fetched with getmail into dovecot mailbox

2019-01-17 Thread Gabriel Kaufmann
ate Mail-Deliveries > require ["duplicate", "imap4flags"]; > if duplicate :header "message-id" { >   discard; >   stop; > } > > keep; Best regards Gabriel Kaufmann

Re: Need help deduplicating messages fetched with getmail into dovecot mailbox

2019-01-11 Thread Gabriel Kaufmann
edupe-database additionally to getmail is overhead and I think it would lead into developing my own 'getmail' or try to extend the existing code myself (whatever is less time-consuming). Do you have any idea if it's possible to use doveadm search for single message-id without having to query over all messages? Best regards Gabriel Kaufmann

Need help deduplicating messages fetched with getmail into dovecot mailbox

2019-01-10 Thread Gabriel Kaufmann
doveadm deduplicate, but this also doesn't work as it is also basing on the internal GUID of dovecot and every duplicate-message seems to have a new, unique GUID. > doveadm deduplicate -u gabriel.kaufm...@gmx.net mailbox-guid May be anyone know a better solution. -- Best regards Gabriel Kaufmann

Re: Multiple SSL-Certificates/Domains setup not working | Solved!

2018-02-23 Thread Gabriel Kaufmann
Could you write step by step how you reach the goal? 2018-02-22 15:55 GMT+01:00 Gabriel Kaufmann <mailto:maili...@typoworx.com>>: I've tried to create an certbot SAN-Cert with multiple domain-names and this worked like a charm using one cert for all! Thanks! Shure :) At fi

Re: Multiple SSL-Certificates/Domains setup not working | Solved!

2018-02-22 Thread Gabriel Kaufmann
I've tried to create an certbot SAN-Cert with multiple domain-names and this worked like a charm using one cert for all! Thanks! Best regards Gabriel Kaufmann

Multiple SSL-Certificates/Domains setup not working

2018-02-18 Thread Gabriel Kaufmann
https://wiki.dovecot.org/SSL/SNIClientSupport https://wiki.dovecot.org/SSL/DovecotConfiguration#line-89 local_name imap.example.org { ssl_cert = Did anyone have success on this (without using multiple IP per Domain)? -- Best regards Gabriel Kaufmann

Re: Cannot delete IMAP Mail-Folder in Trash

2018-02-07 Thread Gabriel Kaufmann
wn for renew subscription (grayed out) that does not exist on imap-server. But it's not shown in my Trash-Folder anymore! So that's a good success. I hope deleting folders in future won't make the problem reappear. Best regards Gabriel Kaufmann

Re: Cannot delete IMAP Mail-Folder in Trash

2018-02-07 Thread Gabriel Kaufmann
lder contains children, delete them first". Obviously this isn't possible as those sub-folders are not shown in Thunderbird! On server-side of imap (vmail Mailbox) there are in fact sub-folders in those folders. Best regards Gabriel Kaufmann

Re: Cannot delete IMAP Mail-Folder in Trash

2018-02-07 Thread Gabriel Kaufmann
s required to configure trash (separately from Mailbox-Namespace in dovecot) to recognise this. Best regards Gabriel Kaufmann

Re: Cannot delete IMAP Mail-Folder in Trash

2018-02-05 Thread Gabriel Kaufmann
ork for Trash? Best regards Gabriel Kaufmann

Cannot delete IMAP Mail-Folder in Trash

2018-02-01 Thread Gabriel Kaufmann
are still there and on Dovecot-Mailbox folder on the server the folders are also still present. I'm using Dovecot 2.2.18 + Thunderbird + FS-Layout. I already tried this workaround-mode: /protocol imap { //imap_client_workarounds = tb-extra-mailbox-sep //}/ best regards