iRedMail használata során néhány egyedi igényt kielégítő beállítás…

dovecot

Problem: Dovecot Warns about “Inotify instance limit for user 120 (UID dovemail) exceeded”

sysctl -w fs.inotify.max_user_instances=4096

fail2ban

systemctl start nftables.service
systemctl enable nftables.service

Escape _country string

# after geolookup code
_country=${_country/\'/\\\'}

fetchmail

  • config
  • service enable

iRedAPD / Disable graylisting

/opt/iredapd/tools/greylisting_admin.py --disable --from '@.'

SOGo

/etc/sogo/sogo.conf

...
type = sql;
id = users;
...
// comment out DomainFieldName
//DomainFieldName = "domain";