DKIM Steps
Hi kaosmonk, vavai, i don't know what i do but my last post dont appears.
Quote:
|
It seems that you already bind port 8891 to another milter, possibly the default milter on Zimbra Admin | Global Setting | MTA. Try to resetting the default port of Zimbra milter, 7026 and then restart your Zimbra Service
|
Hi
Vavai you are correct i try to use another milter because i want my domain being authenticated using DKIM, using the default port 7026 i don't have MTA errors, but it did'nt authenticated my domain
Hi
kaosmonk, this are the steps i do
1.- I Follow
Setup DKIM Postfix from 1 to 8 steps
2.- Restart zmmtactl
Code:
su - zimbra
zmmtactl restart
3.- Check /opt/zimbra/postfix/conf/main.cf and i have
Code:
milter_default_action = accept
milter_protocol = 2
smtpd_milters =
non_smtpd_milters=
4.- Change port of Zimbra Milter
SOLVE Change default milter Code:
zmprov gs mail.server.com zimbraMilterBindPort
# name mail.server.com
#zimbraMilterBindPort: 7026
zmprov ms mail.server.com zimbraMilterBindPort 8091
# name mail.server.com
#zimbraMilterBindPort: 8891
5.- In Zimbra Admin Console go 'Server Settings' > 'MTA' tab > and check the 'Milter Server' box. Add your hostname/IP, save your settings and issue a 'zmmtactl restart'.
SOLVE DKIM Milter not Working
Restart zmmtactl
Code:
su - zimbra
zmmtactl restart
6.- Check again /opt/zimbra/postfix/conf/main.cf
Code:
milter_default_action = accept
milter_protocol = 2
smtpd_milters = inet:127.0.0.1:8891
non_smtpd_milters=
I hope whit this you know what am i doing wrong
Best Regards