SMTP>> MAIL FROM:<usera@ok.example>
SMTP>> RCPT TO:<userb@test.ex>
cmd buf flush ddd bytes
+sync_responses expect mail
SMTP<< 250 OK
+sync_responses expect rcpt
SMTP<< 250 Accepted
LOG: MAIN
<= CALLER@myhost.test.ex U=CALLER P=local-smtp S=sss
t1 transport entered
userb@test.ex
hostlist:
- 127.0.0.1:1225
+ '127.0.0.1' IP 127.0.0.1 port 1225
already connected to 127.0.0.1 [127.0.0.1] (on fd 0)
checking status of 127.0.0.1
127.0.0.1 [127.0.0.1]:1111 retry-status = usable
continued connection, proxied TLS
SMTP>> DATA
cmd buf flush ddd bytes
+sync_responses expect data
SMTP<< 354 Enter message, ending with "." on a line by itself
SMTP>> writing message and terminating "."
cannot use sendfile for body: spoolfile not wireformat