A
afrinspray
I'm using the Net::Server:
reForkSimple framework and
Net::Server::Mail::ESMTP to make a content filter for postfix. I need
to call an external program in the data callback of Mail::ESMTP but I'm
having trouble executing external commands with Exec, System and
Backticks. Perl returns no errors, and the SMTP client is disconnected
immediately when calling the command (I just put an echo command in for
testing, so it's not that).
Does Net::Server:
reforkSimple allow external commands to be executed?
Any ideas?
Thanks,
Mike
Net::Server::Mail::ESMTP to make a content filter for postfix. I need
to call an external program in the data callback of Mail::ESMTP but I'm
having trouble executing external commands with Exec, System and
Backticks. Perl returns no errors, and the SMTP client is disconnected
immediately when calling the command (I just put an echo command in for
testing, so it's not that).
Does Net::Server:
Any ideas?
Thanks,
Mike