Changes

From Amahi Wiki
Jump to: navigation, search
make
service sendmail restart
</pre>
Set sendmail to start on boot
<pre>
systemctl enable sendmail
</pre>
cd /etc/mail
make
service systemctl restart sendmail</pre>Set sendmail to start on boot<pre>systemctl enable sendmail restart
</pre>
== Test ==
Finally, send a test email.
<pre>
Ref: [http://www.techvilleottawa.org/sendmail-smtp-gmail-relay-on-fedora-centos-redhat Sendmail SMTP Gmail Relay on Fedora-Centos-Redhat]
 
== Troubleshooting ==
* If you get the message " warning: SASL authentication failure: No worthy mechs found", install this package.
yum install cyrus-sasl{,-plain}
 
:Restart Sendmail
systemctl restart sendmail
12,424

edits