<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux İpuçları &#187; qmail</title>
	<atom:link href="http://www.linuxipuclari.com/tag/qmail/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxipuclari.com</link>
	<description>Linux Hakkında Pratik İpuçları</description>
	<lastBuildDate>Sat, 24 Apr 2010 21:14:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Qmail’i, smtp 587. porttan çalışacak şekilde ayarlamak</title>
		<link>http://www.linuxipuclari.com/guvenlik/qmail%e2%80%99i-smtp-587-porttan-calisacak-sekilde-ayarlamak</link>
		<comments>http://www.linuxipuclari.com/guvenlik/qmail%e2%80%99i-smtp-587-porttan-calisacak-sekilde-ayarlamak#comments</comments>
		<pubDate>Mon, 03 Aug 2009 08:17:00 +0000</pubDate>
		<dc:creator>Mehmet Salih Yildirim</dc:creator>
				<category><![CDATA[Ağ]]></category>
		<category><![CDATA[Güvenlik]]></category>
		<category><![CDATA[Mail Sunucusu]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[587. port]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[submission port]]></category>

		<guid isPermaLink="false">http://www.linuxipuclari.com/?p=870</guid>
		<description><![CDATA[Ttnet&#8217;in spam sayısını düşürmek için yaptığı bir uygulama olan 25. porttan smtp mail göndermeyi engellemek aslında son yıllarda bir çok isp nin başvurduğu bir yöntem olmakla beraber sunucu tarafında bazı ayarlamalar gerektirmekte. Ben de kendi sunucumda mail gönderme sorunu yaşayınca yaptığım araştırmalar sonucu bulduğum en kolay çözümü paylaşmak istedim. 1. Yeni bir dosya oluşturup içeriğini [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Ttnet&#8217;in spam sayısını düşürmek için yaptığı bir uygulama olan 25. porttan smtp mail göndermeyi engellemek aslında son yıllarda bir çok isp nin başvurduğu bir yöntem olmakla beraber sunucu tarafında bazı ayarlamalar gerektirmekte. Ben de kendi sunucumda mail gönderme sorunu yaşayınca yaptığım araştırmalar sonucu bulduğum en kolay çözümü paylaşmak istedim.</p>
<p>1. Yeni bir dosya oluşturup içeriğini düzenleyelim.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>xinetd.d<span style="color: #000000; font-weight: bold;">/</span>smtp_additional</pre></div></div>

<p>Daha sonra içeriğini aşağıdaki gibi dolduralım.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">service smtp submission
<span style="color: #7a0874; font-weight: bold;">&#123;</span>
        socket_type     = stream
        protocol        = tcp
        <span style="color: #7a0874; font-weight: bold;">wait</span>            = no
        disable         = no
        user            = root
        instances       = UNLIMITED
        <span style="color: #c20cb9; font-weight: bold;">env</span>             = <span style="color: #007800;">SMTPAUTH</span>=<span style="color: #000000;">1</span>
        server          = <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>qmail<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>tcp-env
        server_args     = <span style="color: #660033;">-Rt0</span>  <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>qmail<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>relaylock <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>qmail<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>qmail-smtpd <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>qmail<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>smtp_auth <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>qmail<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">true</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>qmail<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>cmd5checkpw <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>qmail<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">true</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>

<p>Bundan sonra xinetd&#8217;yi yeniden başlatmak kalıyor.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">killall</span> <span style="color: #660033;">-HUP</span> xinetd</pre></div></div>

<p>Not: Client tarafında smtp portunu 587 olarak değiştirmeyi unutmayın.</p>
<p>Kolay Gelsin.
<p><strong style="color:#999;">Bu yazıyı beğendiyseniz, diğer yazılarımıza da <a href="http://www.linuxipuclari.com">Linuxipuclari.com</a> adresinden ulaşabilirsiniz.</strong></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxipuclari.com/guvenlik/qmail%e2%80%99i-smtp-587-porttan-calisacak-sekilde-ayarlamak/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

