This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Benachrichtigungen an internen Mailserver

Hallo Zusammen,

seit geraumer Zeit vermisse ich bei mir die E-Mail Benachrichtigungen und hab nun mal etwas nachgeforscht und kann es mir nicht erklären:

Die UTM 9.2 soll bei Portscan etc. Nachrichten auf den internen Mailer (Postfix) mit der IP 192.168.6.79 schicken. Dazu gibts auch einen statischen DNS-Eintrag: quantal (Ja, einfallsloser Name fürn Ubuntu;-)

Ein Telnet von der UTM CLI auf die Mailer IP Port 25 klappt und die Mail landet im Postfach.

telnet 192.168.6.79 25
Trying 192.168.6.79...
Connected to 192.168.6.79.
Escape character is '^]'.
220 quantal ESMTP Postfix (Ubuntu)
quit
221 2.0.0 Bye
Connection closed by foreign host.

Ein Telnet auf den Namen des Mailers klappt nicht, stattdessen meldet sich die UTM, hier die Ausgabe:

telnet quantal 25 
Trying 127.0.0.2...
Connected to quantal.
Escape character is '^]'.
220  ESMTP ready.
quit
221  closing connection
Connection closed by foreign host.


Namensauflösung funktioniert an der CLI:

nslookup quantal
Server: 127.0.0.1
Address: 127.0.0.1#53

Name: quantal
Address: 192.168.6.79


Die Benachrichtigungs-Mails, die von der UTM erzeugt, werden  nie zugestellt, stattdessen landen im SMTP-Spooler die Unzustellbarkeits-Mails, die wieder zum Admin zurückgeschickt werden, also an do-not-reply@fw-notify.net.

Die Unzustellbarkeitsmeldung sieht so aus:

A message that you sent could not be delivered to all of its recipients.
The following address(es) failed:

  @quantal
    Unrouteable address


Nun meine Frage, hab ich irgendwas übersehen? Der Mailer befindet sich direkt im selben Netz wie die interne Schnittstelle der UTM, 192.168.6.0/24.
Warum wird beim Telnet auf den Namen nicht der richtige Host erreicht?[:S]

Besten Dank für Eure Unterstützung.

VG

Sven


This thread was automatically locked due to age.
Parents
  • Eventuell ist das hier Dein Problem:

    When using transparent mode, the system will intercept port 25 traffic, and re-route it to the proxy. Host and Networks listed in the Skip transparent mode hosts/nets box will not be subject to the transparent interception of SMTP traffic. If you want to allow unproxied SMTP traffic for the listed hosts or networks, make sure that the appropriate checkbox is checked.

    Hast Du denn den Rechner auf die Skiplist gesetzt?

    Findest Du im Menü: Email Protection - SMTP -Advanced
Reply
  • Eventuell ist das hier Dein Problem:

    When using transparent mode, the system will intercept port 25 traffic, and re-route it to the proxy. Host and Networks listed in the Skip transparent mode hosts/nets box will not be subject to the transparent interception of SMTP traffic. If you want to allow unproxied SMTP traffic for the listed hosts or networks, make sure that the appropriate checkbox is checked.

    Hast Du denn den Rechner auf die Skiplist gesetzt?

    Findest Du im Menü: Email Protection - SMTP -Advanced
Children