Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - gcl

Pages: [1]
1
Email and Groupware / DKIM with Zentyal development edition
« on: November 21, 2016, 03:24:44 pm »
I've seen this asked about a few times, but nobody ever answered. I got it working, in IMAP/SMTP, Openchange, and SoGo. Here's how

I followed this guide https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy

Skip the parts of the guide which deal with modifications to /etc/postfix/main.cf. Instead, modify /usr/share/zentyal/stubs/mail/main.cf.mas

and add these 4 lines to the bottom

milter_protocol = 2
milter_default_action = accept
smtpd_milters = inet:localhost:12301
non_smtpd_milters = inet:localhost:12301

Make sure you set up the txt records in your public DNS record properly, then test using mail-tester.com or your favorite DKIM verifier.

Pages: [1]