https://github.com/icelk/kvarn-postfixadmin-reverse-proxy
https://github.com/icelk/kvarn-postfixadmin-reverse-proxy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/icelk/kvarn-postfixadmin-reverse-proxy
- Owner: Icelk
- Created: 2022-01-06T10:54:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T14:07:54.000Z (about 4 years ago)
- Last Synced: 2025-02-03T21:47:35.849Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```