Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2002 05:26:33 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Andrew Boothman <andrew@cream.org>
Cc:        nl3481@wi.rr.com, freebsd-questions@freebsd.org
Subject:   Re: sendmail config
Message-ID:  <20020401022633.GC326@hades.hell.gr>
In-Reply-To: <3CA7C367.5020900@cream.org>
References:  <3CA7B750.6C941E0B@wi.rr.com> <3CA7C367.5020900@cream.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-04-01 03:18, Andrew Boothman wrote:
> Nick Lozinsky wrote:
> >  ----- The following addresses had permanent fatal errors -----
> >nl3481@wi.rr.com
> >   (reason: 553 5.1.8 <root@isesys.ibsd.ua>... Domain of sender address 
> >   root@isesys.ibsd.ua does not exist)
>
> It would appear that the problem here is exactly as sendmail has stated. 
> The domain of the sending address root@isesys.ibsd.ua doesn't exist. 
> Indeed, as far as I can tell the ibsd.ua domain doesn't exist. Perhaps 
> you could add isesys.ibsd.ua to /etc/hosts so that your local machine 
> can look up its IP, but I'm not entirely sure that will persuade 
> sendmail to deliver email for you.

The error comes from the mail server that Sendmail tried to contact.

Nick, you need two things:

a) To set up a "smart host", a mail gateway that will receive all your
   outgoing mail.  This is usually your ISP's mail gateway.

b) To set up envelope-address masquerading.  That is, to make Sendmail use
   a MAIL FROM command with a sender whose domain is valid.  You can easily
   set this up after reading /usr/src/contrib/sendmail/cf/README and use
   the following FEATURE's in your sendmail.mc file:

	MASQUERADE_AS(`domain.address')dnl
	FEATURE(`masquerade_entire_domain')dnl
	FEATURE(`masquerade_envelope')dnl

Giorgos Keramidas                       FreeBSD Documentation Project
keramida@{freebsd.org,ceid.upatras.gr}  http://www.FreeBSD.org/docproj/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020401022633.GC326>