install_opendkim.sh: move FQHN from '/etc/opendkim/trusted'.

This commit is contained in:
2026-01-07 01:53:46 +01:00
parent 5b853a26cb
commit e829868645

View File

@@ -526,7 +526,6 @@ else
127.0.0.1
::1
localhost
$(hostname -f)
EOF
opendkim_needs_restart=true
if [[ $? -eq 0 ]] ; then