Skip to content
Snippets Groups Projects
Commit ba052c93 authored by Bob Mottram's avatar Bob Mottram
Browse files

Default variables

parent 4e9e4ef5
No related branches found
No related tags found
No related merge requests found
......@@ -1556,9 +1556,9 @@ function email_smtp_proxy {
dialog --backtitle $"Freedombone Control Panel" \
--title $"SMTP Proxy" \
--form $"You may need to proxy outgoing email via your ISP's mail server. If so enter the details below." 14 75 4 \
$"ISP mail server:" 1 1 "$SMTP_PROXY_SERVER" 1 24 40 10000 \
$"Port:" 2 1 "$SMTP_PROXY_PORT" 2 24 5 5 \
$"Username:" 3 1 "$SMTP_PROXY_USERNAME" 3 24 40 10000 \
$"SMTP domain:" 1 1 "$isp_smtp_domain" 1 24 40 10000 \
$"Port:" 2 1 "$isp_smtp_port" 2 24 5 5 \
$"Username:" 3 1 "$isp_smtp_username" 3 24 40 10000 \
$"Password:" 4 1 "" 4 24 40 10000 \
2> "$data"
sel=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment