Skip to content
Snippets Groups Projects
Verified Commit e4e956c7 authored by David Mehren's avatar David Mehren
Browse files

Make server port configurable

parent 3e3db3ba
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,7 @@ account default ...@@ -7,4 +7,7 @@ account default
from {{ msmtp_from }} from {{ msmtp_from }}
{% endif %} {% endif %}
host {{ msmtp_relay_relayhost }} host {{ msmtp_relay_relayhost }}
{% if msmtp_relay_port is defined %}
port {{ msmtp_relay_port }}
{% endif %}
aliases /etc/aliases aliases /etc/aliases
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment