mrsleeps/vexim-web-plugin-pdns

A Package that allows VExim Web UI to interact with a PowerDNS API

Maintainers

Package info

github.com/MrSleeps/vexim-web-plugin-pdns

Homepage

Issues

pkg:composer/mrsleeps/vexim-web-plugin-pdns

Transparency log

Fund package maintenance!

MrSleeps

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

v1.1 2026-07-13 12:23 UTC

This package is auto-updated.

Last update: 2026-07-13 12:24:24 UTC


README

VExim Web UI Logo

A VExim Web UI plugin that allows VExim Web UI to interact with a PowerDNS API

Latest Version on Packagist

Adding this plugin to your VExim Web UI will allow you to automatically publish DNS records to your PowerDNS server. This is currently used for DKIM records.

Installation

You can install the package via composer:

composer require mrsleeps/vexim-web-plugin-pdns

This will also install the vexim-web-plugin-dns-core package which allows plugins to interact with the VExim Web UI.

You will need to run the migrations (adds a couple of tables) with:

php artisan migrate

More information about this plugin can be found in the Wiki.

Please add any issues to the main VExim Web UI issues page on GitHub.