Skip Navigation

User banner
Posts
0
Comments
47
Joined
2 yr. ago

  • Just imported all my podcasts into AntennaPod to give it a go. I found that it also supports sync via Nextcloud which I absolutely need because I often listen on multiple devices and I want to pick up where I left.

    Good to see alternatives, because that's one of the main reasons I bought the lifetime subscription back in the day. I also used the trim silence feature, but I can do without that.

  • That was my thought right now. Best podcast app on Android.

  • ask

    Jump
  • Always a good idea to base decisions on 10 year old information.

  • I'm hosting my own email for several years now with https://docker-mailserver.github.io/docker-mailserver/latest/ which supports all the useful things like SPF, fail2ban, postgrey, sieve, spamassassin. I'm not hosting at home, I rented a server with a hoster which I also use for other services.

    It's pretty unremarkable, mostly it just works. I do have more spam than with gmail because I have to feed all spam to spamassassin myself. I also had one issue with larger attachments where I had to modify the maximum size, but that was also pretty easy using https://docker-mailserver.github.io/docker-mailserver/latest/config/environment/#postfix_message_size_limit

    I recently modified my setup to support DMARC and I occassionally check if I can improve something via https://mxtoolbox.com/. But other than that I never had any issues, never looked back.