Difference between revisions of "Fight spam"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
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 | ||
+ | Dies ist eine Test eMail. | ||
+ | . |
Revision as of 05:20, 6 October 2010
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 Dies ist eine Test eMail. .