Skip to content

Commit eeac321

Browse files
committed
settings: variables - Document local and remote port
1 parent 64b55ea commit eeac321

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/settings/variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ See also [Global Variables](#global-variables) and [User Variables](#user-variab
9999
| -------- | --------- | ----------- |
100100
| `%l` | `local_ip` | local IP address |
101101
| `%r` | `remote_ip` | remote IP address |
102+
| '%a' | `local_port` | local port |
103+
| '%b' | `remote_port` | remote port |
102104
| | `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) |
103105

104106
## Mail User Variables

0 commit comments

Comments
 (0)