. A non blocking SMTP/LMTP server API. I borrowed some code from a SMTP server for Roxen copyright Mike Knott, David Hedbor and On The Verge these parts are protected under the GPL version 2. I'd like to know if the Pike team and them agree or not for the addition. For now I did not really test the SMTP server facing the real Internet world. However I use the LMTP server (which inherit the SMTP server) for some months now on a production server behind a Postfix server.
This sounds very nice. However, if you can't get the orignal authors to sign over the copyright, or otherwise open up the licensing, we can't put it the main Pike repository. GPL is not good enough since we want to distribute Pike under MPL and LGPL as well. Then the best we could do is put it the pike-modules repository.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-09-19 23:50: Subject: Contribution
Hi there,
I'd like to contribute the following modules to Pike:
. A non blocking SMTP/LMTP server API. I borrowed some code from a SMTP server for Roxen copyright Mike Knott, David Hedbor and On The Verge these parts are protected under the GPL version 2. I'd like to know if the Pike team and them agree or not for the addition. For now I did not really test the SMTP server facing the real Internet world. However I use the LMTP server (which inherit the SMTP server) for some months now on a production server behind a Postfix server.
. A non blocking process starter with the features of Process.create_process without the need to use the wait() of Process.spawn (it works with callback functions).
-- David Gourdelier
/ Brevbäraren