• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

api/H06-Apr-2020-7,2245,516

extras/H18-Apr-2020-24,67720,556

m4/H03-May-2022-9,2378,357

mk/H06-Apr-2020-8667

openbsd-compat/H18-Apr-2020-4,7943,354

Makefile.amH A D06-Apr-202058 42

Makefile.inH A D18-Apr-202025.3 KiB832734

README.mdH A D06-Apr-2020887 2816

aclocal.m4H A D18-Apr-202030.1 KiB844762

bootstrapH A D06-Apr-20204.1 KiB152105

compileH A D18-Apr-20207.2 KiB349259

config.guessH A D18-Apr-202043.1 KiB1,4771,284

config.h.inH A D18-Apr-202013.1 KiB496339

config.subH A D18-Apr-202035.3 KiB1,8021,661

configureH A D18-Apr-2020541.8 KiB19,31716,069

configure.acH A D06-Apr-202040.1 KiB1,6551,510

install-shH A D18-Apr-202015 KiB519337

ltmain.shH A D18-Apr-2020316.5 KiB11,1487,979

missingH A D18-Apr-20206.7 KiB216143

README.md

1# OpenSMTPD-extras
2This is the mirror of the official repository of OpenSMTPD addons
3
4# THE PROTOCOL USED BY THESE ADD-ONS IS GOING TO BE REPLACED SOON.
5# THIS REPOSITORY IS IN MAINTENANCE, ONLY ACCEPTING BUG FIXES AND MINOR UPDATES.
6# NO NEW ADD-ONS WILL BE ACCEPTED UNTIL CURRENT ONE ARE REIMPLEMENTED.
7
8# How to install
9First, you need to clone the repository:
10
11    $ git clone https://github.com/OpenSMTPD/OpenSMTPD-extras.git
12
13Secondly, you need to bootstrap the repository, some dependencies (autotools, libtool) may be needed:
14
15    $ sh bootstrap
16
17Then, you need to configure what add-ons you want to install, for example:
18
19    $ ./configure --libexecdir=/usr/libexec/opensmtpd --with-table-mysql --with-filter-stub --with-queue-ram
20
21
22Finally build and install:
23
24    $ make
25    # make install
26
27The addons will be installed in /usr/libexec/opensmtpd where OpenSMTPD can find them.
28