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

Conversation

sharewax
Copy link
Contributor

@sharewax sharewax commented Oct 3, 2023

If we have some mailformed MX record like:
warning: malformed domain name in resource data of MX record for exmaple.com

;; ANSWER SECTION:
example.com.	120	IN	MX	10 .

and someone put somewhere your host as MX so you will receive a lot of connections for it.

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.
@sebres sebres changed the title add Sender address rejected: Malformed DNS server reply filter.d/postfix.conf: add Sender address rejected: Malformed DNS server reply Oct 9, 2023
Copy link
Contributor

@sebres sebres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you provide a message example (every RE expects at least one test in f2b)... or better add a sample with JSON to fail2ban/tests/files/logs/postfix.

@Neustradamus
Copy link

@sharewax: Any news on your PR?

@sharewax
Copy link
Contributor Author

@sharewax: Any news on your PR?

Sorry, New year and some rest and I a little bit forgot about it. Try to do it on this week.

@sharewax
Copy link
Contributor Author

It seems that I've added needed info, but can't find how to squash all commits in one :( Should I do it on my side or it's possible to do it from yours? Thank you in advance!

@sebres sebres merged commit 0c125ec into fail2ban:master Mar 19, 2024
9 checks passed
@sharewax sharewax deleted the patch-1 branch March 28, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants