create Smtp Server rebol

Started by james on 7-Dec-2010/1:53:08-8:00
hello possible to create a simple SMTP server rebol? thank you
Certainly; there's one in the Cheyenne web server. I'm not sure if it can accept mail, but it's an MTA that can send mail, so in principle it should also be able to accept it.
I wrote a grey listing SMTP daemon in 2005 as a service for Uniserve. So, yes, it's possible.
ok thank you, but I would like to create this server Rebol in fact I know not too rebol to create an SMTP server you can send me some code or explain? thank you for having responded quickly (Sorry for my English, I'm French)
http://www.compkarori.com/vanilla/display/Smtpd.r here's the source. It uses Uniserve ... so dockimbel who wrote uniserve ( and lives in Paris ) might be able to help.
thank you Graham! I'll test tomorrow in France it is 12 pm I'll sleep:) I live near Paris and 80 km ps: for now I put in R099-Uniserve \ Services \ Smtpd.r When I send a mail to smtp 127.0.0.1 I receive an error message "domain facts rule" I use one of my program with this rebol system / schemes / esmtp / host: "127.0.0.1"
James, this smtpd just receives mail ... it doesn't send it. I'd suggest combining it with Cheyenne's send mail feature which was inspired by a smtp challenge script I wrote some years ago.
oh ok I'll try this combination, I Informers if I succeeded. big thank you graham

Reply