zEitEr
Super Moderator
Hello,
If would be handy to have a feature to enable/disable DKIM sign per domain on user level.
For now users have no possibility to enable/disable DKIM even if they host domains with external NameServers, so they should contact support team either to ask for a help to move/copy TXT records to their NS, or disable DKIM at all.
So please add this feature into web-interface of Directadmin.
I guess the all it should do:
to disable DKIM and
to enable DKIM back.
If would be handy to have a feature to enable/disable DKIM sign per domain on user level.
For now users have no possibility to enable/disable DKIM even if they host domains with external NameServers, so they should contact support team either to ask for a help to move/copy TXT records to their NS, or disable DKIM at all.
So please add this feature into web-interface of Directadmin.
I guess the all it should do:
Code:
mv dkim.private.key dkim.private.key~off
mv dkim.public.key dkim.public.key~off
to disable DKIM and
Code:
mv dkim.private.key~off dkim.private.key
mv dkim.public.key~off dkim.public.key
to enable DKIM back.