Hi Guys,
In relation to [closed] topic...
[CPANEL-20425] DKIM for main server hostname
cPanelMichael suggested we temporarily add the server's FQDN to the "DNS=" in the 'nobody' user, in order to create a workaround to automatically add DKIM data for the root (nobody) user.
I would like to create DKIM for our server, as emails from root are intermittently going to spam in Gmail, however, we don't have a user nobody in /var/cpanel/users/nobody - as is suggested.
You can temporarily add the following entry to /var/cpanel/users/nobody as a workaround:
Then, run this command:
So, my question is: Can I simply create the file or user in /var/cpanel/users/ ?
Any help or input would be appreciated, thank you.
Regards, Robin.
In relation to [closed] topic...
[CPANEL-20425] DKIM for main server hostname
cPanelMichael suggested we temporarily add the server's FQDN to the "DNS=" in the 'nobody' user, in order to create a workaround to automatically add DKIM data for the root (nobody) user.
I would like to create DKIM for our server, as emails from root are intermittently going to spam in Gmail, however, we don't have a user nobody in /var/cpanel/users/nobody - as is suggested.
You can temporarily add the following entry to /var/cpanel/users/nobody as a workaround:
Code:
DNS=hostname.domain.com
Then, run this command:
Code:
/usr/local/cpanel/bin/dkim_keys_install nobody
So, my question is: Can I simply create the file or user in /var/cpanel/users/ ?
Any help or input would be appreciated, thank you.
Regards, Robin.