diecknet
- 2 Posts
- 7 Comments
diecknet@discuss.tchncs.deto
Selfhosted@lemmy.world•(SOLVED) I need help with networking for VirtualBox guests running on Windows hosts.English
4·2 个月前You mentioned that you can’t ping the remote VM. Have you checked if the remote VMs IP is reachable? Is it in the ARP table? Check with
arp -a
diecknet@discuss.tchncs.deto
Sysadmin@lemmy.world•Correct way to redirect emails in 365? Authoritative vs Internal Relay
1·3 个月前I’d rather try the mail contact option, should work fine if you create them via PowerShell.
Regarding the Internal Relay option: If you configure a Domain with that option then Exchange Online will accept mails for all addresses with that domain and not send any Non Delivery Reports, because it knows that there are more email systems with that domain. EXO doesn’t have the full picture so it has to accept all mails. If there is no internal recipient defined with that mail address the message will get forwarded to an external system that you configured. That 2nd system would need to send the NDR then. Please note: But that configuration would potentially forward more emails than you would want to the external system.
diecknet@discuss.tchncs.deto
Selfhosted@lemmy.world•Using Immich in combination with NAS permissionsEnglish
1·3 个月前You could run an individual Immich instance per user. Not sure if it’s feasible or smart
diecknet@discuss.tchncs.deto
Selfhosted@lemmy.world•Interoperability between self-hosted servicesEnglish
2·5 个月前I haven’t tried it yet, but I think you want something like n8n. Yeah, I know they claim to be very AI nowadays, but I had them on my radar before that. It’s essentially an automation platform you can use to glue services together that weren’t intended for each other. https://github.com/n8n-io/n8n
diecknet@discuss.tchncs.deto
Sysadmin@lemmy.world•Is classic Outlook becoming worse and worse?
6·6 个月前Apparently Microsoft is already planning to kill the “new” Outlook with some AI native “new new” Outlook. So don’t get used to it too much I guess. Source: https://www.theverge.com/tech/806162/microsoft-outlook-ai-overhaul-notepad
diecknet@discuss.tchncs.deOPto
Selfhosted@lemmy.world•Git based Workflow for updating containersEnglish
2·3 年前Oh, lol! I mean I was totally aware of Kubernetes existing as an enterprise grade container solution, but didn’t really consider that it could fit my needs. Makes so much sense that they have a feature like Volume snapshots. Gonna look into Kubernetes/k3s. Thanks!

Thanks a lot! Highly appreciated :)