Did you create a DKIM entry for your server hostname? I did this:Unfortunately it's not working for me. Today I got a load of messages about mail being spam because key is not found, I will report in the thread which was liked to.
Code:
/usr/local/directadmin/scripts/dkim_create.sh $(hostname -f)
I had to do this first in order for the above to work because I don't have the server hostname set up as a domain on the server:
Code:
mkdir -p /etc/virtual/$(hostname -f); chown mail.mail /etc/virtual/$(hostname -f); chmod 711 /etc/virtual/$(hostname -f)