#
exim -DSERVER=server -bd -oX PORT_D
****
-client -t5 127.0.0.1 PORT_D
+client 127.0.0.1 PORT_D
??? 220
ehlo rhu.barb
??? 250-
millisleep 500
exim -DSERVER=server -DSUBMISSION_OPTIONS=/domain=a.b.c/sender_retain -bd -oX PORT_D
****
-client -t5 127.0.0.1 PORT_D
+client 127.0.0.1 PORT_D
??? 220
ehlo rhu.barb
??? 250-
millisleep 500
exim -DSERVER=server -DSUBMISSION_OPTIONS=/domain=a.b.c/name=SomeName -bd -oX PORT_D
****
-client -t5 127.0.0.1 PORT_D
+client 127.0.0.1 PORT_D
??? 220
ehlo rhu.barb
??? 250-
char *end = NULL;
int argi = 1;
int host_af, port, s_len, rc, sock, save_errno;
-int timeout = 1;
+int timeout = 5;
int tls_active = 0;
int sent_starttls = 0;
int tls_on_connect = 0;