aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ssmtp/generate_config.patch
blob: e1543108410a6da17b5f05cf96356ffdf581f833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
18,34c18
< echo "Please enter the mail name of your system."
< echo "This is the hostname portion of the address to be shown"
< echo "on outgoing news and mail messages headers."
< echo "The default is $syshostname, your system's host name."
< echo
< echo -n "Mail name [$syshostname]: "
< read mailname
< echo
< 
< echo -n "Please enter the SMTP port number [25]: "
< read smtpport
< if test -z "$smtpport"
< then
< 	mailhub=$mailhub
< else
< 	mailhub="$mailhub:$smtpport"
< fi
---
> mailhub="$mailhub:25"
61,66d44
< 
< echo
< echo
< echo "Please check the configuration file $1 for correctness."
< echo
< echo