• 2 Posts
  • 29 Comments
Joined 4 years ago
cake
Cake day: February 20th, 2021

help-circle
  • rcbrk@lemmy.mltoPrivacy@lemmy.mlTutanota / Mailbox.org?
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 days ago

    What ideally I’d like is some sort of good encrypted email […], which can achieve decent Android integration. Proton apps are pretty useless to that effect […]

    Don’t need provider-specific apps if their services use standard protocols:

    • IMAP: Fair Email or K-9 Mail(/Thunderbird)
    • CalDAV: DAVx⁵

    • For incoming mail, on your server run a mail retrieval agent like fetchmail to fetch mail from the externally hosted mailbox into a maildir on your server.
    • To serve that maildir to your clients, on your server run a mail delivery agent like the IMAP server Dovecot.
    • To accept outgoing mail from your clients, on your server run something like Postfix with a relayhost configured with the details of your externally hosted SMTP server.

    There’s nothing unusual or tricky about any of this arrangement.



  • rcbrk@lemmy.mltoPrivacy@lemmy.mlToday I saw hope
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 months ago

    Jitsi works really well, and the developers seem to have made an effort to have it work well on any platform, even mobile browsers and PSTN. I’ve always found it the lowest friction teleconferencing method for all types of users.

    It’s self-hostable, integrates with SIP, and 8x8’s commercial offering mentions HIPAA, BAA and GDPR.






  • rcbrk@lemmy.mltoPrivacy@lemmy.mlI answered: Are VPNs essential?
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    3 months ago

    The article does not explain the primary design purpose of a VPN – providing an encrypted tunnel into or between two private subnets.

    For example, your home subnet is typically all 192.168.nnn.nnn addresses – a class of addresses which the wider internet does not route, and which your router/modem does not allow the wider internet to access unless explicitly permitted.

    Say you have a NAS on your home network, and you want to access it from your laptop while at a cafe; you could set up a VPN between your laptop and your home router, and it can make your home network appear as your local network to your laptop, giving you access to your NAS.

    Or between two office locations of a business – their database servers, accounting systems, printers, etc can all be freely accessible between offices without being exposed to the wider internet.



  • I mean ntfy’s primary purpose is not dependent on UnifiedPush – all UP functionality could be removed and ntfy would still work as intended.

    Ntfy server knows how to be a UP gateway, and relays those messages to the ntfy app, which knows how to be a UP distributor.

    As far as I understand it, a client app using UP to recieve push notifications does perform a registration step with the UP gateway (via the distributor app which communicates with the gateway via its own transport), which sets up and responds with the api endpoint details, which the client app relays to its servers, which can then send UP notifications via the specified gateway.