Postfix HELO fakes erkennen lassen
Posted: 2003-08-09 15:05
Hallo,
ich arbeite mich gerade etwas in Postfix ein und habe mir dafür im Lokalen net Debian mit Postfix 1.1.11-0.woody3 installiert.
Postfix akzeptiert nur mails an die eigen domain, das klappt soweit.
ESMTP mit SASL klappt auch (gegen eine MySQL DB)
Allerdings kann ich immer noch meine Absender-Adresse faken. Ist das überhaupt zu verhindern?
Mein Debian System heisst hier mail.example.com
Das System das versucht den HELO zu faken ist system01
Hier ein Log:
Eingabe:
-------------------------------------------------------------------------------
[root@system01 root]# telnet mail.example.com 25
Trying 123.456.789.000...
Connected to mail.example.com (123.456.789.000).
Escape character is '^]'.
220 mail.example.com ESMTP Postfix
HELO happyhacker.org
250 mail.example.com
MAIL FROM:root@happyhacker.org
250 Ok
RCPT TO:root@example.com
250 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
sowas!
.
250 Ok: queued as C72003B8
QUIT
221 Bye
Connection closed by foreign host.
-------------------------------------------------------------------------------
Email die ankommt:
-------------------------------------------------------------------------------
Return-Path: <root@happyhacker.org>
Delivered-To: root@example.com
Received: from happyhacker.org (system01 [111.11.111.111])
by mail.example.com (Postfix) with SMTP id C72003B8
for <root@example.com>; Sat, 9 Aug 2003 14:52:28 +0200 (CEST)
Message-Id: <20030809125228.C72003B8@mail.example.com>
Date: Sat, 9 Aug 2003 14:52:28 +0200 (CEST)
From: root@happyhacker.org
To: undisclosed-recipients:;
-------------------------------------------------------------------------------
Postfix erkennt zwar, das ich nicht root@happyhacker.org bin sondern system 01, lässt die Mail aber trotzdem an mich durch. wie kann ich das stoppen??
Danke.
ich arbeite mich gerade etwas in Postfix ein und habe mir dafür im Lokalen net Debian mit Postfix 1.1.11-0.woody3 installiert.
Postfix akzeptiert nur mails an die eigen domain, das klappt soweit.
ESMTP mit SASL klappt auch (gegen eine MySQL DB)
Allerdings kann ich immer noch meine Absender-Adresse faken. Ist das überhaupt zu verhindern?
Mein Debian System heisst hier mail.example.com
Das System das versucht den HELO zu faken ist system01
Hier ein Log:
Eingabe:
-------------------------------------------------------------------------------
[root@system01 root]# telnet mail.example.com 25
Trying 123.456.789.000...
Connected to mail.example.com (123.456.789.000).
Escape character is '^]'.
220 mail.example.com ESMTP Postfix
HELO happyhacker.org
250 mail.example.com
MAIL FROM:root@happyhacker.org
250 Ok
RCPT TO:root@example.com
250 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
sowas!
.
250 Ok: queued as C72003B8
QUIT
221 Bye
Connection closed by foreign host.
-------------------------------------------------------------------------------
Email die ankommt:
-------------------------------------------------------------------------------
Return-Path: <root@happyhacker.org>
Delivered-To: root@example.com
Received: from happyhacker.org (system01 [111.11.111.111])
by mail.example.com (Postfix) with SMTP id C72003B8
for <root@example.com>; Sat, 9 Aug 2003 14:52:28 +0200 (CEST)
Message-Id: <20030809125228.C72003B8@mail.example.com>
Date: Sat, 9 Aug 2003 14:52:28 +0200 (CEST)
From: root@happyhacker.org
To: undisclosed-recipients:;
-------------------------------------------------------------------------------
Postfix erkennt zwar, das ich nicht root@happyhacker.org bin sondern system 01, lässt die Mail aber trotzdem an mich durch. wie kann ich das stoppen??
Danke.