Charles Haven wrote:
Complete noob here. I use ASSP on Windows and want to pass the smtp connection to another daemon running Perl. This looks like the best possibility.

I have:
- Windows XP
- Perl v5.8.8 built for MSWin32-x86-multi-thread,
  Binary build 822 [280952] provided by ActiveState
- qpsmtpd-0.40 (installed to C:\)

I have done:
- Unzipped qpsmtpd to C:\
- Copied "config.sample" to "config"
- From the command prompt typed: perl qpsmtpd-forkserver

I get the following error:
C:\qpsmtpd-0.40>perl qpsmtpd-forkserver
"-T" is on the #! line, it must also be used on the command line at qpsmtpd-forkserver line 1.

Does anyone know how to fix and/or a tutorial on how to get this running on Windows?

Thanks,
Charles






Try "perl -T qpsmtpd-forkserver"

Reply via email to