1) Tried: curl --mail-from bla...@somewhere --mail-rcpt bla...@elsewhere
smtp://mysmtpserver
 
_ curl sends a simple "EHLO" without domain (no smtp->user)
_ server (sendmail) rejects this with error 501. domain expected.
 
I would suggest to send the computer domain in this case.
 
2) Tried curl --mail-from bla...@somewhere --mail-rcpt bla...@elsewhere
smtp://userid:passw...@mysmtpserver
 
Segmentation fault in Curl_pp_vsendf() line "struct SessionHandle *data
= conn->data;" with conn = NULL and fmt = "QUIT". No network access
before this error.
 
 
Note this is just dump testing: I do not try to do something "real".
 
I hope this can help
 
Regards,
Patrick
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to