#Definition to validate mailleur daemon (emlrcvr) server
#The test serveur itself
127.127.10.25 mailleur.example.com mailleur
+#The MX
+127.127.0.1 mx1.example.com mx1
+127.127.0.2 mx2.example.com mx2
#remote access
#127.168.0.1 no reverss address detection
127.168.10.1 foreign1.badserver.tld foreign1
-#specific test to feed smtp server
+#very simple test to feed SMTP server
+#====================================================
+T:Simple email sending
+R:220 mailleur.example.com ESMTP (cleartext) emlrcvr...
+S:ORGN 127.127.0.2
+R:250 2.9.9 New peer [127.127.0.2/mx2.example.com] set
+#====================================================
+S:HELO example.com
+R:250-mailleur.example.com, link (cleartext) ready, your IP/FQDN=[127.127.0.2/mx2.example.com]
+S:MAIL FROM: <postmaster@example.com>
+R:Bigre
+S:QUIT
+R:221 2.0.0 Bye, closing connection...