Difference between revisions of "Fight spam"
From Linuxintro
imported>ThorstenStaerk |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
= You do not want to accidentially be a spammer = | = You do not want to accidentially be a spammer = | ||
+ | |||
+ | == Relay testing == | ||
+ | |||
+ | === Web site === | ||
* http://www.abuse.net/relay.html | * http://www.abuse.net/relay.html | ||
+ | |||
+ | === Do it yourself === | ||
+ | telnet ''servername'' 25 | ||
+ | ehlo ''domain'' | ||
+ | mail from:''user@domain'' | ||
+ | rcpt to:''other-user@other-domain'' | ||
+ | data | ||
+ | This is a test eMail. | ||
+ | . |
Latest revision as of 10:39, 13 January 2012
Contents
You do not want to receive spam
You do not want to accidentially be a spammer
Relay testing
Web site
Do it yourself
telnet servername 25 ehlo domain mail from:user@domain rcpt to:other-user@other-domain data This is a test eMail. .