Hallo,
ich erhalte folgenden Fehler beim senden einer Email an freenet
Des weiteren wollte ich mal fragen, welche host Einträge ich machen muss, bzw welche korrekt sind.
/etc/hosts
/etc/hostname
/etc/mailname
/etc/postfix/main.cf
Ist das alles soweit korrekt?
Ich benutze cloudflare als DDOS protection und cloudflare erlaubt ein ptr Eintrag.
ich erhalte folgenden Fehler beim senden einer Email an freenet
Code:
<btc24@freenet.de>: host mx.freenet.de[2001:748:100:40::8:110] said:
550-inconsistent or no DNS PTR record for 2607:5300:60:1a7d::1 (see RFC
1912 550 2.1) (in reply to RCPT TO command)
Reporting-MTA: dns; mail.bitcoin-24.com
X-Postfix-Queue-ID: CCC44478A059
X-Postfix-Sender: rfc822; info@bitcoin-24.com
Arrival-Date: Thu, 7 Mar 2013 21:00:37 +0100 (CET)
Final-Recipient: rfc822; btc24@freenet.de
Original-Recipient: rfc822;btc24@freenet.de
Action: failed
Status: 5.0.0
Remote-MTA: dns; mx.freenet.de
Diagnostic-Code: smtp; 550-inconsistent or no DNS PTR record for
2607:5300:60:1a7d::1 (see RFC 1912 550 2.1)
Des weiteren wollte ich mal fragen, welche host Einträge ich machen muss, bzw welche korrekt sind.
/etc/hosts
Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
198.27.65.125 direct.bitcoin-24.com direct
# The following lines are desirable for IPv6 capable hosts
#(added automatically by netbase upgrade)
::1 ip6-localhost ip6-loopback
feo0::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/hostname
Code:
direct
/etc/mailname
Code:
mail.bitcoin-24.com
/etc/postfix/main.cf
Code:
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
myhostname = mail.bitcoin-24.com
myorigin = /etc/mailname
mydestination = mail.bitcoin-24.com, localhost, localhost.localdomain
relayhost =
mynetworks = 127.0.0.0/8 [::1]/128
Ist das alles soweit korrekt?
Ich benutze cloudflare als DDOS protection und cloudflare erlaubt ein ptr Eintrag.