Hello,

I need to create a simple perl script that can mimic an SMTP server. Having some difficulty coming up with a workable solution.

The script will need to run as a daemon (24/7) accepting connections on port 25. When a request comes in, the script will take in the email as any SMTP server, parse out the header and message.

What is the best way to accomplish this? Are there available modules to can do this?

Mickalo

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to