Skip to content

Commit

Permalink
settings: variables - Document local and remote port
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Dec 17, 2024
1 parent 64b55ea commit eeac321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/core/settings/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ See also [Global Variables](#global-variables) and [User Variables](#user-variab
| -------- | --------- | ----------- |
| `%l` | `local_ip` | local IP address |
| `%r` | `remote_ip` | remote IP address |
| '%a' | `local_port` | local port |
| '%b' | `remote_port` | remote port |
| | `userdb:<name>` | Return userdb extra field "name". `%{userdb:name:default}` returns "default" if "name" doesn't exist (not returned if name exists but is empty) |

## Mail User Variables
Expand Down

0 comments on commit eeac321

Please sign in to comment.