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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to