On Thu, Jul 24, 2014 at 09:57:58AM -0400, Robert Fitzpatrick wrote: > Can anyone help me understand what happened to a message to one user when it > was sent to three? Below is the log entries I find for this message, you can > see there were three recipients, all with the note of 'but 1 DISCARD' that > I've never encountered before when handed off to Maia for filtering, but > only two recipients received. The sender is whitelisted. > > mx1# grep 0F82F2E6EE /var/log/maillog
This is the post-filter queue-id. > Jul 24 00:39:29 mx1 postfix/smtpd[58027]: 0F82F2E6EE: > client=localhost[127.0.0.1], orig_client=some.mail.server[x.x.x.x] > Jul 24 00:39:29 mx1 postfix/cleanup[57950]: 0F82F2E6EE: > message-id=<7b958f94$7d214163$2d871f3c$@com> > Jul 24 00:39:29 mx1 postfix/qmgr[71939]: 0F82F2E6EE: > from=<sen...@some.mail>, size=96825, nrcpt=2 (queue active) Two recipients were passed by the content filter. > Jul 24 00:39:29 mx1 postfix/smtp[58031]: CF6D02E6CE: > to=<recipie...@some.mail>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.2, > delays=1.3/0/0/0.94, dsn=2.6.0, status=sent (250 2.6.0 Ok, id=57314-06, > from MTA: 250 2.0.0 Ok: queued as 0F82F2E6EE, but 1 DISCARD) > Jul 24 00:39:29 mx1 postfix/smtp[58031]: CF6D02E6CE: > to=<recipie...@some.mail >, relay=127.0.0.1[127.0.0.1]:10024, delay=2.2, > delays=1.3/0/0/0.94, dsn=2.6.0, status=sent (250 2.6.0 Ok, id=57314-06, > from MTA: 250 2.0.0 Ok: queued as 0F82F2E6EE, but 1 DISCARD) > Jul 24 00:39:29 mx1 postfix/smtp[58031]: CF6D02E6CE: > to=<recipie...@some.mail >, relay=127.0.0.1[127.0.0.1]:10024, delay=2.2, > delays=1.3/0/0/0.94, dsn=2.6.0, status=sent (250 2.6.0 Ok, id=57314-06, > from MTA: 250 2.0.0 Ok: queued as 0F82F2E6EE, but 1 DISCARD) The SMTP response from the content filter on port 10024 indicates that one recipient was discarded by the filter. Why that is the case is not a Postfix question. Explore the configuration settings of the filter. > Jul 24 00:39:30 mx1 postfix/smtp[58103]: 0F82F2E6EE: > to=<recipie...@some.mail>, relay=x.x.x.x[x.x.x.x]:25, delay=1.7, > delays=0.2/0.01/0.09/1.4, dsn=2.6.0, status=sent (250 2.6.0 > <7b958f94$7d214163$2d871f3c$@com> [InternalId=33708] > Queued mail for delivery) > Jul 24 00:39:30 mx1 postfix/smtp[58103]: 0F82F2E6EE: > to=<recipie...@some.mail>, relay=x.x.x.x[x.x.x.x]:25, delay=1.7, > delays=0.2/0.01/0.09/1.4, dsn=2.6.0, status=sent (250 2.6.0 > <7b958f94$7d214163$2d871f3c$@com> [InternalId=33708] > Queued mail for delivery) > Jul 24 00:39:30 mx1 postfix/qmgr[71939]: 0F82F2E6EE: removed Postfix delivered the recipients it was handed. -- Viktor.