Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2003 10:22:39 +0000
From:      Ceri Davies <setantae@submonkey.net>
To:        "Janine C.Buorditez" <johann@broadpark.no>
Cc:        questions@freebsd.org
Subject:   Re: [URGENT] Bad MX record; very bad.
Message-ID:  <20030314102239.GA11080@submonkey.net>
In-Reply-To: <20030314103409.2cb25735.johann@broadpark.no>
References:  <20030314103409.2cb25735.johann@broadpark.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 14, 2003 at 10:34:09AM +0100, Janine C.Buorditez wrote:
> 
> Hello!
> 
> I just recieved a new IP, and modified my system and domain registrar accordingly.
> 
> Everything appears to be working OK, except for my mailserver (Postfix SMTP).
> I can send but no longer receive e-mails---and I have no idea what's wrong here.
> 
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> # postconf -n
> command_directory = /usr/local/sbin
> config_directory = /usr/local/etc/postfix
> daemon_directory = /usr/local/libexec/postfix
> debug_peer_level = 2
> mail_owner = postfix
> mailq_path = /usr/local/bin/mailq
> manpage_directory = /usr/local/man
> myhostname = ninja.terrabionic.com
> mynetworks = 213.187.181.68 192.168.187.0/24 127.0.0.0/8
> newaliases_path = /usr/local/bin/newaliases
> queue_directory = /var/spool/postfix
> readme_directory = no
> sample_directory = /usr/local/etc/postfix
> sendmail_path = /usr/local/sbin/sendmail
> setgid_group = maildrop
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Let me clarify this, as I've suggested johann come back here.

The mail server is rejecting mail to *@terrabionic.com, with the message
554 <hostmaster@terrabionic.com>: Recipient address rejected: Relay access denied

It seems that johann needs to inform his MTA that this is a local domain, but
I don't do postfix and don't know where he needs to do this.

As an aside:

> $ORIGIN         terrabionic.com.
> $TTL            86400
> 
> @       IN SOA  ns1.terrabionic.com.    johann.ninja.terrabionic.com. (
>                         2003011901      ; Serial
>                         10800           ; Refresh
>                         3600            ; Retry
>                         604800          ; Expire
>                         86400 )         ; Minimum TTL
> 
>                 IN A            213.187.181.68
>                 IN NS           ns1.terrabionic.com.
>                 IN NS           ns2.terrabionic.com.
; johann, add this next line here
		  IN MX		10	ninja.terrabionic.com.

> www             IN CNAME        terrabionic.com.
> 
> ninja           IN A            213.187.181.68
> ninja6          IN AAAA         3ffe:4008:1b::1200
> ns1             IN A            213.187.181.68
> ns2             IN A            209.98.239.41

; And get rid of this one
>                 IN MX           ninja.terrabionic.com.

Thanks,

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
                                           -- www.chatterboxchallenge.com

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?20030314102239.GA11080>