Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
new parameter added to manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
fgma committed Oct 18, 2019
1 parent 5406212 commit 9e92f57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extras/tables/table-mysql/table-mysql.5
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@ This is used to provide a query for looking up a domain. The question mark
is replaced with the appropriate data. For the domain it would be the
right hand side of the SMTP address. This expects one VARCHAR to be returned
with a matching domain name.
.Pp

.It Xo
.Ic query_mailaddrmap
.Ar SQL statement
.Xc
This is used to provide a query to look up senders. The question mark
is replaced with the appropriate data. This expects one VARCHAR to be
returned with the address the sender is allowed to send mails from.
.El

A generic SQL statement would be something like:
Expand Down

0 comments on commit 9e92f57

Please # to comment.