basics - small enhancement to step 13 info
This commit is contained in:
@@ -46,9 +46,13 @@ CONFIG_FILE_SSMTP_TEMPLATE="${CONFIG_FILE_SSMTP}.example"
|
||||
CONFIG_FILE_SSMTP_AL="$sc_configLoc/revaliases.cfg"
|
||||
CONFIG_FILE_SSMTP_AL_TEMPLATE="${CONFIG_FILE_SSMTP}.example"
|
||||
|
||||
step_13_info() {
|
||||
echo -n "Send test E-Mail to "
|
||||
if [ -z "${2:-}" ] ; then echo "<MAILADDRESS>"; else echo "$2"; fi
|
||||
step_13_info() {
|
||||
echoinfoArgs "<MAILADDRESS>"; echo -n "Send test E-Mail"
|
||||
if [ -z "${2:-}" ] ; then
|
||||
echo " to MAILADDRESS"
|
||||
else
|
||||
echo " to ${2}"
|
||||
fi
|
||||
}
|
||||
step_13_alias() { echo "smtpTest"; }
|
||||
step_13() {
|
||||
@@ -110,7 +114,7 @@ tls_starttls on
|
||||
# Usually not need on debian systems
|
||||
#tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
# Construct envelope-from addresses of the form "user@oursite.example"
|
||||
# Construct envelope-from addresses of the form \"user@oursite.example\"
|
||||
#auto_from on
|
||||
#maildomain oursite.example
|
||||
# or set a static from address
|
||||
|
Reference in New Issue
Block a user