Thread: SMTP usage ANNOUNCE: curl and libcurl 7.20.0
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2010-02-11 21:14:11
|
Ladies and Gentlemen, Since SMTP support comes to libcurl (please see below), we have a real option to add such testing capabilites to curl-loader. Sounds like upgrade to a new version of libcurl and some testing will be enough. Are there people with the list who are insterested in SMTP testing? Have a good weekend. Shabbat Shalom, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Assistive technology that understands you ...................................................................... ---------- Forwarded message ---------- From: Daniel Stenberg <da...@ha...> Date: Thu, Feb 11, 2010 at 8:13 PM Subject: SMTP usage (was RE: ANNOUNCE: curl and libcurl 7.20.0) To: libcurl development <cur...@co...> On Thu, 11 Feb 2010, Zhang, Jack wrote: curl --mail-from jac...@cr... --mail-rcpt > jac...@cr... -v smtp://snyc12d12006 > ... How can I pass DATA part information, and let curl command finish sending > process without interaction from keyboard? > Use the -T option to provide a file or -T - to get the data from stdin. Also: I've been informed that there's probably a bug in how libcurl acts after the full DATA section has been sent as in it doesn't properly await a 250 response, but I've not yet had the time to investigate or fix. -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html |
From: Aleksandar L. <al-...@no...> - 2010-02-13 15:22:31
|
Dear Robert, On Don 11.02.2010 23:14, Robert Iakobashvili wrote: >Ladies and Gentlemen, > >Since SMTP support comes to libcurl (please see below), we have a real >option to add such testing capabilites to curl-loader. > >Sounds like upgrade to a new version of libcurl and some testing will >be enough. > >Are there people with the list who are insterested in SMTP testing? I don't think that this will be a benefit for curl-loader, imho. jm2c Cheers Aleks >Have a good weekend. > >Shabbat Shalom, >Robert Iakobashvili, Ph.D. >...................................................................... >www.ghotit.com >Assistive technology that understands you >...................................................................... > > >From: Daniel Stenberg <da...@ha...> >Date: Thu, Feb 11, 2010 at 8:13 PM >Subject: SMTP usage (was RE: ANNOUNCE: curl and libcurl 7.20.0) >To: libcurl development <cur...@co...> > > >On Thu, 11 Feb 2010, Zhang, Jack wrote: > >curl --mail-from jac...@cr... --mail-rcpt >> jac...@cr... -v smtp://snyc12d12006 >> > >... > >How can I pass DATA part information, and let curl command finish sending >> process without interaction from keyboard? >> > >Use the -T option to provide a file or -T - to get the data from stdin. > >Also: I've been informed that there's probably a bug in how libcurl acts >after the full DATA section has been sent as in it doesn't properly await a >250 response, but I've not yet had the time to investigate or fix. > >SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, >Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW >http://p.sf.net/sfu/solaris-dev2dev >_______________________________________________ >curl-loader-devel mailing list >cur...@li... >https://lists.sourceforge.net/lists/listinfo/curl-loader-devel |
From: Robert I. <cor...@gm...> - 2010-02-15 05:36:44
|
Hi Aleks, On Sat, Feb 13, 2010 at 3:31 PM, Aleksandar Lazic <al-...@no...>wrote: > > >Since SMTP support comes to libcurl (please see below), we have a real > >option to add such testing capabilities to curl-loader. > > >Are there people with the list who are interested in SMTP testing? > > I don't think that this will be a benefit for curl-loader, imho. > > jm2c > > Cheers > > Aleks > Well, once I was in need to test, that my e-mailing works properly, and was short in tools. At some threshold the server was rejecting connections. Do you know about some good tools to load test mail servers? -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Assistive technology that understands you ...................................................................... |
From: Aleksandar L. <al-...@no...> - 2010-02-15 09:21:40
|
Hi Robert, On Mon 15.02.2010 07:36, Robert Iakobashvili wrote: >Hi Aleks, > >On Sat, Feb 13, 2010 at 3:31 PM, Aleksandar Lazic <al-...@no...>wrote: > >> >Since SMTP support comes to libcurl (please see below), we have a >> >real option to add such testing capabilities to curl-loader. >> >> >Are there people with the list who are interested in SMTP testing? >> >> I don't think that this will be a benefit for curl-loader, imho. > >Well, once I was in need to test, that my e-mailing works properly, and >was short in tools. At some threshold the server was rejecting >connections. > >Do you know about some good tools to load test mail servers? I use normaly the script from courier suite courier-0.64.0/courier/perftest1.in or postfix smtpstone postfix-2.7.0/src/smtpstone/smtp-source.c Hth Aleks |
From: Robert I. <cor...@gm...> - 2010-02-15 09:31:58
|
On Mon, Feb 15, 2010 at 11:21 AM, Aleksandar Lazic <al-...@no...>wrote: > > >Do you know about some good tools to load test mail servers? > > I use normaly the script from courier suite > > courier-0.64.0/courier/perftest1.in > > or postfix smtpstone > > postfix-2.7.0/src/smtpstone/smtp-source.c > > Hth > > Aleks > Thanks! -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Assistive technology that understands you ...................................................................... |
From: Aleksandar L. <al-...@no...> - 2010-02-15 09:40:42
|
On Mon 15.02.2010 11:31, Robert Iakobashvili wrote: >On Mon, Feb 15, 2010 at 11:21 AM, Aleksandar Lazic <al-...@no...>wrote: > >> >Do you know about some good tools to load test mail servers? >> >> I use normaly the script from courier suite >> >> courier-0.64.0/courier/perftest1.in >> >> or postfix smtpstone >> >> postfix-2.7.0/src/smtpstone/smtp-source.c > >Thanks! welcome. I forgotten the doc link http://www.postfix.org/smtp-source.1.html Cheers Aleks |