sir, in bounce.cgi and signup1.cgi have a command like this :
# usually works as default (may be /usr/local/bin/wget or other)
$http_program = "/usr/bin/wget -O /dev/null " . $listmail_url . "/signup.php";
that script had a command 'wget'....can i changing to /usr/bin/php -q
# usually works as default (may be /usr/local/bin/wget or other)
$http_program = "/usr/bin/php -q " . $listmail_url . "/signup.php";
2. Sir, when i sending email to signup@mydomain.com then no reply a welcome email. What happen