converted comments to POD in check_relay plugin
This commit is contained in:
parent
44ae52818e
commit
dd5cccd49f
@ -1,9 +1,19 @@
|
|||||||
#!perl -w
|
#!perl -w
|
||||||
|
|
||||||
# this plugin checks the relayclients config file and
|
=head1 NAME
|
||||||
# $ENV{RELAYCLIENT} to see if relaying is allowed.
|
|
||||||
#
|
|
||||||
|
|
||||||
|
check_relay
|
||||||
|
|
||||||
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
|
Checks the relayclients config file and $ENV{RELAYCLIENT} to see if relaying is allowed.
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
|
use Qpsmtpd::Constants;
|
||||||
use Net::IP qw(:PROC);
|
use Net::IP qw(:PROC);
|
||||||
|
|
||||||
sub hook_connect {
|
sub hook_connect {
|
||||||
|
Loading…
Reference in New Issue
Block a user