Hi, may I ask what your Postfix config looks like for OpenDkim ? In Postfix 2.x it is close to this : smtpd_milters = inet:127.0.0.1:8891 non_smtpd_milters = $smtpd_milters milter_default_action = accept milter_protocol = 6
-ANGELO FAZZINA ang...@uconn.edu University of Connecticut, ITS, SSG, Server Systems 860-486-9075 From: owner-postfix-us...@postfix.org <owner-postfix-us...@postfix.org> On Behalf Of SysAdmin EM Sent: Tuesday, March 10, 2020 9:26 AM To: postfix-users@postfix.org Subject: postfix3 with opendkim *Message sent from a system outside of UConn.* Hello, my again. I update my Postfix 2 to Postfix 3. Postfix not communicating with opendkim. Mar 10 10:14:31 server003 opendkim[18596]: OpenDKIM Filter: mi_stop=1 Mar 10 10:14:31 server003 opendkim[18596]: OpenDKIM Filter v2.11.0 terminating with status 0, errno = 0 Mar 10 10:14:34 server opendkim[18915]: OpenDKIM Filter v2.11.0 starting (args: -x /etc/opendkim.conf -P /var/run/opendkim/opendkim.pid) Mar 10 10:15:44 server003 postfix/cleanup[19015]: 614D2C09B473: message-id=<20200310131544.614d2c09b...@mail03.server.com<mailto:20200310131544.614d2c09b...@mail03.server.com>> Mar 10 10:15:44 server003 postfix/qmgr[18994]: 614D2C09B473: from=<r...@mail03.server.com<mailto:r...@mail03.server.com>>, size=512, nrcpt=1 (queue active) Mar 10 10:15:44 server003 postfix/smtp[19018]: connect to gmail-smtp-in.l.google.com<https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgmail-smtp-in.l.google.com%2F&data=02%7C01%7Cangelo.fazzina%40uconn.edu%7C8a4ec92032ce447cb37d08d7c4f6b64b%7C17f1a87e2a254eaab9df9d439034b080%7C0%7C0%7C637194436209788899&sdata=IidZEX6aiFinTxPWdS7ERrqEnvUMVBOOnKVqwphluuY%3D&reserved=0>[2800:3f0:4003:c00::1a]:25: Network is unreachable Mar 10 10:15:45 server003 postfix/smtp[19018]: 614D2C09B473: to=<emaw...@gmail.com<mailto:emaw...@gmail.com>>, relay=gmail-smtp-in.l.google.com<https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgmail-smtp-in.l.google.com%2F&data=02%7C01%7Cangelo.fazzina%40uconn.edu%7C8a4ec92032ce447cb37d08d7c4f6b64b%7C17f1a87e2a254eaab9df9d439034b080%7C0%7C0%7C637194436209788899&sdata=IidZEX6aiFinTxPWdS7ERrqEnvUMVBOOnKVqwphluuY%3D&reserved=0>[64.233.186.26]:25, delay=1, delay s=0.07/0/0.43/0.54, dsn=2.0.0, status=sent (250 2.0.0 OK 1583846145 z199si8204777qka.20 - gsmtp) Mar 10 10:15:45 server003 postfix/qmgr[18994]: 614D2C09B473: removed In the openDKIM config file i add this options: #### /etc/opendkim.conf PidFile>/var/run/opendkim/opendkim.pid KeyTable /etc/opendkim/KeyTable SigningTable refile:/etc/opendkim/SigningTable ExternalIgnoreList refile:/etc/opendkim/TrustedHosts InternalHosts refile:/etc/opendkim/TrustedHosts Mode<-->v Syslog<>yes SyslogSuccess<->yes LogWhy<>yes UserID<>opendkim:opendkim Socket<>inet:8891@localhost Umask<->002 SendReports<--->yes SoftwareHeader<>yes Canonicalization<------>relaxed/relaxed Selector<------>default MinimumKeyBits<>1024 KeyFile>/etc/opendkim/keys/default.private OversignHeaders>From any ideas? Regards,