<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux Postfix SMTP (Mail Server) SSL Certificate Installations and Configuration</title> <atom:link href="http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: pawan saini</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-174933</link> <dc:creator>pawan saini</dc:creator> <pubDate>Mon, 17 Oct 2011 16:41:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-174933</guid> <description>i am using postfix with SASL &amp; TLS. the issue is when i telnet postfix server on port 25 it shows the follwing output
220 pawansaini.com ESMTP Postfix
ehlo pawansaini.com
250-pawansaini.com
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
1) why doesnt it show AUTH parameters???
2) when i remove the TLS then it shows the AUTH parameter in EHLO???</description> <content:encoded><![CDATA[<p>i am using postfix with SASL &amp; TLS. the issue is when i telnet postfix server on port 25 it shows the follwing output</p><p>220 pawansaini.com ESMTP Postfix<br
/> ehlo pawansaini.com<br
/> 250-pawansaini.com<br
/> 250-PIPELINING<br
/> 250-SIZE 10240000<br
/> 250-ETRN<br
/> 250-STARTTLS<br
/> 250-ENHANCEDSTATUSCODES<br
/> 250-8BITMIME<br
/> 250 DSN</p><p>1) why doesnt it show AUTH parameters???<br
/> 2) when i remove the TLS then it shows the AUTH parameter in EHLO???</p> ]]></content:encoded> </item> <item><title>By: Nate</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-172308</link> <dc:creator>Nate</dc:creator> <pubDate>Wed, 06 Jul 2011 15:03:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-172308</guid> <description>Hi,
I have a question about securing the server-to-server communications with postfix.  What needs to be done to force the use of TLS enabled connections?</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have a question about securing the server-to-server communications with postfix.  What needs to be done to force the use of TLS enabled connections?</p> ]]></content:encoded> </item> <item><title>By: Leonardo</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-171845</link> <dc:creator>Leonardo</dc:creator> <pubDate>Fri, 10 Jun 2011 20:31:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-171845</guid> <description>Hi, the certificate used for postfix is the same used on the webserver or is it a specific certificate for this?</description> <content:encoded><![CDATA[<p>Hi, the certificate used for postfix is the same used on the webserver or is it a specific certificate for this?</p> ]]></content:encoded> </item> <item><title>By: Eranga Wasantha</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-148444</link> <dc:creator>Eranga Wasantha</dc:creator> <pubDate>Tue, 05 May 2009 07:59:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-148444</guid> <description>The error when testing the email is:
Send Test Email Message: The specified server was found, but there was no response from the server. Please verify that the port and SSL information is correct. To access these settings close this dialogue, then click More Settings on the Advanced tab.
Log Onto Incoming Mail Server (POP 3): The specified server was found, but there was no response from the server. Please verify that the port and SSL information is correct. To access these settings close this dialogue, then click More Settings on the Advanced tab.</description> <content:encoded><![CDATA[<p>The error when testing the email is:<br
/> Send Test Email Message: The specified server was found, but there was no response from the server. Please verify that the port and SSL information is correct. To access these settings close this dialogue, then click More Settings on the Advanced tab.</p><p>Log Onto Incoming Mail Server (POP 3): The specified server was found, but there was no response from the server. Please verify that the port and SSL information is correct. To access these settings close this dialogue, then click More Settings on the Advanced tab.</p> ]]></content:encoded> </item> <item><title>By: Juha Vehnia</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-146934</link> <dc:creator>Juha Vehnia</dc:creator> <pubDate>Tue, 27 Jan 2009 14:43:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-146934</guid> <description>In order to get this work you also must install Dovecot and enable SASL authentication server.
yum install dovecot
To enable authentication server, edit /etc/dovecot.conf and adding the following:
/some/where/dovecot.conf:
auth default {
mechanisms = plain login
passdb pam {
}
userdb passwd {
}
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
Finally restart dovecot IMAP server with the command:
/etc/init.d/dovecot restart</description> <content:encoded><![CDATA[<p>In order to get this work you also must install Dovecot and enable SASL authentication server.</p><p>yum install dovecot</p><p>To enable authentication server, edit /etc/dovecot.conf and adding the following:</p><p>/some/where/dovecot.conf:<br
/> auth default {<br
/> mechanisms = plain login<br
/> passdb pam {<br
/> }<br
/> userdb passwd {<br
/> }<br
/> socket listen {<br
/> client {<br
/> path = /var/spool/postfix/private/auth<br
/> mode = 0660<br
/> user = postfix<br
/> group = postfix<br
/> }<br
/> }<br
/> }</p><p>Finally restart dovecot IMAP server with the command:</p><p>/etc/init.d/dovecot restart</p> ]]></content:encoded> </item> <item><title>By: Teja</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140713</link> <dc:creator>Teja</dc:creator> <pubDate>Tue, 07 Aug 2007 10:38:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140713</guid> <description>hi ,
i have Redhat Linux Ent Ed. 4 and oracle Application Server 10g Release 2.
I created the key using following commands.
$ openssl genrsa -des3 -out vcb.key 1024
$ openssl req -new -key vcb.key -out vcb.csr
Now i got the certificate from the CA
Please guide me how can i install the SSL.
Regards,
teja
Abu Dhabi, UAE</description> <content:encoded><![CDATA[<p>hi ,<br
/> i have Redhat Linux Ent Ed. 4 and oracle Application Server 10g Release 2.<br
/> I created the key using following commands.<br
/> $ openssl genrsa -des3 -out vcb.key 1024<br
/> $ openssl req -new -key vcb.key -out vcb.csr</p><p>Now i got the certificate from the CA</p><p>Please guide me how can i install the SSL.<br
/> Regards,<br
/> teja<br
/> Abu Dhabi, UAE</p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140473</link> <dc:creator>vivek</dc:creator> <pubDate>Fri, 13 Jul 2007 09:47:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140473</guid> <description>Bok,
Thanks I&#039;ve old version, may be I will update tonight :)</description> <content:encoded><![CDATA[<p>Bok,</p><p>Thanks I&#8217;ve old version, may be I will update tonight :)</p> ]]></content:encoded> </item> <item><title>By: BOK</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140468</link> <dc:creator>BOK</dc:creator> <pubDate>Thu, 12 Jul 2007 21:53:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140468</guid> <description>One is the maillog saying:
&lt;code&gt; warning: TLS has been selected, but TLS support is not compiled in&lt;/code&gt;
Two is: wen using the above telnet-command to port 25 &quot;STARTTLS&quot; is missing.
FYI: FreeBSD is offering me the option to complile Postfix with TLS and SSL when running &quot;make config&quot;.</description> <content:encoded><![CDATA[<p>One is the maillog saying:<br
/> <code> warning: TLS has been selected, but TLS support is not compiled in</code><br
/> Two is: wen using the above telnet-command to port 25 &#8220;STARTTLS&#8221; is missing.<br
/> FYI: FreeBSD is offering me the option to complile Postfix with TLS and SSL when running &#8220;make config&#8221;.</p> ]]></content:encoded> </item> <item><title>By: Raj</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140465</link> <dc:creator>Raj</dc:creator> <pubDate>Thu, 12 Jul 2007 21:41:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140465</guid> <description>BOK says: &lt;em&gt;just compile in TLS.&lt;/em&gt;
How do I find out - my postfix is compiled with TLS? Any idea ????
TIA</description> <content:encoded><![CDATA[<p>BOK says: <em>just compile in TLS.</em></p><p>How do I find out &#8211; my postfix is compiled with TLS? Any idea ????</p><p>TIA</p> ]]></content:encoded> </item> <item><title>By: BOK</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140464</link> <dc:creator>BOK</dc:creator> <pubDate>Thu, 12 Jul 2007 21:40:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140464</guid> <description>Oops... add this information too, since I forgot to mention I use SASL through Dovecot IMAP/POP-server:
&lt;code&gt;smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth&lt;/code&gt;</description> <content:encoded><![CDATA[<p>Oops&#8230; add this information too, since I forgot to mention I use SASL through Dovecot IMAP/POP-server:<br
/> <code>smtpd_sasl_type = dovecot<br
/> smtpd_sasl_path = private/auth</code></p> ]]></content:encoded> </item> <item><title>By: BOK</title><link>http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140463</link> <dc:creator>BOK</dc:creator> <pubDate>Thu, 12 Jul 2007 21:28:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/postfix-smtp-ssl-certificate-csr-installation-guide.html#comment-140463</guid> <description>I was using Postfix with SASL before but it seems it&#039;s not needed anymore: just compile in TLS.
One this I get this warning on PF v2.4.3.1:
&lt;code&gt;warning: support for restriction &quot;check_relay_domains&quot; will be removed from Postfix; use &quot;reject_unauth_destination&quot; instead&lt;/code&gt;
so it&#039;s best to adapt that specific line, I guess...</description> <content:encoded><![CDATA[<p>I was using Postfix with SASL before but it seems it&#8217;s not needed anymore: just compile in TLS.<br
/> One this I get this warning on PF v2.4.3.1:</p><p><code>warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead</code></p><p>so it&#8217;s best to adapt that specific line, I guess&#8230;</p> ]]></content:encoded> </item> </channel> </rss>
