Displaying 2 results from an estimated 2 matches for "mail_status".
Did you mean:
call_status
2017 Mar 08
0
Up to date guide/information Sendmail SMTP Auth
...\
"opendmarc" \
"spamassassin" "spamass-milter" \
"sendmail"
do
echo -n "Starting $S :: "
systemctl start ${S}.service
if test $? -eq 0; then echo "ok"; else echo "failed"; fi
done
}
function mail_status {
for S in \
"clamd at clayton" "clamav-milter" \
"opendmarc" \
"spamassassin" "spamass-milter" \
"sendmail"
do
echo -n "$S :: "
systemctl is-active ${S}.service
done
}
function mail_stop {...
2017 Mar 08
7
Up to date guide/information Sendmail SMTP Auth
Hello all,
I've been googling my brains out since yesterday looking for up-to-date
information on this matter, and have found information that is anywhere
from 15 to 5 years old. I'd really like some information that much more
up to date on the subject. Specifically configuring Sendmail SMTP
authentication (_no smart host stuff_).
I've got Sendmail 8.14 installed on a CentOS 7.3