diff options
author | Oleg A. Deordiev <admin@ifconfig.com.ua> | 2019-04-19 22:48:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-19 22:49:52 +0700 |
commit | 4358019f3426af84ccf8d1b06fb872da0f859432 (patch) | |
tree | 2482ab9b8aceb693cad3c80953d536e8d897f94e /libraries/libspf2/README | |
parent | 5366de2834cd87103ffd94ddfc30476a43a332c0 (diff) |
libraries/libspf2: Added (Sender Policy Framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libspf2/README')
-rw-r--r-- | libraries/libspf2/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libspf2/README b/libraries/libspf2/README new file mode 100644 index 0000000000000..5b766d3536007 --- /dev/null +++ b/libraries/libspf2/README @@ -0,0 +1,7 @@ +libspf2 implements the Sender Policy Framework, a part of the +SPF/SRS protocol pair. libspf2 is a library which allows email +systems such as Sendmail, Postfix, Exim, Zmailer and +MS Exchange to check SPF records and make sure that the email is +authorized by the domain name that it is coming from. +This prevents email forgery, commonly used by spammers, scammers +and email viruses/worms. |