Daniel Gnoutcheff
2016-07-20 19:47:40 UTC
Hello all,
One of the mailservers I maintain has something like this in its
- Mail sent to <***@our.domain.org> should be saved on the local
server, but should also be forward to `some.other.domain.org`.
- <***@our.domain.org> should be a simple mailing list to which
all staffmembers are subscribed, and
- mailinglist bounces (e.g. due to misconfiguration) should go to
`adminuser`.
However, with this configuration, mail sent to mailinglist@ is delivered
to <***@some.other.domain.org> *twice*. If I remove the
`owner-mailinglist` alias, the problem disappears.
This seems to be in addition to the usual Cc: duplicate "problem" (which
I was expecting). Indeed, adding <***@some.other.domain.org> to the
Cc: line results in a third copy.
We are using the LDA built into local(8); there should be no Sieve or
mailbox_command shenanigans at play.
What's happening here, and how to fix it?
Have a good one,
Daniel
One of the mailservers I maintain has something like this in its
mailinglist: user1, user2, user3, user4, adminuser
owner-mailinglist: adminuser
The goals being:owner-mailinglist: adminuser
- Mail sent to <***@our.domain.org> should be saved on the local
server, but should also be forward to `some.other.domain.org`.
- <***@our.domain.org> should be a simple mailing list to which
all staffmembers are subscribed, and
- mailinglist bounces (e.g. due to misconfiguration) should go to
`adminuser`.
However, with this configuration, mail sent to mailinglist@ is delivered
to <***@some.other.domain.org> *twice*. If I remove the
`owner-mailinglist` alias, the problem disappears.
This seems to be in addition to the usual Cc: duplicate "problem" (which
I was expecting). Indeed, adding <***@some.other.domain.org> to the
Cc: line results in a third copy.
We are using the LDA built into local(8); there should be no Sieve or
mailbox_command shenanigans at play.
What's happening here, and how to fix it?
13:59:52 postfix/submission/smtpd[15352]: connect from unknown[_some_ip_]
13:59:55 postfix/submission/smtpd[15352]: 4CD8F288043: client=unknown[_some_ip_], sasl_method=PLAIN, sasl_username=adminuser
13:59:55 postfix/cleanup[15358]: 4CD8F288043: message-id=<_scrubbed_message_id_>
13:59:56 postfix/cleanup[15358]: 362BE288048: message-id=<_scrubbed_message_id_>
13:59:56 postfix/qmgr[555]: 4CD8F288043: removed
13:59:56 postfix/submission/smtpd[15352]: disconnect from unknown[182.73.121.234]
13:59:56 postfix/cleanup[15358]: DC9AE288043: message-id=<_scrubbed_message_id_>
13:59:57 postfix/qmgr[555]: DC9AE288043: removed
13:59:57 postfix/qmgr[555]: 362BE288048: removed
Thanks!13:59:55 postfix/submission/smtpd[15352]: 4CD8F288043: client=unknown[_some_ip_], sasl_method=PLAIN, sasl_username=adminuser
13:59:55 postfix/cleanup[15358]: 4CD8F288043: message-id=<_scrubbed_message_id_>
13:59:56 postfix/cleanup[15358]: 362BE288048: message-id=<_scrubbed_message_id_>
13:59:56 postfix/qmgr[555]: 4CD8F288043: removed
13:59:56 postfix/submission/smtpd[15352]: disconnect from unknown[182.73.121.234]
13:59:56 postfix/cleanup[15358]: DC9AE288043: message-id=<_scrubbed_message_id_>
13:59:57 postfix/qmgr[555]: DC9AE288043: removed
13:59:57 postfix/qmgr[555]: 362BE288048: removed
Have a good one,
Daniel