IRCNow

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
openbsd:mail:dmarc [2020/04/06 12:50]
jrmu
openbsd:mail:dmarc [2020/04/25 03:53] (current)
jrmu
Line 13: Line 13:
  
 <​code>​ <​code>​
-$ sendmail -tv -F support ​-f support ​< ~/​samplemail+$ sendmail -tv -F example ​-f example@ircnow.org ​< ~/​samplemail
 </​code>​ </​code>​
  
Line 27: Line 27:
  
 Charlie Delta Echo Foxtrot Charlie Delta Echo Foxtrot
 +</​code>​
 +
 +<​code>​
 +<<<​ 220 mail.ircnow.org ESMTP OpenSMTPD
 +>>>​ EHLO localhost
 +<<<​ 250-mail.ircnow.org Hello localhost [local], pleased to meet you
 +<<<​ 250-8BITMIME
 +<<<​ 250-ENHANCEDSTATUSCODES
 +<<<​ 250-SIZE 36700160
 +<<<​ 250 HELP
 +>>>​ MAIL FROM:<​example@ircnow.org>  ​
 +<<<​ 250 2.0.0 Ok
 +>>>​ RCPT TO:<​mailtest@unlocktheinbox.com> ​
 +<<<​ 250 2.1.5 Destination address valid: Recipient ok
 +>>>​ DATA
 +<<<​ 354 Enter mail, end with "​."​ on a line by itself
 +>>>​ .
 +<<<​ 250 2.0.0 66f4c965 Message accepted for delivery
 +>>>​ QUIT
 +<<<​ 221 2.0.0 Bye
 </​code>​ </​code>​