# Template fragment at the suggestion of Luiz Zaidan <luiz@zaidan.eng.br> after observing that
# the access to GeneWeb was not consistently being allowed remotely 
{
     my $status = ${'httpd-e-smith'}{status} || "disabled";
     my $access = ${'httpd-e-smith'}{access} || "public";

     #$OUT = allow_tcp_in(2316,
     #	    ($status eq "enabled") && ($access eq "public"));

     $OUT = allow_tcp_in(2317,
	    ($status eq "enabled") && ($access eq "public"));	
}

