notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
p5-Sendmail-PMilter Perl bindings for Sendmail/Postfix milter interface
1.27 mailnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: takeda@takeda.tk search for ports maintained by this maintainer
Port Added: 2024-09-13 13:36:07
Last Update: 2024-09-13 13:31:12
Commit Hash: e575205
Also Listed In: perl5
License: BSD3CLAUSE
WWW:
https://metacpan.org/dist/Sendmail-PMilter
Description:
Sendmail::PMilter provides access to the message processing hooks in a running Mail Transfer Agent (Sendmail or Postfix), so that filters ('milters') which process mail can be written entirely in Perl. Mail processing according to SMTP takes place at a number of well-defined stages ('connect', 'helo', etc.) during the exchange of the message between client and server. At each stage, the sets of data available (the connecting IP, sender address etc.) and the permissible actions (rewrite a message header, ACCEPT a message, REJECT it etc.) are also well-defined and are to some extent configurable.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Sendmail-PMilter-1.27/catalog.mk
  2. /usr/local/share/licenses/p5-Sendmail-PMilter-1.27/LICENSE
  3. /usr/local/share/licenses/p5-Sendmail-PMilter-1.27/BSD3CLAUSE
  4. lib/perl5/site_perl/Sendmail/PMilter.pm
  5. lib/perl5/site_perl/Sendmail/PMilter/Context.pm
  6. lib/perl5/site_perl/man/man3/Sendmail::PMilter.3.gz
  7. lib/perl5/site_perl/man/man3/Sendmail::PMilter::Context.3.gz
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • p5-Sendmail-PMilter>0:mail/p5-Sendmail-PMilter
To install the port:
cd /usr/ports/mail/p5-Sendmail-PMilter/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/p5-Sendmail-PMilter
  • pkg install p5-Sendmail-PMilter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Sendmail-PMilter
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1725761565 SHA256 (Sendmail-PMilter-1.27.tar.gz) = bb5265360d3c00b312e5ede02484ec2200a5252e48bebb4978420711d8d49b66 SIZE (Sendmail-PMilter-1.27.tar.gz) = 39605

Packages (timestamps in pop-ups are UTC):
p5-Sendmail-PMilter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.271.27-1.271.27---
FreeBSD:13:quarterly-1.27--1.27---
FreeBSD:14:latest1.271.27-1.271.27---
FreeBSD:14:quarterly-1.27--1.27---
FreeBSD:15:latest1.271.27n/a1.27n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
mail_p5-Sendmail-PMilter
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Sendmail/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Sendmail/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Sendmail/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Sendmail/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Sendmail/
  7. http://backpan.perl.org/modules/by-module/Sendmail/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Sendmail/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Sendmail/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Sendmail/
  12. https://www.cpan.org/modules/by-module/Sendmail/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.27
13 Sep 2024 13:31:12
commit hash: e575205acabbd1b1fcc8766e78bdeabbf87a69b1commit hash: e575205acabbd1b1fcc8766e78bdeabbf87a69b1commit hash: e575205acabbd1b1fcc8766e78bdeabbf87a69b1commit hash: e575205acabbd1b1fcc8766e78bdeabbf87a69b1 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: takeda
mail/p5-Sendmail-PMilter: New port: Perl bindings for Sendmail/Postfix milter
interface

The original Sendmail::Milter (mail/p5-Sendmail-Milter) is not really
maintained, there's more up to date module Sendmail::PMilter:
https://metacpan.org/dist/Sendmail-PMilter

Latest version of bogofilter-milter require it:
https://stuff.mit.edu/~jik/software/bogofilter-milter/

PR:	281354

Number of commits found: 1