Hi,

Thanks for the response.  I'm using a PHP script to send out the mail, and 
after it resolves the IMGate as its next hop, it sends mail there.  I do 
have the domain in transport.map, the only trouble is, since it was caught 
as spam the first time, it just gets caught again, because it scans for 
header and body checks before sending it on to the IMail (specified in 
transport.map).

I'm not sure how else to do this, without having to use a different mail 
server just for sending spam that users want...

Richard

At 11:11 PM 8/16/2003 -0500, you wrote:


> >If it originally went to domain.com and postfix-01.domain.com is priority
> >10 for that domain,  when my script goes to mail them their false-positive,
> >it just gets caught again.
>
>The DNS MX record is used by SMTP client to route mail to IMGate.
>
>Once the mail is in IMGate, postfix SMTP client (after any re-writing) then
>resolves next-hop for the recipient domain by:
>
>$mydestination
>transport.map
>relayhost
>hosts
>DNS
>
>(well, that's how I think the sequence is. :) )
>
>Your problem seems to be that postfix is resolving domain.com in DNS, so
>"best MX for domain.com is local".
>
>So put domain.com in transport.map.
>
>Len
>
>
>---
>[This E-mail scanned for viruses by friend.ly.net.]


---
[This E-mail scanned for viruses by friend.ly.net.]


Reply via email to