Skip to content

CM4all/qrelay

Repository files navigation

qrelay

qrelay is a QMQP server that receives emails on a socket and forwards them to another QMQP server.

For more information, read the manual in the doc directory.

Building qrelay

You need:

Optional dependencies:

Get the source code:

git clone --recursive https://github.com/CM4all/qrelay.git

Run meson:

meson setup output

Compile and install:

ninja -C output
ninja -C output install

Building the Debian package

After installing the build dependencies, run:

dpkg-buildpackage -rfakeroot -b -uc -us