• 0 Posts
  • 59 Comments
Joined 2 years ago
cake
Cake day: January 1st, 2024

help-circle






  • Not really. Postfix is very robust against attackers and knows to how to deal with bots by default. It makes sense to also configure SPF, DKIM and DMARC for your own safety.

    If you want to stop the attackers from hammering, you can also add fail2ban.

    If you want to avoid spam, you can attach a spamfilter to the delivery agent and let Sieve do the rest.

    I’ve been running my postfix/dovecot combo using 4 mail domains for over 5 years without any problems. It’s simply fantastic.













  • I’m thinking about moving my Nextcloud calendars and addressbooks to Baikal. Why? Because I like one “tool for one thing” better than “one tool for everything”.

    Small update: Today I moved to Baikal successfully.

    It’s missing some features, I noticed.

    1. There are no shared addressbooks, so a shared user is needed. Addressbooks also cannot be read-only.
    2. There is no birthday calendar. There is a Python script for MySQL to run from cron. I ported it to PostgreSQL today.