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:
parent
af82701fff
commit
4be7bb40e4
2
Changes
2
Changes
@ -1,5 +1,7 @@
|
|||||||
0.41
|
0.41
|
||||||
|
|
||||||
|
POD syntax cleanup (Steve Kemp)
|
||||||
|
|
||||||
Make connection->local_ip available from the Apache transport (Peter Eisch)
|
Make connection->local_ip available from the Apache transport (Peter Eisch)
|
||||||
|
|
||||||
|
|
||||||
|
@ -170,8 +170,6 @@ The remote IP address of the connecting host.
|
|||||||
|
|
||||||
The remote port.
|
The remote port.
|
||||||
|
|
||||||
=head2 hello( )
|
|
||||||
|
|
||||||
=head2 remote_info( )
|
=head2 remote_info( )
|
||||||
|
|
||||||
If your server does an ident lookup on the remote host, this is the
|
If your server does an ident lookup on the remote host, this is the
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# -*- perl -*-
|
# -*- perl -*-
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
check_badmailfrom - checks the badmailfrom config, with per-line reasons
|
check_badmailfrom - checks the badmailfrom config, with per-line reasons
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#! perl
|
#! perl
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
check_badmailfromto - checks the badmailfromto config
|
check_badmailfromto - checks the badmailfromto config
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
check_basicheaders - Make sure both From and Date headers are present, and
|
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
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ Written by Keith C. Ivey
|
|||||||
Released to the public domain, 17 June 2005.
|
Released to the public domain, 17 June 2005.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
use Qpsmtpd::DSN;
|
use Qpsmtpd::DSN;
|
||||||
|
|
||||||
sub init {
|
sub init {
|
||||||
|
@ -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
|
remote HOST address can be selectively exempted at other stages by plugins
|
||||||
testing for a 'whitelisthost' connection note.
|
testing for a 'whitelisthost' connection note.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
NOTE: other 'connect' hooks will continue to fire (e.g. dnsbl), since the DNS
|
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
|
queries happen in the background. This plugin's 'rcpt_handler' retrieves
|
||||||
the results of the query and sets the connection note if found.
|
the results of the query and sets the connection note if found.
|
||||||
|
@ -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
|
I</usr/sbin/rsmtp>. The commandline switch '-bS' will be added (this is
|
||||||
actually redundant with rsmtp, but harmless).
|
actually redundant with rsmtp, but harmless).
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
=head1 LICENSE
|
=head1 LICENSE
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
relay_only - this plugin only permits relaying
|
relay_only - this plugin only permits relaying
|
||||||
|
@ -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>
|
Path to the certificate autority file. Default: I<ssl/qpsmtpd-ca.crt>
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
This plugin implements basic TLS support. It can also be used to support
|
This plugin implements basic TLS support. It can also be used to support
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
uvscan
|
uvscan
|
||||||
|
Loading…
Reference in New Issue
Block a user