-
Notifications
You must be signed in to change notification settings - Fork 56
Suggestions: Mail #25
Comments
I'm thinking of checking for a few things:
This area could cover a lot of ground. What header information were you suggesting to check? |
We could expand this as you mentioned, but "Header additions" in the first comment mainly centered around:
These wouldn't hurt either:
|
I've gotten a few of these checks knocked out. Created Mail.pm. Any feedback and suggestions is welcome. |
I'm not sure this really falls into the area of 'security'
|
In one sense, it is security related, as there are two major use cases for (most of) these headers:
Point 2 isn't really security related, but the value in raising these issues is that if they do have a problem with either, they can easily track back the account if they follow these recommendations. Without enabling many of these options what happens is:
AddHandler application/x-httpd-php5 spacer.gif
By forcing addition of the mail headers, analysis is greatly improved. Additionally, by setting a max fail/hour and max mail/hour, they limit the total impact when the account (compromised or intentionally) tries to send millions of mails/hour. Without some sort of ratelimit for failed and overall mail, it's highly likely the entire server will be placed on a blacklist. Enabling these features after the fact isn't useful, so it's a good idea to make the suggestion beforehand. |
Add warning when MySQL is listening on a public address.
Just documenting suggestions submitted by others so we don't lose them.
The text was updated successfully, but these errors were encountered: