You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

smtp-tlsa-verify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smtp-tlsa-verify

A small library, command-line utility and JSON/HTTP/FastAPI service to check DANE/TLSA-RRs against SMTP servers.

0.1.1
pipPyPI
Maintainers
1

smtp-tlsa-verify

Installing and running the FastAPI-based HTTP/JSON service

Install using the fastapi extra option:

pip install smtp-tlsa-verify[fastapi]

or if using the uv package manager:

uv add smtp-tlsa-verify --extra fastapi

Installing as a command line utility using pipx

pipx install smpt-tlsa-verify

After installation you can run the following command to verify: danesmtp mail.example.com

Using as a library

pip install smtp-tlsa-verify
from smtp_tlsa_verify import verify

result = verify("mail.example.com")
print(result)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts