Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mail not being processed?

34 views
Skip to first unread message

lapos...@gmail.com

unread,
May 25, 2016, 10:41:07 AM5/25/16
to
Hi,

I'm setting up a high performance mailserver using multi-instance postfix with TLS and opendkim. This machine is only for sending.

In the maillog I usually see a message getting injected, cleaned, then DKIM is added, it's added to the queue, delivered and removed.

However, often I only see the DKIM line for a specific id:

May 24 14:33:04 bartok opendkim[1637]: D82B610AD: DKIM-Signature field added (s=k1, d=bounced.nl)

With no mention of D82B610AD elsewhere in the logs. Does this mean the mail is not processed by postfix?

Thanks in advance.

Stijn van der Ree


[root@bartok spool]# postconf -n
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
default_process_limit = 1000
html_directory = no
in_flow_delay = 0
inet_interfaces = $myhostname
inet_protocols = ipv4
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
milter_default_action = accept
multi_instance_directories = /etc/postfix-2 /etc/postfix-3 /etc/postfix-4 /etc/postfix-5 /etc/postfix-6 /etc/postfix-7 /etc/postfix-8 /etc/postfix-9 /etc/postfix-10 /etc/postfix-11 /etc/postfix-12
multi_instance_enable = yes
multi_instance_group = mta
multi_instance_wrapper = ${command_directory}/postmulti -p --
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = laposta-infra.nl
myhostname = mtb01.laposta-infra.nl
mynetworks = 77.245.87.160/27, 127.0.0.0/8, 80.246.181.64/27, 217.149.70.32/27
mynetworks_style = subnet
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
non_smtpd_milters = $smtpd_milters
qmgr_message_active_limit = 200000
qmgr_message_recipient_limit = 200000
queue_directory = /home/postfix/spool/postfix
readme_directory = no
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_bind_address = 217.149.70.36
smtp_tls_CAfile = /etc/pki/tls/cert.pem
smtp_tls_cert_file = /etc/certs/laposta-infra.nl/laposta-infra.crt
smtp_tls_key_file = /etc/certs/laposta-infra.nl/laposta-infra.key
smtp_tls_loglevel = 1
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:/home/postfix/smtp_scache
smtpd_client_connection_count_limit = 300
smtpd_milters = inet:127.0.0.1:8891
smtpd_tls_session_cache_database = btree:/home/postfix/smtpd_cache
unknown_local_recipient_reject_code = 550

lapos...@gmail.com

unread,
May 26, 2016, 7:26:13 AM5/26/16
to
To answer my own question: this wasn't an issue with postfix or opendkim, but with log messages being suppressed by systemd-journal. Editing the ratelimits in /etc/systemd/journald.conf solved it.
0 new messages