Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
</div>-->
{{code|{{:Enable_Outgoing_Emails/somecode}}}}
{{code|Code=
SMTP_SERVER=your_isp_smtp_server
yum -y install sendmail-cf m4
cd /etc/mail
sed -ie "s/.*SMART_HOST.*/define(\`SMART_HOST', \`$SMTP_SERVER')dnl/" sendmail.mc
make
service sendmail restart}}
Make sure to replace ''your_isp_smtp_server'' on the first line with the hostname or IP address of your ISP SMTP server.
287

edits