Skip to content

bigio/OpenSMTPD-extras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSMTPD-extras

This is the mirror of the official repository of OpenSMTPD addons

How to install

First, you need to clone the repository:

$ git clone https://github.com/OpenSMTPD/OpenSMTPD-extras.git

Secondly, you need to bootstrap the repository, some dependencies (autotools, libtool) may be needed:

$ sh bootstrap

Then, you need to configure what add-ons you want to install, for example:

$ ./configure --libexecdir=/usr/libexec/opensmtpd --with-table-mysql --with-filter-stub --with-queue-ram

Finally build and install:

$ make
# make install

The addons will be installed in /usr/libexec/opensmtpd where OpenSMTPD can find them.

About

This is the mirror of the official repository of OpenSMTPD addons

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.9%
  • M4 7.4%
  • Roff 7.1%
  • Makefile 1.4%
  • Other 1.2%