<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PostFix SquirrelMail Suse 10 U1 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/postfix-squirrelmail-suse-10-u1/m-p/4257652#M33581</link>
    <description>PSB&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;The problem with the "connection refused" was that port wasn't opened. I did open it but the&lt;BR /&gt;squirrelmail gave error "Can't open SMTP stream". I don't know why.&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;squirrelmail uses sendmail as its mta. sendmail is not configured to use a real domain name recognized on the public Internet. There are a dozen different ways to make this happen. See &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt; for more information on this.&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;But then I changed the port to 25, it squirrelmail was able to send an email. But the emails are getting bounded saying "Host or domain name not found. Name service error for name=localhost type=AAAA: Host not found)". I am getting this while sending email to a local user.&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;The DNS has only forward lookup for this host. I don't know if not having reverse lookup in the DNS will affect the local mail delivery.&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;Reverse lookup will not effect local delivery of mail. If all you are trying to do is deliver mail to the local system you probably need go further.&lt;BR /&gt;&lt;BR /&gt;Your internal DNS structure is not complete.&lt;BR /&gt;&lt;BR /&gt;You need a complete DNS server with SOA, A records and such to properly process mail. You probably have such a server in your organization or perhaps you need to build one.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
    <pubDate>Thu, 28 Aug 2008 08:23:34 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-08-28T08:23:34Z</dc:date>
    <item>
      <title>PostFix SquirrelMail Suse 10 U1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-squirrelmail-suse-10-u1/m-p/4257649#M33578</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to configure a mail server based using PostFix SMTP-AUTH, POP3S, TLS and Squirrelmail.&lt;BR /&gt;&lt;BR /&gt;I can sign on and read the INBOX using Squirrelmail but I can't send or receive  emails. While trying to send en email, I get error : Connection refused server replied: 111 Can't open SMTP stream.&lt;BR /&gt;&lt;BR /&gt;In the /var/mail/log, I see this&lt;BR /&gt;ipop3d: Command stream end of file while reading line user=??? host=&lt;HOSTNAME&gt; [IP]&lt;BR /&gt;&lt;BR /&gt;Does anyone know what's wrong in here?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 26 Aug 2008 03:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-squirrelmail-suse-10-u1/m-p/4257649#M33578</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2008-08-26T03:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: PostFix SquirrelMail Suse 10 U1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-squirrelmail-suse-10-u1/m-p/4257650#M33579</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;squirrelmail uses a sendmail command to deliver mail to the mail queue.&lt;BR /&gt;&lt;BR /&gt;Using postfix as your transport creates a potential problem.&lt;BR /&gt;&lt;BR /&gt;To use squirrelmail, you need to provide imapd access to your system. Its theoretically possible to use cyrus, but I've had better luck with dovecot.&lt;BR /&gt;&lt;BR /&gt;From what I can see, dovecot does a better job and is easier to use.&lt;BR /&gt;&lt;BR /&gt;Also squirrelmail simply will not use popmail. You must use imap, otherwise it simply won't function.&lt;BR /&gt;&lt;BR /&gt;So I'd suggest seeing if you have a daemon up and listening on port 143 for imap traffic, and if not, install and configure dovecot to do that job.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 Aug 2008 07:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-squirrelmail-suse-10-u1/m-p/4257650#M33579</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-26T07:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: PostFix SquirrelMail Suse 10 U1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-squirrelmail-suse-10-u1/m-p/4257651#M33580</link>
      <description>The problem with the "connection refused" was that port wasn't opened. I did open it but the&lt;BR /&gt;squirrelmail gave error "Can't open SMTP stream". I don't know why.&lt;BR /&gt;&lt;BR /&gt;But then I changed the port to 25, it squirrelmail was able to send an email. But the emails are getting bounded saying "Host or domain name not found. Name service error for name=localhost type=AAAA: Host not found)".  I am getting this while sending email to a local user.&lt;BR /&gt;&lt;BR /&gt;The DNS has only forward lookup for this host. I don't know if not having reverse lookup in the DNS will affect the local mail delivery.&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2008 14:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-squirrelmail-suse-10-u1/m-p/4257651#M33580</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2008-08-27T14:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: PostFix SquirrelMail Suse 10 U1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-squirrelmail-suse-10-u1/m-p/4257652#M33581</link>
      <description>PSB&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;The problem with the "connection refused" was that port wasn't opened. I did open it but the&lt;BR /&gt;squirrelmail gave error "Can't open SMTP stream". I don't know why.&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;squirrelmail uses sendmail as its mta. sendmail is not configured to use a real domain name recognized on the public Internet. There are a dozen different ways to make this happen. See &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt; for more information on this.&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;But then I changed the port to 25, it squirrelmail was able to send an email. But the emails are getting bounded saying "Host or domain name not found. Name service error for name=localhost type=AAAA: Host not found)". I am getting this while sending email to a local user.&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;The DNS has only forward lookup for this host. I don't know if not having reverse lookup in the DNS will affect the local mail delivery.&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;Reverse lookup will not effect local delivery of mail. If all you are trying to do is deliver mail to the local system you probably need go further.&lt;BR /&gt;&lt;BR /&gt;Your internal DNS structure is not complete.&lt;BR /&gt;&lt;BR /&gt;You need a complete DNS server with SOA, A records and such to properly process mail. You probably have such a server in your organization or perhaps you need to build one.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2008 08:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-squirrelmail-suse-10-u1/m-p/4257652#M33581</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-28T08:23:34Z</dc:date>
    </item>
  </channel>
</rss>

