User Tools

Site Tools


tips-and-tricks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tips-and-tricks [2014/07/21 22:33]
gsamfira
tips-and-tricks [2014/07/21 22:44]
Line 1: Line 1:
-Send email via telnet 
  
-  * Open relay 
- 
-<code> 
-telnet x.x.x.x 25 
-ehlo aaa 
-mail from: <aaa@aaa.aa> 
-rcpt to: <bbb@bbb.bb> 
-data 
-Subject: yyy 
- 
-msessage text 
-. 
-quit 
- 
-</code> 
- 
-  * with auth: 
- 
-<code> 
-telnet x.x.x.x 25 
-ehlo aaa 
-AUTH PLAIN AGptczFAam1zMS5uZXQAbm90Lm15LnJlYWwucGFzc3dvcmQ= 
-mail from: <aaa@aaa.aa> 
-rcpt to: <bbb@bbb.bb> 
-data 
-Subject: yyy 
- 
-msessage text 
-. 
-quit 
-</code> 
tips-and-tricks.txt ยท Last modified: 2014/07/21 22:44 (external edit)