-cert certs/localhost-cert.pem \
-key certs/localhost-key.pem \
-starttls smtp \
- -connect $(TESTSRV):$(TESTPORT)
+ -connect mailpostg.example.com:25
# -connect smtp1.example.com:25
-# -connect mailpostg.example.com:25
# -connect courriel.colba.net:25
# -connect mx1.free.fr:25
# -connect $(TESTSRV):$(TESTPORT)
taille=strlen(buffer);
if (taille>0)
sent=soc_writebuffer(socptr,buffer,taille);
+ (void) rou_alert(0,"JMPDBG itaille='%d' Swrite=<%s>",taille,buffer);
}
return sent;
}
switch (done) {
case true :
(void) log_fprintlog(rmt->logptr,false,"crypted link is now set");
+ (void) usleep(10000); //10 ms delay
rspcode=simple_smtp_command(rmt,"EHLO %s",rmt->orgdomain);
switch (rspcode) {
case CMDOK :