-T:(feed05) Email testing remote server credential in case of authentication
+T:(feed06) Email testing BAD remote server credential in case of authentication
C:CONNECT
#====================================================
R:220 mailleur.example.com, ESMTP (cleartext) mailleur...
--- /dev/null
+T:(feed05) Email testing remote server good credential Without authentication
+#this email should be REJECT as relaying intended
+C:CONNECT
+#====================================================
+R:220 mailleur.example.com, ESMTP (cleartext) mailleur...
+C:ORGN: 216.252.69.41
+R:220 mailleur.example.com, ESMTP (cleartext) mailleur...
+C:GOTLS
+S:EHLO example.com
+R:250-mailleur.example.com, link (crypted) ready, your IP/FQDN=[216.252.69.41/courriel.colba.net]
+R:250-AUTH PLAIN LOGIN DIGEST-MD5
+R:250-SIZE 52428800
+R:250-8BITMIME
+R:250 ENHANCEDSTATUSCODES
+S:MAIL FROM: <trouble@mailref1.example.com>
+R:250 2.1.3 trouble@mailref1.example.com.. sender ok
+S:RCPT TO: <user1@posdb.example.com>
+R:250 2.6.4 Address accepted <user1@posdb.example.com>
+#-sending data
+C:DATA 354 3.5.0 End data with <CR><LF>.<CR><LF>
+D:Subject: (feed06) A email to a not existing user after authentication
+D:From: Trouble maker <trouble@mailref1.example.com>
+D:To: Not existing <dom1user3@mailref1.example.com>
+C:T
+D:
+D:This email check relaying after authentication
+D:
+D:
+C:.
+#-------------------------------------------------------------------------
+R:250-3.5.3 Session ID=<...
+R:250-3.5.3 data stream received:...
+R:250 3.5.3 Message accepted for delivery
+S:QUIT
+R:221 2.0.0 Bye, closing connection...