Hi folks, today I updated my server to use some new systemd services, such as systemd-networkd [1] and systemd-resolved [2]. Using systemd-resolved I have to symlink /etc/resolve.conf to /run/systemd/network/resolv.conf. Amavis-new seems to have a problem with this configuration because these messages show up in the journal:
Jun 04 15:47:26: (available_nameservers: No DNS servers available!) Jun 04 15:47:26: rules: failed to run NO_DNS_FOR_FROM RBL test, skipping: Jun 04 15:47:26: plugin: eval failed: available_nameservers: No DNS servers available! Jun 04 15:47:26: Argument "0.76_1" isn't numeric in numeric ge (>=) at /usr/share/perl5/vendor_perl/Mail/DKIM/PublicKey.pm line 113. Just as a wild guess, I think amavis-new does not follow the symlink. Stefan [1]: http://www.freedesktop.org/software/systemd/man/systemd-networkd.service.html [2]: http://www.freedesktop.org/software/systemd/man/systemd-resolved.service.html
