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

Numbers

parent a8b80e01
No related branches found
No related tags found
No related merge requests found
...@@ -1556,10 +1556,10 @@ function email_smtp_proxy { ...@@ -1556,10 +1556,10 @@ function email_smtp_proxy {
dialog --backtitle $"Freedombone Control Panel" \ dialog --backtitle $"Freedombone Control Panel" \
--title $"SMTP Proxy" \ --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 \ --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:" 3 1 "$SMTP_PROXY_SERVER" 1 24 40 10000 \ $"ISP mail server:" 1 1 "$SMTP_PROXY_SERVER" 1 24 40 10000 \
$"Port:" 4 1 "$SMTP_PROXY_PORT" 2 24 5 5 \ $"Port:" 2 1 "$SMTP_PROXY_PORT" 2 24 5 5 \
$"Username:" 5 1 "$SMTP_PROXY_USERNAME" 3 24 40 10000 \ $"Username:" 3 1 "$SMTP_PROXY_USERNAME" 3 24 40 10000 \
$"Password:" 6 1 "" 4 24 40 10000 \ $"Password:" 4 1 "" 4 24 40 10000 \
2> "$data" 2> "$data"
sel=$? sel=$?
case $sel in case $sel in
......
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