Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2003 09:15:13 -0500
From:      Edmond Baroud <SoHo@admin.fido.ca>
To:        "Janine C.Buorditez" <johann@broadpark.no>
Cc:        questions@FreeBSD.ORG
Subject:   Re: [URGENT] Bad MX record; very bad.
Message-ID:  <20030314141513.GA40807@admin.fido.ca>
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
Hi,

check if you have the following in your /usr/local/etc/postfix/main.cf
mydomain = your-domain-here.com
mydestination = $myhostname, localhost.$mydomain, $mydomain
myorigin = $mydomain

and you might wanna add your new IP to to mynetworks =
mynetworks = 213.187.181.68 217.13.29.51 192.168.187.0/24 127.0.0.0/8
217.13.29.51 is what I see in your MX records..
the options from postconf -n below are the only options you have setup?

Ed.

Quoting Janine C.Buorditez (johann@broadpark.no):
> 
> 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
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> 
> When it comes to MX and Mail in this DNS report:
> 
> http://www.dnsreport.com/tools/dnsreport.ch?domain=terrabionic.com
> 
> It keeps mentioning my old IP, 217.13.29.51 which should now have been propagated out
> of the global DNS system. But somehow it's still there. Here is my db.terrabionic.com:
> 
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> $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.
> 
> 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
> 
>                 IN MX           ninja.terrabionic.com.
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> 
> I greatly appreciate any help I can get. Thanks.
> 
> Sincerely,
> ---johann
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
Edmond Baroud 
UNIX Systems Admin             mailto:SoHo@admin.fido.ca
Fingerprint  140F 5FD5 3FDD 45D9 226D  9602 8C3D EAFB 4E19 BEF9
"UNIX is very user friendly, it's just picky about who its friends are."



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?20030314141513.GA40807>