-c ./conf/$(APPNAME).conf.dvl \
$(TESTIP) \
$(TESTPORT) \
- ./$(DATATST)/feed01.tst
+ ./$(DATATST)/feed10.tst
@ rm -fr ./data-sorter/*
@ cp -a \
$(TESTDIR)/var/spool/$(APPNAME)/queue/* \
--- /dev/null
+#====================================================
+T:(feed10) Sending an mail to an non exitsing user
+R:220 mailleur.example.com, ESMTP (cleartext) emlrcvr...
+#====================================================
+S:HELO example.com
+R:250 mailleur.example.com, link (cleartext) ready,...
+C:GOTLS
+R:250 Link now encryp...
+S:MAIL FROM: <trouble@subdom1.example.com>
+R:250 2.1.3 trouble@subdom1.example.com.. sender ok
+S:RCPT TO: <dom1user3@subdom1.example.com>
+R:250 2.6.4 Address accepted
+#-------------------------------------------------------------------------
+#-sending data
+C:DATA
+D:Subject: A email to not exitsing user
+D:From: Trouble maker <subdom1.example.com
+D:To: Not existing <dom1user3@subdom1.example.com>
+C:T
+D:
+D:This mail should be sent back to the originator
+D:
+D:
+C:.
+#-------------------------------------------------------------------------
+R:250 3.5.3 Message accepted for delivery (Session...
+S:QUIT
+R:221 2.0.0 Bye, closing connection...