im trying to configure / set up DKIM in ubuntu to be used with sendmail or specifically PHP mail function… found some articles on hot to configure it for postfix, … but didnt get anything for sendmail with ubuntu… im using ubuntu with LAMP install… step- step guide will be appreciated or pls point to some articles…[not familiar with linux cmds]
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello there,
A DKIM record is another measure that can prevent spoofing and improve mail reliability. You can use any online tool to generate the key for you.
We do have an article on How To Install and Configure DKIM with Postfix on Debian Wheezy
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy
Once created you can use a DKIM checker tool like the one provided from mxtoolbox or mail-tester and check whether the generated key is valid.
https://mxtoolbox.com/dkim.aspx
https://mail-tester.com
Hope that this helps!
Maybe this tutorial can help https://philio.me/setting-up-dkim-with-sendmail-on-ubuntu-14-04/
hi in this particular line in /etc/opendkim.conf Socket inet:8891@localhost do we need to change to 1234@localhost to work with digital oceon ?? and thanks for the link i have executed this command root@ubuntu:/etc/opendkim/keys#
opendkim-genkey -D /etc/opendkim/keys/example.com -d example.com -s default
how to get the public key and private key after this step ??am i missing something ??
Use this manual:
http://dev.kafol.net/2013/01/dkim-spf-sendmail-for-multiple-domains.html