On 2010-02-11 Trigve Siver wrote: > I think I have something bad configured with postfix. I'm sending 1 > mail from "[email protected]" to "[email protected], [email protected]" > 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 "[email protected]" to "[email protected], > [email protected]" it looks like postifx want to deliver mail to > "[email protected]" (which is Ok) but ALSO TO "[email protected]" which > it should not (or should it???).
You sent the mail to [email protected] AND [email protected], so, yes, it should. > Then I get bounce from smtpd for "[email protected]". That's because your relayhost isp.provider.org does not accept the mail for delivery: > Feb 11 09:57:05 local postfix/smtp[9203]: 7C81B11464: to=<[email protected]>, > 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)) Regards Ansgar Wiechers -- "Abstractions save us time working, but they don't save us time learning." --Joel Spolsky
