mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
48585a89c3
Framework (SPF) e-mail sender authentication system. This release of Mail::SPF fully conforms to RFC 4408 and passes the 2006.11 release of the official test-suite <http://www.openspf.org/Test_Suite>. The Mail::SPF source package includes the following additional tools: * spfquery: A command-line tool for performing SPF checks. * spfd: A daemon for services that perform SPF checks frequently. WWW: http://www.openspf.org/ - Koen Martens gmc@sonologic.nl PR: ports/109020 Submitted by: gmc at sonologic.nl
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
bin/spfquery
|
|
sbin/spfd
|
|
%%SITE_PERL%%/Mail/SPF.pm
|
|
%%SITE_PERL%%/Mail/SPF/MacroString.pm
|
|
%%SITE_PERL%%/Mail/SPF/SenderIPAddrMech.pm
|
|
%%SITE_PERL%%/Mail/SPF/Exception.pm
|
|
%%SITE_PERL%%/Mail/SPF/Server.pm
|
|
%%SITE_PERL%%/Mail/SPF/Util.pm
|
|
%%SITE_PERL%%/Mail/SPF/Base.pm
|
|
%%SITE_PERL%%/Mail/SPF/Term.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mech.pm
|
|
%%SITE_PERL%%/Mail/SPF/Record.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mod.pm
|
|
%%SITE_PERL%%/Mail/SPF/Result.pm
|
|
%%SITE_PERL%%/Mail/SPF/Request.pm
|
|
%%SITE_PERL%%/Mail/SPF/v1/Record.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mech/All.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mech/A.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mech/IP6.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mech/MX.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mech/Include.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mech/Exists.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mech/IP4.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mech/PTR.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mod/Redirect.pm
|
|
%%SITE_PERL%%/Mail/SPF/Mod/Exp.pm
|
|
%%SITE_PERL%%/Mail/SPF/v2/Record.pm
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/
|
|
@dirrmtry %%SITE_PERL%%/Mail/SPF/v1
|
|
@dirrmtry %%SITE_PERL%%/Mail/SPF/Mod
|
|
@dirrmtry %%SITE_PERL%%/Mail/SPF/Mech
|
|
@dirrmtry %%SITE_PERL%%/Mail/SPF/v2
|
|
@dirrmtry %%SITE_PERL%%/Mail/SPF
|
|
@dirrmtry %%SITE_PERL%%/Mail
|