Re: SMTP Invalid Address (501 5.5.4)

2014-05-22 Thread SM
: Access denied to remote resource Could you send me the exact output off-list? Regards, -sm --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: Daemon hang after curl_easy_perform

2013-05-28 Thread Arjun SM
*Curl_resolver_wait_resolv()*? thanks for all the help On Sat, May 25, 2013 at 12:28 AM, Nick Zitzmann n...@chronosnet.com wrote: On May 24, 2013, at 1:02 AM, Arjun SM arjun...@gmail.com wrote: I was not able to gather more information from it as to what might have gone wrong. I went through the Multi

Re: Daemon hang after curl_easy_perform

2013-05-28 Thread Arjun SM
, ~Arjun On Tue, May 28, 2013 at 5:44 PM, Daniel Stenberg dan...@haxx.se wrote: On Tue, 28 May 2013, Arjun SM wrote: Also i dug deep into the functions from the sample, i found out that *Curl_resolver_wait_resolv() function should not be used *since using this risk getting the multi

Daemon hang after curl_easy_perform

2013-05-24 Thread Arjun SM
Hi all, I have an issue with my daemon hanging when left overnight.(Daemon undergoing stress testing at the moment). I am unable to narrow down the issue. I have taken the sample of my daemon when the hang happened and below is log. One of the thread did try using curl_easy_perform post which

Re: testing for connectivity to the SMTP server using libcurl APIs

2012-11-22 Thread SM
), probably because the library is expecting the 'RCPT' and/or 'DATA' values too, in order to round up on the easy_perform. The clean way would be to: 1. send HELO 2. read 3. send FROM 4. read 5. send QUIT 6. read The session on the server side will be terminated (no timeout). Regards, -sm

RE: testing for connectivity to the SMTP server using libcurl APIs

2012-11-22 Thread SM
is to initiate a SMTP transaction. It's not mandatory. I mentioned it as the person mentioned using it. Regards, -sm 1. http://curl.haxx.se/mail/lib-2012-11/0200.html --- List admin: http://cool.haxx.se/list/listinfo/curl-library

Re: The Most Dangerous Code in the World

2012-10-24 Thread SM
://crypto.stanford.edu/~dabo/pubs/abstracts/ssl-client-bugs.html Regards, -sm --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: SMTP recipient issues

2012-07-01 Thread SM
At 09:57 15-06-2012, Dan wrote: A slightly off topic question about smtp: I haven't seen anything about UTF-8 Support through SMTP- is this already supported or something that would need to be added on? That would require a mail server which supports EAI. Regards, -sm