diff options
Diffstat (limited to 'network/opensmtpd-extras/README')
-rw-r--r-- | network/opensmtpd-extras/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/network/opensmtpd-extras/README b/network/opensmtpd-extras/README new file mode 100644 index 0000000000..d1bc1595ea --- /dev/null +++ b/network/opensmtpd-extras/README @@ -0,0 +1,35 @@ +OpenSMTPD extras - backends for OpenSMTPD tables, schedulers, queues and filters + +Allows using different backends for OpenSMTPD tables, schedulers, queues and filters, +including SQLite, MySQL, PostgreSQL, LDAP... + +Each backend can be activated or deactivated by setting the relevant env var to yes or no. +By default, Password, MySQL and SQLite table backends are built, since they are pretty straightforward to use, +and everything is available on a stock slackware installation. + +* Tables: +TLDAP=no +TMYSQL=yes +TPOSTGRES=no # requires potgresql +TREDIS=no # requires hiredis and redis +TSOCKETMAP=no +TPASSWORD=yes +TPYTHON=no +TSQLITE=yes +TSTUB=no +* Queues: +QNULL=no +QPYTHON=no +QRAM=no +QSTUB=no +* Schedulers: +SRAM=no +SSTUB=no +SPYTHON=no +* Filters: +FMONKEY=no +FSTUB=no +FTRACE=no +FVOID=no +* Other: +STATS=no # enable tool stats |