Hi, I think I have something bad configured with postfix. I'm sending 1 mail from "r...@dontcare.org" to "u...@domain.org, r...@dontcare.org" while domain.org is main domain where I run postfix. This is workflow of mail: getmail (from ISP) -> sendmail (postifx sendmail; sending to "X-Original-To"->postfix->amavis->dovecot. Now the problem.
When I send the mail from "r...@dontcare.org" to "u...@domain.org, r...@dontcare.org" it looks like postifx want to deliver mail to "u...@domain.org" (which is Ok) but ALSO TO "r...@dontcare.org" which it should not (or should it???). Then I get bounce from smtpd for "r...@dontcare.org". Here is part of my log: 2010-02-11 09:57:04 Initializing MultidropPOP3SSLRetriever:s...@local.domain.org:995: Feb 11 09:57:05 local postfix/pickup[9191]: 7C81B11464: uid=5003 from=<r...@dontcare.org> 2010-02-11 09:57:05 msg 1/1 (3716 bytes) msgid UID37948-1188378705 from <r...@dontcare.org> to <u...@domain.org> delivered to MDA_external command sendmail (), deleted Feb 11 09:57:05 local postfix/cleanup[9210]: 7C81B11464: message-id=<831968.35374...@web110402.mail.gq1.dontcare.org> Feb 11 09:57:05 local postfix/qmgr[9192]: 7C81B11464: from=<r...@dontcare.org>, size=3939, nrcpt=2 (queue active) Feb 11 09:57:05 local postfix/pipe[9205]: 7C81B11464: to=<u...@domain.org>, relay=dovecot, delay=0.11, delays=0.05/0.02/0/0.03, dsn=2.0.0, status=sent (delivered via dovecot service) Feb 11 09:57:05 local postfix/smtp[9203]: 7C81B11464: to=<r...@dontcare.org>, relay=isp.provider.org[xxx.xxx.xxx.xxx]:25, delay=0.43, delays=0.05/0.02/0.29/0.06, dsn=5.0.0, status=bounced (host isp.provider.org[xxx.xxx.xxx.xxx] said: 550 Administrative prohibition (in reply to RCPT TO command)) Feb 11 09:57:05 local postfix/cleanup[9210]: EBE14114B8: message-id=<20100211085705.ebe1411...@local.domain.org> Feb 11 09:57:05 local postfix/bounce[9251]: 7C81B11464: sender non-delivery notification: EBE14114B8 Feb 11 09:57:05 local postfix/qmgr[9192]: EBE14114B8: from=<>, size=5819, nrcpt=1 (queue active) Feb 11 09:57:05 local postfix/qmgr[9192]: 7C81B11464: removed Feb 11 09:57:06 local postfix/smtp[9203]: EBE14114B8: to=<r...@dontcare.org>, relay=isp.provider.org[xxx.xxx.xxx.xxx]:25, delay=0.36, delays=0.03/0/0.29/0.04, dsn=5.0.0, status=bounced (host isp.provider.org[xxx.xxx.xxx.xxx] said: 550 Administrative prohibition (in reply to RCPT TO command)) Feb 11 09:57:06 local postfix/qmgr[9192]: EBE14114B8: removed Feb 11 09:57:06 local postfix/qmgr[9192]: EBE14114B8: removed What could be wrong? Thanks Trigve