POD syntax cleanup (Steve Kemp)

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@786 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2007-09-03 15:47:08 +00:00
parent af82701fff
commit 4be7bb40e4
16 changed files with 26 additions and 15 deletions

View File

@ -1,5 +1,7 @@
0.41
POD syntax cleanup (Steve Kemp)
Make connection->local_ip available from the Apache transport (Peter Eisch)

View File

@ -170,8 +170,6 @@ The remote IP address of the connecting host.
The remote port.
=head2 hello( )
=head2 remote_info( )
If your server does an ident lookup on the remote host, this is the

View File

@ -1,4 +1,5 @@
# -*- perl -*-
=head1 NAME
check_badmailfrom - checks the badmailfrom config, with per-line reasons

View File

@ -1,4 +1,5 @@
#! perl
=head1 NAME
check_badmailfromto - checks the badmailfromto config

View File

@ -3,7 +3,7 @@
=head1 NAME
check_basicheaders - Make sure both From and Date headers are present, and
do optional range checking on the Date header
do optional range checking on the Date header.
=head1 DESCRIPTION

View File

@ -25,6 +25,7 @@ Written by Keith C. Ivey
Released to the public domain, 17 June 2005.
=cut
use Qpsmtpd::DSN;
sub init {

View File

@ -28,6 +28,8 @@ the connecting MTA's IP address. Any A or TXT answer is means that the
remote HOST address can be selectively exempted at other stages by plugins
testing for a 'whitelisthost' connection note.
=back
NOTE: other 'connect' hooks will continue to fire (e.g. dnsbl), since the DNS
queries happen in the background. This plugin's 'rcpt_handler' retrieves
the results of the query and sets the connection note if found.

View File

@ -30,6 +30,8 @@ The path to use to execute the Exim BSMTP receiver; by default this is
I</usr/sbin/rsmtp>. The commandline switch '-bS' will be added (this is
actually redundant with rsmtp, but harmless).
=back
=cut
=head1 LICENSE

View File

@ -1,4 +1,5 @@
#!/usr/bin/perl -w
=head1 NAME
relay_only - this plugin only permits relaying

View File

@ -24,6 +24,8 @@ Path to the private key file. Default: I<ssl/qpsmtpd-server.key>
Path to the certificate autority file. Default: I<ssl/qpsmtpd-ca.crt>
=back
=head1 DESCRIPTION
This plugin implements basic TLS support. It can also be used to support

View File

@ -1,4 +1,5 @@
#!/usr/bin/perl -w
=head1 NAME
uvscan