Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter.d/postfix.conf: add Sender address rejected: Malformed DNS server reply #3590

Merged
merged 4 commits into from
Mar 19, 2024

Commits on Oct 3, 2023

  1. add Sender address rejected: Malformed DNS server reply

    If we have some mailformed MX record like:
    warning: malformed domain name in resource data of MX record for panzer.de
    ```
    ;; ANSWER SECTION:
    panzer.de.		120	IN	MX	10 .
    ```
    and someone put somewhere your host as MX so you will receive a lot of connections for it.
    sharewax committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    248f5fc View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    ab5a68d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. add tests for this pr.

    Add tests for 
    Sender address rejected: Malformed DNS server reply
    sharewax committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8e5fdb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef999cc View commit details
    Browse the repository at this point in the history