Sendmail
From KevinWiki
(Difference between revisions)
(New page: Category:Network ==Known Problem== *If Linux stalls on reloading mail transport agent with the following message. <pre> * Reloading Mail Transport Agent (MTA) sendmail </pre> Add the...) |
m |
||
Line 11: | Line 11: | ||
127.0.0.1 localhost yourdomain.com | 127.0.0.1 localhost yourdomain.com | ||
</pre> | </pre> | ||
+ | However, if you use gmail linking to your server as the email server, do not put that. Otherwise sendmail will send an email to your server instead of the gmail server. |
Revision as of 13:27, 3 October 2008
Known Problem
- If Linux stalls on reloading mail transport agent with the following message.
* Reloading Mail Transport Agent (MTA) sendmail
Add the domain name of the computer where the sendmail is running to /etc/hosts
file
127.0.0.1 localhost yourdomain.com
However, if you use gmail linking to your server as the email server, do not put that. Otherwise sendmail will send an email to your server instead of the gmail server.