Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Problem:

Auf einem Rootserver mit IPv4 und IPv6 läuft als MTA sendmail.

IPv4 ist unproblematisch. der MX Name wird via PTR auch sauber reverse aufgelöst.

IPv6 läuft über einen Tunnel, also interface sit0. Dieses Interface hat nur die IP des v6 Tunnel Endpoints. Die eigentliche IPv6 Adresse ist auf dem eth0 Interface. Diese IPv6 Adresse hat einen AAAA und PTR record.

Beim versenden von Mail an einen IPv6 MTA wird aber die IP des sit0 Interfaces benutzt. Da diese IP keinen PTR record hat und auch nicht an mich deligiert ist, lehnen diverse Mailer eine Verbindung ab (freenet ist z.b. da sehr strikt).

Wie kann ich sendmail erklären nur mit bestimmten source IPs zu senden? Es gibt Daemon Options die sendmail dazu bringen über dasselbe Interface eine Mail zu versenden wo sie eingegangen ist, aber das ist nicht wirklich das was ich brauche.

  • Autor

Problem fixed.

sendmail.mc:

CLIENT_OPTIONS(`Family=inet, Addr=www.xxx.yyy.zzz, Name=MTA-v4')dnl

CLIENT_OPTIONS(`Family=inet6, Addr=1234:aaaa:bbbb:cccc::dddd, Name=MTA-v6')dnl

löste das Problem. Es kann nur eine CLIENT_OPTIONS pro Family angegeben werden.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.