<p>I can add, make sure any firewall has permission to accept email traffic.</p>
<div class="gmail_quote">On May 19, 2014 9:44 AM, &quot;Rick Stevens&quot; &lt;<a href="mailto:ricks@alldigital.com">ricks@alldigital.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 05/18/2014 05:06 PM, Timothy Murphy issued this missive:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m trying to send email from my Fedora-20/KDE laptop &quot;rose&quot;<br>
to my CentOS-6.5 local home server &quot;grover&quot;<br>
(in order to run a SpamAssassin test),<br>
but I am finding this surprisingly difficult.<br>
<br>
I&#39;ve tried with KMail and mail,<br>
sending email to &quot;tim@grover&quot;, &quot;tim@grover.localdomain&quot;,<br>
and various other combinations, but all fail with &quot;recipient rejected&quot;.<br>
And telnet gives<br>
   [tim@rose ~]$ telnet 192.168.2.5 25<br>
   Trying 192.168.2.5...<br>
   telnet: connect to address <a href="http://192.168.2.5" target="_blank">192.168.2.5</a>: Connection refused<br>
<br>
Is there a setting I could change, or is the exercise hopeless?<br>
</blockquote>
<br>
Are you certain that grover is running an MTA and that it&#39;s listening<br>
to anything other than 127.0.0.1? Easiest way to find out:<br>
<br>
        # netstat -lpnt | grep :25<br>
<br>
If you only see something like:<br>
<br>
        tcp        0      0 <a href="http://127.0.0.1:25" target="_blank">127.0.0.1:25</a> ...<br>
<br>
then it&#39;s running, but won&#39;t accept incoming mail from the outside<br>
world. You&#39;ll need to bugger the config to make it listen to an<br>
additional IP. How you do that depends on if it&#39;s sendmail or postfix.<br>
<br>
If you don&#39;t see a line like that at all, then your MTA isn&#39;t even<br>
running.<br>
------------------------------<u></u>------------------------------<u></u>----------<br>
- Rick Stevens, Systems Engineer, AllDigital    <a href="mailto:ricks@alldigital.com" target="_blank">ricks@alldigital.com</a> -<br>
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -<br>
-                                                                    -<br>
-   UNIX is actually quite user friendly.  The problem is that it&#39;s  -<br>
-              just very picky of who its friends are!               -<br>
------------------------------<u></u>------------------------------<u></u>----------<br>
-- <br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.<u></u>org/mailman/listinfo/users</a><br>
Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct" target="_blank">http://fedoraproject.org/code-<u></u>of-conduct</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/<u></u>Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
</blockquote></div>