Fez Is the only game I ever 100% in my life and it is a well polished masterpiece.
I own hundreds of games and put around 4k hours into Factorio but still recommend Fez to anyone.
I am saving this post because I sense a lot of “potential” here.
Fez Is the only game I ever 100% in my life and it is a well polished masterpiece.
I own hundreds of games and put around 4k hours into Factorio but still recommend Fez to anyone.
I am saving this post because I sense a lot of “potential” here.
You can remap IMAP source folder to destination folder. It’s very likely that sent folder needs to be remapped between different hosts. I suggest you to use the dry-run option and examine the log to see if the folders are correctly mapped.
More in detail, I created an user just to run imapsync as a good practice in Linux. Then downloaded imapsync in a subfolder of the user home directory, created two very simple scripts, one with the imapsync command with all the parameters I needed and one for the token. Lastly, using crontab -e, I added two entry one for each script.
You don’t need to put imapsync into etc, it is not a binary and, as far as I know, there is no package that you can install with a package manager, it’s just a script that you download and execute. Anyway, where you put that, its up to you.
Imapsync is a (PERL?) script you download, and then run it passing parameters.
If you need OAuth, and it seems so since you want to sync a Google account, you have to download some more files that help you obtain an access token for Gmail.
But as far as I remember, there are no config files needed to run it. Infact I am cron running it every 5 minutes to one way sync an IMAP account to Office365 (needs an OAuth token too, and a second script to refresh the token every hour)
Feel free to ask for more, but I cannot guarantee a timely response.

A sad news. Condolences to his family. May his legacy continue to inspire others as he did.
I come from VyOS and really liked it, but still prefer opnsense for the GUI, constant updates and plugins. VyOS started losing appeal once they opted for subscription stable iso access (even if they did give me a free subscription for some comment contribution in their repo). Also, I have to admit, that VyOS needs a fraction of the resources needed by opnsense.

I tried virtualizing Windows on proxmox and it went smooth
I know Microsoft didn’t get this right with naming and you got caught in the trap but there are 2 (actually 3) ways of hosting Blazor.
I also see that this confusion won’t help OP choose Blazor over some more coherent dev environment hehehehe
You are talking about Blazor webassembly, I am talking about Blazor server side, which loads as fast as a “normal” website.
Server side Blazor has other caveats, that’s why I specified it is an intranet project, where server side Blazor fits very well. Anyway, at the moment, Microsoft is still putting effort in polishing both type of Blazor hosting model.
This is not our first Blazor intranet web app and some of them are running in production for one year more or less.
It is really a joy to program using Blazor, especially if you need cross tab/browsers/device/user real time communication, which comes almost free thanks to underlying SignalR channel.
My two cents: I strongly agree with this. We just deployed an intranet blazor server app running on Linux (don’t know which distro) and apache (we might switch to nginx soon). It works very well and we had to write less than 100 lines of JS (mostly for file download and upload) One of my workmates was hired one year ago and at the time he didn’t know anything about .Net stack. Now he is mostly autonomous and he loves .Net and blazor in particular. Obviously YMMV.

I am not saying your server is not secure, but just fencing off IMAP from the web is not enough to limit spammers from relaying mail through your server. They usually exploit a misconfigured SMTP server, which does run on port 25 (plain or start TLS mode)
Hope devs eat speed module lvl 3 for breakfast
Can’t remember but I definitely used a guide to reach 100%