Port details on branch 2022Q4 |
- py-authheaders Generate email authentication headers
- 0.16.3_1 mail
=2 0.16.3_1Version of this port present on the latest quarterly branch. - Maintainer: einar@isnic.is
 - Port Added: 2020-11-25 23:26:59
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MPL20
- WWW:
- https://github.com/ValiMail/authentication-headers
- Description:
- This is a Python library for the generation of email authentication headers.
The library can perform DKIM, SPF, and DMARC validation, and the results are
packaged into the Authentication-Results header.
authenticate_message(message, "example.com", ip='192.168.50.81',
mail_from="test.com", helo="domain.of.sender.net")
Authentication-Results: example.com; spf=none smtp.helo=domain.of.sender.net
smtp.mailfrom=test.com; dkim=pass header.d=valimail.com; dmarc=pass
header.from=valimail.com
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}authheaders>0:mail/py-authheaders@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/mail/py-authheaders/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/py-authheaders
- pkg install py311-authheaders
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-authheaders listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-authheaders
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1719234496
SHA256 (authheaders-0.16.3.tar.gz) = 118edc6d3cb1ad18ffab3d788ccc562fca2854cd645faab08fc47033c648148a
SIZE (authheaders-0.16.3.tar.gz) = 115428
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-dkimpy>=0.7.1 : mail/py-dkimpy@py311
- py311-authres>=1.2.0 : mail/py-authres@py311
- py311-publicsuffix2>0 : dns/py-publicsuffix2@py311
- py311-dnspython>0 : dns/py-dnspython@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- mail/mailman3
Configuration Options:
- No options to configure
- Options name:
- mail_py-authheaders
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|