Email - Error 550  [GELÖST]

Locked
User__
Posts: 1
Joined: Wed 17. Jun 2020, 18:08

Email - Error 550

Post by User__ »

Hallo,
Ich verwalt meine Emails bei KeyHelp, und es Funktioniert auch eigentlich alles Reibungslos aber wenn ich eine Email an eine Gmail schreibe kommt immer das:

Code: Select all

This is the mail system at host admin.code-learning.de.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<haensel.ja08@gmail.com>: host gmail-smtp-in.l.google.com[173.194.76.26] said:
    550-5.7.26 This message does not have authentication information or fails
    to 550-5.7.26 pass authentication checks. To best protect our users from
    spam, the 550-5.7.26 message has been blocked. Please visit 550-5.7.26
    https://support.google.com/mail/answer/81126#authentication for more 550
    5.7.26 information. s25si22337639wrb.389 - gsmtp (in reply to end of DATA
    command)
Reporting-MTA: dns; admin.code-learning.de
X-Postfix-Queue-ID: 2356AA1421
X-Postfix-Sender: rfc822; jannik-h@code-learning.de
Arrival-Date: Wed, 17 Jun 2020 14:12:48 +0200 (CEST)

Final-Recipient: rfc822; haensel.ja08@gmail.com
Original-Recipient: rfc822;haensel.ja08@gmail.com
Action: failed
Status: 5.7.26
Remote-MTA: dns; gmail-smtp-in.l.google.com
Diagnostic-Code: smtp; 550-5.7.26 This message does not have authentication
    information or fails to 550-5.7.26 pass authentication checks. To best
    protect our users from spam, the 550-5.7.26 message has been blocked.
    Please visit 550-5.7.26
    https://support.google.com/mail/answer/81126#authentication for more 550
    5.7.26 information. s25si22337639wrb.389 - gsmtp

Könnte mir da Jemand helfen?

[Mod-Edit]
Thread nach Fehler und Probleme verschoben.
Topic angepaßt.
Last edited by Jolinar on Wed 17. Jun 2020, 18:48, edited 1 time in total.
User avatar
Jolinar
Community Moderator
Posts: 4007
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: Email - Error 550  [GELÖST]

Post by Jolinar »

Das dürfte vermutlich an einigen fehlenden RR liegen.

SPF-RR fehlt:

Code: Select all

;QUESTION
code-learning.de. IN TXT
;ANSWER

MX-RR fehlt:

Code: Select all

;QUESTION
code-learning.de. IN MX
;ANSWER

PTR für den Host fehlt:

Code: Select all

;QUESTION
15.183.142.45.in-addr.arpa. IN PTR
;ANSWER

Wenn dein Server IPv6 unterstützt, dann fehlen diesbezüglich auch sämtliche RRs.
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
Locked