aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMischa Peters <mpeters@high5.nl>2016-07-03 23:08:01 +0200
committerMischa Peters <mpeters@high5.nl>2016-07-03 23:08:01 +0200
commit3277ce8ccca2e2355eb91e3a28aee508da8b1bd5 (patch)
tree9801f8456b6da639f1f6135f282c67ba3ff2fbcc
parentAdded a lot more context to the sqlite queries and options (diff)
downloadOpenSMTPD-extras-3277ce8ccca2e2355eb91e3a28aee508da8b1bd5.tar.xz
OpenSMTPD-extras-3277ce8ccca2e2355eb91e3a28aee508da8b1bd5.zip
Added a lot more context to the sqlite queries and options
-rw-r--r--extras/tables/table-sqlite/table-sqlite.52
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/tables/table-sqlite/table-sqlite.5 b/extras/tables/table-sqlite/table-sqlite.5
index 9d1da30..935ec71 100644
--- a/extras/tables/table-sqlite/table-sqlite.5
+++ b/extras/tables/table-sqlite/table-sqlite.5
@@ -139,6 +139,8 @@ query_domain SELECT domain FROM domains WHERE domain=?;
table domains sqlite:/etc/mail/sqlite.conf
table virtuals sqlite:/etc/mail/sqlite.conf
table credentials sqlite:/etc/mail/sqlite.conf
+listen on egress port 587 tls-require pki mx.domain.tld auth <credentials>
+accept from any for domain <domains> virtual <virtuals> deliver to mbox
.Ed
.Sh FILES