Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
Here's how to enable outgoing emails on your Amahi server
'''NOTE:''' Make sure to use copy-paste to execute those commands. In particular, they contain back-ticks as the starting string delimiter, which can be hard to find on a keyboard! Change <code>yum</code> to <code>apt-get</code> for Ubuntu.
To begin with, [[Open Terminal as root|As '''root''' user]]:
== Option 1 (untested on Fedora 19)==
<pre>
echo 'this is a test'| mail -s test_email user@example.com
</pre>
If it fails, read /var/log/maillog and /var/log/messages.
Ref: [http://www.techvilleottawa.org/sendmail-smtp-gmail-relay-on-fedora-centos-redhat Sendmail SMTP Gmail Relay on Fedora-Centos-Redhat]
12,424

edits