Re: SMTP returns sockXXX error when sending large emails
- From: "Donal K. Fellows" <donal.k.fellows@xxxxxxxxxxxxxxxx>
- Date: Wed, 30 Aug 2006 11:50:57 +0100
David Gravereaux wrote:
That could be true.. To use tls with iocpsock, you either need to hack
the tls init script to call [socket2] instead of [socket] or allow it to
be set using a global variable or maybe use 'rename socket socket2'
You can also tell it to bootstrap itself on top of an already existing
bidirectional communications stream (e.g. a socket). To do this, use the
[tls::import] command on top of the socket once it is created (and also
once you've done any initial negotiation to enter SSL mode, if you need
this). Once you've done that, the encrypted channel should be stacked on
top of the normal underlying socket.
Donal.
.
- References:
- SMTP returns sockXXX error when sending large emails
- From: Robert Joy
- Re: SMTP returns sockXXX error when sending large emails
- From: David Gravereaux
- SMTP returns sockXXX error when sending large emails
- Prev by Date: Re: Need help with loading .SO file
- Next by Date: Re: Need help with loading .SO file
- Previous by thread: Re: SMTP returns sockXXX error when sending large emails
- Next by thread: Re: SMTP returns sockXXX error when sending large emails
- Index(es):