<?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: SMTP Authentication (SMTP Auth) in Postfix</title>
	<atom:link href="http://www.linuxmail.info/smtp-authentication-postfix-centos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/</link>
	<description>Rapidly deploy Linux based mail solutions today</description>
	<lastBuildDate>Sat, 12 Sep 2009 22:40:43 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dC</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3877</link>
		<dc:creator>dC</dc:creator>
		<pubDate>Tue, 18 Aug 2009 22:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3877</guid>
		<description>somedomain.com was just an example, I didn&#039;t want to list my actual domain, which happens to be open relaying at the moment. :)

I know I can send to emails within my domain. However, this is sending to emails outside my domain (ie. gmail.com, hotmail.com etc)</description>
		<content:encoded><![CDATA[<p>somedomain.com was just an example, I didn&#8217;t want to list my actual domain, which happens to be open relaying at the moment. <img src='http://www.linuxmail.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I know I can send to emails within my domain. However, this is sending to emails outside my domain (ie. gmail.com, hotmail.com etc)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3876</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Tue, 18 Aug 2009 22:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3876</guid>
		<description>Hi dC,

Does somedomain.com belong to you? You can send to email addresses belonging to your domain without authentication. This is normal as it enables you to receive mail from the outside.</description>
		<content:encoded><![CDATA[<p>Hi dC,</p>
<p>Does somedomain.com belong to you? You can send to email addresses belonging to your domain without authentication. This is normal as it enables you to receive mail from the outside.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dC</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3874</link>
		<dc:creator>dC</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3874</guid>
		<description>Great Tutorial. One question though. 

When I telnet to my Posfix server on port 25 I&#039;m getting relay denied when trying to send to user@domain.local. Which is as stated. 

However, if i try and send to email@somedomain.com it will send out email without authentication.</description>
		<content:encoded><![CDATA[<p>Great Tutorial. One question though. </p>
<p>When I telnet to my Posfix server on port 25 I&#8217;m getting relay denied when trying to send to <a href="mailto:user@domain.local">user@domain.local</a>. Which is as stated. </p>
<p>However, if i try and send to <a href="mailto:email@somedomain.com">email@somedomain.com</a> it will send out email without authentication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zammhauer</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3748</link>
		<dc:creator>Zammhauer</dc:creator>
		<pubDate>Thu, 09 Jul 2009 07:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3748</guid>
		<description>Does anybody know how to configure postfix to get such messages:

550 5.7.0 From address is not one of your addresses.

I would like to check whether the &quot;mail from&quot; equals the email-adress given by the plain login (my usernames are like &quot;name@domain.tld&quot;) to prevent using a valid login for spamming.</description>
		<content:encoded><![CDATA[<p>Does anybody know how to configure postfix to get such messages:</p>
<p>550 5.7.0 From address is not one of your addresses.</p>
<p>I would like to check whether the &#8220;mail from&#8221; equals the email-adress given by the plain login (my usernames are like &#8220;name@domain.tld&#8221;) to prevent using a valid login for spamming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yenin</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3674</link>
		<dc:creator>Yenin</dc:creator>
		<pubDate>Wed, 20 May 2009 21:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3674</guid>
		<description>Hi,
I have problem.the Postfix log file show me the following messages in my maillog.log

&gt;postfix/smtpd[25031]:warning:smtpd_sasl_auth_enable is true, but SASL support is not compiled in

But i ejecut the follow command and i can see the sasl lib are correctly linked
/r/a/p/u/sbin&gt; ldd postfix
     libsasl2.so.2 =&gt; /usr/lib64/libsasl2.so.2 (0x000000381cb00000)
        libssl.so.4 =&gt; /lib64/libssl.so.4 (0x0000002a9557c000)
        libcrypto.so.4 =&gt; /lib64/libcrypto.so.4 (0x0000002a956b9000)
        libldap-2.2.so.7 =&gt; /usr/lib64/libldap-2.2.so.7 (0x0000002a958ea000)
        liblber-2.2.so.7 =&gt; /usr/lib64/liblber-2.2.so.7 (0x000000381cf00000)
        libpcre.so.0 =&gt; /lib64/libpcre.so.0 (0x0000003821300000)
        libdb-4.2.so =&gt; /lib64/tls/libdb-4.2.so (0x0000002a95a21000)
        libnsl.so.1 =&gt; /lib64/libnsl.so.1 (0x000000381eb00000)
        libresolv.so.2 =&gt; /lib64/libresolv.so.2 (0x000000381d700000)
        libc.so.6 =&gt; /lib64/tls/libc.so.6 (0x000000381c600000)
        libdl.so.2 =&gt; /lib64/libdl.so.2 (0x000000381c900000)
        libcrypt.so.1 =&gt; /lib64/libcrypt.so.1 (0x000000381dd00000)
        libgssapi_krb5.so.2 =&gt; /usr/lib64/libgssapi_krb5.so.2
(0x0000003821d00000)
        libkrb5.so.3 =&gt; /usr/lib64/libkrb5.so.3 (0x0000003820f00000)
        libcom_err.so.2 =&gt; /lib64/libcom_err.so.2 (0x0000003820700000)
        libk5crypto.so.3 =&gt; /usr/lib64/libk5crypto.so.3 (0x0000003821100000)
        libz.so.1 =&gt; /reduc/lib/libz.so.1 (0x0000002a95c02000)
        libpthread.so.0 =&gt; /lib64/tls/libpthread.so.0 (0x000000381cd00000)
        /lib64/ld-linux-x86-64.so.2 (0x000000381c400000)

	
someone has an idea how can I solve this?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have problem.the Postfix log file show me the following messages in my maillog.log</p>
<p>&gt;postfix/smtpd[25031]:warning:smtpd_sasl_auth_enable is true, but SASL support is not compiled in</p>
<p>But i ejecut the follow command and i can see the sasl lib are correctly linked<br />
/r/a/p/u/sbin&gt; ldd postfix<br />
     libsasl2.so.2 =&gt; /usr/lib64/libsasl2.so.2 (0&#215;000000381cb00000)<br />
        libssl.so.4 =&gt; /lib64/libssl.so.4 (0&#215;0000002a9557c000)<br />
        libcrypto.so.4 =&gt; /lib64/libcrypto.so.4 (0&#215;0000002a956b9000)<br />
        libldap-2.2.so.7 =&gt; /usr/lib64/libldap-2.2.so.7 (0&#215;0000002a958ea000)<br />
        liblber-2.2.so.7 =&gt; /usr/lib64/liblber-2.2.so.7 (0&#215;000000381cf00000)<br />
        libpcre.so.0 =&gt; /lib64/libpcre.so.0 (0&#215;0000003821300000)<br />
        libdb-4.2.so =&gt; /lib64/tls/libdb-4.2.so (0&#215;0000002a95a21000)<br />
        libnsl.so.1 =&gt; /lib64/libnsl.so.1 (0&#215;000000381eb00000)<br />
        libresolv.so.2 =&gt; /lib64/libresolv.so.2 (0&#215;000000381d700000)<br />
        libc.so.6 =&gt; /lib64/tls/libc.so.6 (0&#215;000000381c600000)<br />
        libdl.so.2 =&gt; /lib64/libdl.so.2 (0&#215;000000381c900000)<br />
        libcrypt.so.1 =&gt; /lib64/libcrypt.so.1 (0&#215;000000381dd00000)<br />
        libgssapi_krb5.so.2 =&gt; /usr/lib64/libgssapi_krb5.so.2<br />
(0&#215;0000003821d00000)<br />
        libkrb5.so.3 =&gt; /usr/lib64/libkrb5.so.3 (0&#215;0000003820f00000)<br />
        libcom_err.so.2 =&gt; /lib64/libcom_err.so.2 (0&#215;0000003820700000)<br />
        libk5crypto.so.3 =&gt; /usr/lib64/libk5crypto.so.3 (0&#215;0000003821100000)<br />
        libz.so.1 =&gt; /reduc/lib/libz.so.1 (0&#215;0000002a95c02000)<br />
        libpthread.so.0 =&gt; /lib64/tls/libpthread.so.0 (0&#215;000000381cd00000)<br />
        /lib64/ld-linux-x86-64.so.2 (0&#215;000000381c400000)</p>
<p>someone has an idea how can I solve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3408</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Wed, 28 Jan 2009 20:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3408</guid>
		<description>nevermind my posts, dont know what I did but got everything working.</description>
		<content:encoded><![CDATA[<p>nevermind my posts, dont know what I did but got everything working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3400</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Mon, 26 Jan 2009 04:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3400</guid>
		<description>In addition to my previous post, I&#039;m just really wanting people to be able to send me emails to accounts on my mail server, but I dont want people to be able to connect through telnet to my server without authentication, due to my server being used to send out immense amounts of spam through telnet connections in a previous instance.</description>
		<content:encoded><![CDATA[<p>In addition to my previous post, I&#8217;m just really wanting people to be able to send me emails to accounts on my mail server, but I dont want people to be able to connect through telnet to my server without authentication, due to my server being used to send out immense amounts of spam through telnet connections in a previous instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3399</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Mon, 26 Jan 2009 02:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3399</guid>
		<description>Hi there, I did all this, and have the authentication running perfectly. The only thing is, I cant receive emails. When I send an email to an adress on my mail server from my gmail account, it bounces back saying &quot;Relay access denied&quot; (state 14)</description>
		<content:encoded><![CDATA[<p>Hi there, I did all this, and have the authentication running perfectly. The only thing is, I cant receive emails. When I send an email to an adress on my mail server from my gmail account, it bounces back saying &#8220;Relay access denied&#8221; (state 14)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: consultant</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3369</link>
		<dc:creator>consultant</dc:creator>
		<pubDate>Thu, 08 Jan 2009 23:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3369</guid>
		<description>Hi Ramesh,

Command should be

perl -MMIME::Base64 -e &#039;print encode_base64(&quot;\000username\000password&quot;)&#039;

If username is an email address, add a slash in front of @

test\@domain.com</description>
		<content:encoded><![CDATA[<p>Hi Ramesh,</p>
<p>Command should be</p>
<p>perl -MMIME::Base64 -e &#8216;print encode_base64(&#8220;\000username\000password&#8221;)&#8217;</p>
<p>If username is an email address, add a slash in front of @</p>
<p>test\@domain.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://www.linuxmail.info/smtp-authentication-postfix-centos-5/#comment-3367</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Thu, 08 Jan 2009 14:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mail.info/smtp-authentication-postfix-centos-5/#comment-3367</guid>
		<description>Please let me know the command to create base64 encode user and passwd.

i am trying with following, which is not working, the one created using in this web site works fine.
perl -MMIME::Base64 -e &#039;print encode_base64(&quot;rameshkunal_123&quot;);

Regards,
Ramesh.</description>
		<content:encoded><![CDATA[<p>Please let me know the command to create base64 encode user and passwd.</p>
<p>i am trying with following, which is not working, the one created using in this web site works fine.<br />
perl -MMIME::Base64 -e &#8216;print encode_base64(&#8220;rameshkunal_123&#8243;);</p>
<p>Regards,<br />
Ramesh.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
