From: aLCoR on
Hi ! !
I have a sendmail to the internet and I want to use a domain in a
postfix inside my lan ...

Im try many diferents configurations ... so ..

If I use virtusertable:
@postfix.domain $1@[IP.postfix]
the mails arrive to the postfix like alcorarg@[IP.postfix] ... How I
can recive but before send to the postfix rewrite with the correct
domain postfix.domain

if instead of IP.postfix I put postfix.domain and the IP in hosts ... I
get
sendmail[29024]: j823ilSo029024: SYSERR(root): rewrite: excessive
recursion (max 50), ruleset canonify

I cant do this with mailertable:
postfix.domain smtp:[IP.postfix]
doesnt work.

So ...
can you help me with the correct config for ...

Sendmail in internet sending entire domain to postfix in private
network ...

how I have to set the mx ??

thanx for any help !