Skip to content

Commit

Permalink
lmtp: Reverted default port 24 change 1cbf468.
Browse files Browse the repository at this point in the history
This might break some existing installation since otherwise the local port
is the default. So lets just keep it a v2.3.x change.
  • Loading branch information
sirainen committed Aug 9, 2016
1 parent 14da98f commit bf5a1d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lmtp/commands.c
Expand Up @@ -263,8 +263,6 @@ client_proxy_rcpt_parse_fields(struct lmtp_proxy_rcpt_settings *set,
} else if (strcmp(key, "protocol") == 0) {
if (strcmp(value, "lmtp") == 0)
set->protocol = LMTP_CLIENT_PROTOCOL_LMTP;
if (!port_set)
set->port = 24;
else if (strcmp(value, "smtp") == 0) {
set->protocol = LMTP_CLIENT_PROTOCOL_SMTP;
if (!port_set)
Expand Down

0 comments on commit bf5a1d5

Please sign in to comment.