On Tue, 10 Mar 2020 at 13:52, SysAdmin EM <[email protected]> wrote: > > Hello.! > > In the mail.cf i add this options: > # OpenDKIM > smtpd_milters = inet:127.0.0.1:8891 > non_smtpd_milters = $smtpd_milters > milter_default_action = accept > milter_protocol = 6 > > when i send and email from console, i not see communication with postfix and > opendkim > > Mar 10 10:50:15 server003 postfix/pickup[19505]: BC053C09B473: uid=0 > from=<root> > Mar 10 10:50:15 server003 postfix/cleanup[19512]: BC053C09B473: > message-id=<[email protected]> > Mar 10 10:50:15 server003 postfix/qmgr[19506]: BC053C09B473: > from=<[email protected]>, size=512, nrcpt=1 (queue active) > Mar 10 10:50:16 server003 postfix/smtp[19515]: BC053C09B473: > to=<[email protected]>, relay=gmail-smtp-in.l.google.com[64.233.186.26]:25, > delay=1, delays=0 > .04/0/0.34/0.62, dsn=2.0.0, status=sent (250 2.0.0 OK 1583848216 > f20si8353764qkm.11 - gsmtp) > Mar 10 10:50:16 server003 postfix/qmgr[19506]: BC053C09B473: removed > > > El mar., 10 de mar. de 2020 a la(s) 10:47, Fazzina, Angelo > ([email protected]) escribió: >> >> 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 >> >> >> From: [email protected] <[email protected]> On >> Behalf Of SysAdmin EM >> Sent: Tuesday, March 10, 2020 9:26 AM >> To: [email protected] >> Subject: postfix3 with opendkim >> >> 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=<[email protected]> >> Mar 10 10:15:44 server003 postfix/qmgr[18994]: 614D2C09B473: >> from=<[email protected]>, size=512, nrcpt=1 (queue active) >> Mar 10 10:15:44 server003 postfix/smtp[19018]: connect to >> gmail-smtp-in.l.google.com[2800:3f0:4003:c00::1a]:25: Network is unreachable >> Mar 10 10:15:45 server003 postfix/smtp[19018]: 614D2C09B473: >> to=<[email protected]>, relay=gmail-smtp-in.l.google.com[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:...
Maybe you have something in your master.cf that overrides the milter settings in main.cf. Have a look for keyword 'milter' in master.cf.
