Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread The Doctor via dovecot
On Mon, Nov 18, 2024 at 09:21:08AM -0500, Scott Q. via dovecot wrote: > Not everyone. The EU is pushing hard for data to stay local. > MS/Google will do what they know best: offer 0 support even to paying > customers and jack up the prices once the competition dries up. > > ??? > > > > There wi

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Dave McGuire via dovecot
On 11/18/24 16:04, Scott Q. via dovecot wrote: As far as I know, the EU is pushing hard for alternatives to relying on US companies for all their needs. FWIW, the eight or nine remaining smart people in the US are also pushing hard for alternatives to relying on US companies for all their n

RE: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Scott Q. via dovecot
Data centres in the EU is not enough to ensure data stays local. ​ https://www.edps.europa.eu/press-publications/press-news/press-releases/2024/european-commissions-use-microsoft-365-infringes-data-protection-law-eu-institutions-and-bodies_en ​ As far as I know, the EU is pushing hard f

RE: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Marc via dovecot
> > Not everyone. The EU is pushing hard for data to stay local. MS/Google > will do what they know best: offer 0 support even to paying customers > and jack up the prices once the competition dries up. > You have already MS / Google data centres in the EU. And Apple is using European registere

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Jan Naumann via dovecot
apc_user=u...@googlemail.com imapc_password=pw # cat /tmp/rawlog/20241118-114553.246444.1.in 1731926753.488821 * OK Gimap ready for requests from 1731926753.503819 * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 XYZZY SASL-IR AUTH=XOAUTH2 AUTH=PLAIN AUTH=PLAIN-CLIENT

bug? dsync extremely much slower on forward than reverse direction

2024-11-18 Thread Bjørnar Ness via dovecot
I have been experimenting with dsync lately, and to my surprise I found that dsync in forward direction is extremely slow compared for reverse (-R) direction for the exact same data, disk caches flushed both times. I have created a docker-compose setup to prove my findings. Am I missing something h

RE: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Scott Q. via dovecot
Not everyone. The EU is pushing hard for data to stay local. MS/Google will do what they know best: offer 0 support even to paying customers and jack up the prices once the competition dries up. ​ There will always be alternatives. ​ Scott​ On Monday, 18/11/2024 at 06:52 Marc via dovec

RE: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Marc via dovecot
> > Nick Howitt via dovecot skrev den 2024-11-18 13:00: > > For me, I don't want big tech monitoring my emails. > > security starts with smime imho Yes true, and it is more likely such things will be offered first by the bigger cloud providers ___ d

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Aki Tuomi via dovecot
doveadm -D -c gmail.conf backup -R -u user-gmail imapc: > >> > >> > >> # cat gmail.conf > >> !include /etc/dovecot/dovecot.conf > >> > >> imapc_host=imap.gmail.com > >> imapc_port=993 > >> imapc_ssl=imaps > >> imapc_features=rfc8

RE: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Marc via dovecot
Yes that is for me also. However I have the impression that this is becoming a smaller group (fast). I have clients that are doing even 'innovative' things and are moving to the outlook cloud. These big clouds are just adding more new features and are creating a more integrated environment that

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Jan Naumann via dovecot
On 18.11.24 12:52, Marc wrote: Sorry for being off topic, but why are you deciding to move to dovecot? I have the impression the trend is that everyone is moving to google/outlook? Oh, I am using dovecot for years as my primary (private) mail. Even the company I am working for is still using

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Benny Pedersen via dovecot
Nick Howitt via dovecot skrev den 2024-11-18 13:00: For me, I don't want big tech monitoring my emails. security starts with smime imho ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Nick Howitt via dovecot
For me, I don't want big tech monitoring my emails. On 18/11/2024 11:52, Marc via dovecot wrote: Sorry for being off topic, but why are you deciding to move to dovecot? I have the impression the trend is that everyone is moving to google/outlook? I try to migrate a GMail mailbox to Dovecot u

RE: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Marc via dovecot
Sorry for being off topic, but why are you deciding to move to dovecot? I have the impression the trend is that everyone is moving to google/outlook? > > I try to migrate a GMail mailbox to Dovecot using `doveadm backup -R > imapc:`. Since it seems that GMail disabled the login without XOAUTH2,

Re: Migrating GMail to Dovecot using imapc

2024-11-18 Thread Aki Tuomi via dovecot
ms=XOAUTH2 OAUTHBEARER PLAIN > > rawlog_dir = /tmp/rawlog > imapc_rawlog_dir = /tmp/rawlog > > imapc_user=u...@googlemail.com > imapc_password=pw > > > # cat /tmp/rawlog/20241118-114553.246444.1.in > 1731926753.488821 * OK Gimap ready for requests from > 173192

Migrating GMail to Dovecot using imapc

2024-11-18 Thread Jan Naumann via dovecot
fetch-headers gmail-migration mail_prefetch_count=20 imapc_sasl_mechanisms=XOAUTH2 OAUTHBEARER PLAIN rawlog_dir = /tmp/rawlog imapc_rawlog_dir = /tmp/rawlog imapc_user=u...@googlemail.com imapc_password=pw # cat /tmp/rawlog/20241118-114553.246444.1.in 1731926753.488821 * OK Gimap ready for

sharing sso between regular mail client and web applications

2024-11-18 Thread Marc via dovecot
I am testing a bit with sso with keycloak, I was wondering if/how it is possible that your logged in session between eg Thunderbird and dovecot can be used as a single sign on in webapplications. So as long as you have an active session with dovecot you can access all your web applications witho