Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2000 17:29:45 +0100
From:      Edwin Groothuis <mavetju@chello.nl>
To:        Rick Hamell <hamellr@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: DNS Records & Email
Message-ID:  <20001205172945.B27534@p6.frust.eu.org>
In-Reply-To: <20001205161951.89819.qmail@web11408.mail.yahoo.com>; from hamellr@yahoo.com on Tue, Dec 05, 2000 at 08:19:51AM -0800
References:  <20001205161951.89819.qmail@web11408.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 05, 2000 at 08:19:51AM -0800, Rick Hamell wrote:
> I'm running postfix with main.cf set to all defaults.
> I've added the hostname and such in there, but it does
> that by default. Thanks much!

You want to send mail to @1nova.com, but your postfix config doesn't
recognize 1nova.com as a local destination:

220 heorot.1nova.com ESMTP Postfix
helo daar
250 heorot.1nova.com
mail from: me@blaat.com
250 Ok
rcpt to: hamellr@1nova.com
554 <hamellr@1nova.com>: Recipient address rejected: Relay access denied

while sending it to @1nova.com works:

220 heorot.1nova.com ESMTP Postfix
helo daar
250 heorot.1nova.com
mail from: me@blaat.com
250 Ok
rcpt to: blaat@heorot.1nova.com
250 Ok

So, add your domain (1nova.com) to the mydestination-line in main.cf
and everything should be going all right.

Edwin

-- 
Edwin Groothuis   | Fatal Dimensions:
mavetju@chello.nl | http://fataldimensions.nl.eu.org/
------------------+ telnet://fataldimensions.nl.eu.org:4000
Trenton@FinalFantasy: y r all fucken coders wierd and negative except me?


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?20001205172945.B27534>