An open API service indexing awesome lists of open source software.

https://github.com/icelk/kvarn-postfixadmin-reverse-proxy


https://github.com/icelk/kvarn-postfixadmin-reverse-proxy

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This is a simple configuration for using Kvarn as a reverse proxy for [PostfixAdmin](https://wiki.archlinux.org/title/PostfixAdmin).

Build the sources using:

```shell
$ cargo b --release
```

Then, run it as root.

# Systemd unit

```ini
[Unit]
Description=Kvarn PostfixAdmin proxy

[Service]
Type=exec
ExecStart=

[Install]
WantedBy=default.target
```