#!/usr/local/bin/perl
# start.cgi
# Start the qmail rc command in the background

require './qmail-lib.pl';
$err = &start_qmail();
&error($err) if ($err);
&webmin_log("start");
&redirect("");



syntax highlighted by Code2HTML, v. 0.9.1