Port details on branch 2023Q3 |
- py-authheaders Generate email authentication headers
- 0.15.2 mail
=0 0.15.2Version of this port present on the latest quarterly branch. - Maintainer: einar@isnic.is
 - Port Added: 2023-07-11 22:14:27
- Last Update: 2023-07-11 22:09:27
- Commit Hash: ed3b323
- 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 py39-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 py39-authheaders listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-authheaders
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1688510260
SHA256 (authheaders-0.15.2.tar.gz) = 900cee88a61e647ef84ebdfcbcee0154320744d8ec1d7d6e926842f447283bdf
SIZE (authheaders-0.15.2.tar.gz) = 107991
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-dkimpy>=0.7.1 : mail/py-dkimpy@py39
- py39-authres>=1.2.0 : mail/py-authres@py39
- py39-publicsuffix2>0 : dns/py-publicsuffix2@py39
- py39-dnspython>0 : dns/py-dnspython@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- 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:
|