On Thu, 24 Feb 2000, you wrote:
> Hello people.
> 
> I am having some minor difficulties with my Linux server that is also functioning
> as a e-mail server.
> 
> The problem arises when I try to send an e-mail via any computer in my network.
> 
> I know what is wrong but I have no idea how to fix it.
> 
> This is the problem.
> 
> If I send a e-mail to [EMAIL PROTECTED] then it goes through just fine and there are
> no problems.
> 
> However if I try to send a message to [EMAIL PROTECTED] (home.com is my domain), it
> bounces back saying that there is no user foo.
> 
> Now from what I understand, it is trying to send the mail to a person called foo
> on __my__ server.
> 
> How do I fix this problem?

You need to tell your email server that it should masquerade as "home.com". 
Moreover, you should direct it to TryNullMX  (sendmail instruction)  that is,
do not reject with a "mail loops back to me".  Now I assume that the "home.com"
is really some other domain, because if it is home.com, then it is a very bad
idea for the mail server to masquerade as it.  

If you are on home com, then make your hostname something else and masquerade
as that something else.  I use nwarctic.yi.org as a masquerade and I simply
registered at yi.org for that fqdn.  I was also able to give them my static IP
and make sure MX records bound for nwarctic.yi.org reach that address, without
actually exposing my IP to hacks, CNAMEs, reverse lookups, 

host -a nwarctic.yi.org

etc.
Civileme

Reply via email to