* Ralf Hildebrandt via Postfix-users <postfix-users@postfix.org>:
> * Stanislav via Postfix-users <postfix-users@postfix.org>:
> > Greetings,
> > 
> > After upgrading from postfix 3.7.3 to postfix 3.8.2, I've noticed my email
> > is not signed with DKIM anymore. After further investigation, I've found
> > that Postfix ignores milter on outgoing emails (incoming goes through milter
> > ok).
> 
> How is the milter being invoked?
> postconf -n |grep milter

In my case this yields:

# postconf -n |fgrep milter
non_smtpd_milters = $smtpd_milters
smtpd_milters = inet:127.0.0.1:7357 inet:127.0.0.1:8891

^ so, two milters are used: clamav-milter and opendkim

# netstat -tulpen | egrep "(7357|8891)"
tcp        0      0 127.0.0.1:8891          0.0.0.0:* LISTEN      983        
295923257  3588942/opendkim    
tcp        0      0 127.0.0.1:7357          0.0.0.0:* LISTEN      981        
318524015  39048/clamav-milter 

(you might be using milters in master.cf, selectively for some
processes only, so also check master.cf)

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netz | Netzwerk-Administration
  Invalidenstraße 120/121 | D-10115 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | https://www.charite.de
            
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to