Difference between revisions of "Postfix"
Lostcontrol (talk | contribs) |
|||
Line 14: | Line 14: | ||
<div style="padding: 1em;border: 1px dashed #2f6fab;color: black;background-color: #f9f9f9;line-height: 1.1em;"> | <div style="padding: 1em;border: 1px dashed #2f6fab;color: black;background-color: #f9f9f9;line-height: 1.1em;"> | ||
− | * reject: RCPT from (.*)\[<HOST>\]: | + | * reject: RCPT from (.*)\[<HOST>\]: 550 |
</div> | </div> | ||
[[Category:MTA]] | [[Category:MTA]] |
Revision as of 05:28, 30 May 2007
Postfix is a free software / open source mail transfer agent (MTA), a computer program for the routing and delivery of email. It is intended as a fast, easy-to-administer, and secure alternative to the widely-used Sendmail MTA.
- ???
Failregex
The regular expressions below are proposed failregex for this software. Multiple regular expressions for failregex will only work with a version of Fail2ban greater than or equal to 0.7.6.
The tag <HOST> in the regular expressions below is just an alias for (?:::f{4,6}:)?(?P<host>\S+). The replacement is done automatically by Fail2ban when adding the regular expression. At the moment, exactly one named group host or <HOST> tag must be present in each regular expression.
Please, before editing this section, propose your changes in the discussion page first.
- reject: RCPT from (.*)\[<HOST>\]: 550