refactor: Rename filtermail_http_port to filtermail_http_port_incoming (#921)

Since http port will be used for MTA-to-MTA,
it should be suffixed with "incoming" for consistency.

This will also make it clearer if we decide to
introduce client-relay http channel in the future.

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-04-16 14:37:00 +02:00
committed by GitHub
parent 2bdfecff72
commit 56386c231b
2 changed files with 4 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ http {
access_log syslog:server=unix:/dev/log,facility=local7;
location /mxdeliv/ {
proxy_pass http://127.0.0.1:{{ config.filtermail_http_port }};
proxy_pass http://127.0.0.1:{{ config.filtermail_http_port_incoming }};
}
location / {