Has anyone called a perl script as a custom SMTP delivery application?
I've had success with a compiled VB6 application (.EXE), but am getting this error with a perl script:


20031015 134553 127.0.0.1 SMTPD (CP) error 193 executing "C:\mailUtility\xlate.pl" "C:\IMail\spool\Qb201028a00928f01.SMD"

It operates perfectly when called from the command line.

The Error 193 is a Windows error that means that the file is not an .EXE file. The problem here is that Perl programs require some sort of interpreter. You would need to use something like "PerlRunner C:\mailUtility\xlate.pl".


-Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers.
Declude Virus: Catches known viruses and is the leader in mailserver vulnerability detection.
Find out what you've been missing: Ask about our free 30-day evaluation.


---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to