<?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>My Note. &#187; sendmail</title>
	<atom:link href="http://seer.lookns.com/?feed=rss2&#038;tag=sendmail" rel="self" type="application/rss+xml" />
	<link>http://seer.lookns.com</link>
	<description>다른 워드프레스 사이트</description>
	<lastBuildDate>Thu, 24 Nov 2011 07:00:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>sendmail</title>
		<link>http://seer.lookns.com/?p=130</link>
		<comments>http://seer.lookns.com/?p=130#comments</comments>
		<pubDate>Sun, 30 Oct 2011 01:59:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://seer.lookns.com/?p=130</guid>
		<description><![CDATA[메일 서버 구축 ( sendmail) &#160; 리눅스 배포판을 설치하면 대부분 기본으로 설치돼 있기 때문에 설치에 대해서는 따로 설명을 하지 않겠습니다. 1.sendmail 설치 배포판을 설치하면 기본적으로 sendmail은 설치돼 있습니다. 설정 파일은 /etc/mail/sendmail.cf 파일입니다. 2.sendmail 설정 기본적으로 설치돼 있는 설정파일을 사용해도 사용에는 아무런 문제가 없습니다. 설정 파일의 위치는 /etc/mail/sendmail.cf 입니다. 설정 파일에서 많이 사용되는 기본적인 것만 알아보도록 <a href='http://seer.lookns.com/?p=130'>[...]</a>]]></description>
			<content:encoded><![CDATA[<h3><a title="메일 서버 구축 ( sendmail)" name="824179">메일 서버 구축 ( sendmail)</a></h3>
<p>&nbsp;</p>
<div>리눅스 배포판을 설치하면 대부분 기본으로 설치돼 있기 때문에 설치에 대해서는 따로 설명을 하지<br />
않겠습니다.</p>
<p>1.sendmail 설치</p>
<p>배포판을 설치하면 기본적으로 sendmail은 설치돼 있습니다.<br />
설정 파일은 /etc/mail/sendmail.cf 파일입니다.</p>
<p>2.sendmail 설정</p>
<p>기본적으로 설치돼 있는 설정파일을 사용해도 사용에는 아무런 문제가 없습니다.<br />
설정 파일의 위치는 /etc/mail/sendmail.cf 입니다.<br />
설정 파일에서 많이 사용되는 기본적인 것만 알아보도록 하겠습니다.</p>
<p>Cwlocalhost<br />
# file containing names of hosts for which we receive email<br />
Fw/etc/mail/local-host-names</p>
<p>메일을 받아볼 도메인명을 적어두는 파일입니다. 이 파일에 적힌 도메인만 메일이 수신이 됩니다.</p>
<p># SMTP daemon options</p>
<p>O DaemonPortOptions=Port=smtp,Addr=0.0.0.0, Name=MTA<br />
처음 설치 후 Addr=127.0.0.1로 돼있는 걸 0.0.0.0으로 고쳐준다음 sendmail을 다시 재시작 시켜주어야 됩니다.</p>
<p># queue directory<br />
O QueueDirectory=/var/spool/mqueue</p>
<p>메일이 일시적으로 보관되는 디렉터리를 지정합니다.</p>
<p># maximum message size<br />
#O MaxMessageSize=0<br />
메일을 받을수 있는 크기를 지정합니다. 기본단위는 바이트입니다.<br />
# maximum number of recipients per SMTP envelope<br />
#O MaxRecipientsPerMessage=0<br />
메일을 보낼 때 참조인 수를 지정합니다. 지정하지 않을경우 시스템에 부하가 생길수 있으니 적당하게 조절합니다.</p>
<p>/etc/mail/access 파일에서는 RELAY를 허용할 호스트나 도메인, RELAY를 거절할 호스트를 지정합니다.</p>
<p>/etc/mail/virtusertable 파일에서는 버츄얼 유저를 정의하는 파일입니다.<br />
예를 들어 다른 도메인인데 webmaster라는 주소가 동일하게 있을 때<br />
webmaster@domainA 계정명<br />
webmaster@domainB 계정명</p>
<p>이런식으로 설정해 주면 됩니다.</p>
<p>기본적인 설정은 이정도면 사용하는데 아무지장이 없습니다.</p>
<p>3.sendmail의 시작과 종료</p>
<p>sendmail의 시작 : /etc/init.d/sendmail start<br />
sendmail의 종료 : /etc/init.d/sendmail stop</p>
<p>더 자세한 설정 내용은 sendmail 사이트나 관련서적을 참조하시기 바랍니다.<br />
<!--<br />
       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"<br />
		    xmlns:dc="http://purl.org/dc/elements/1.1/"<br />
		    xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"><br />
       <rdf:Description<br />
	        rdf:about="http://richlino.egloos.com/824179"<br />
	        dc:identifier="http://richlino.egloos.com/824179"<br />
	        dc:title="메일 서버 구축 ( sendmail)"<br />
	        trackback:ping="http://richlino.egloos.com/tb/824179"/><br />
       </rdf:RDF><br />
       &#8211;></p>
<div id="e4c_list">
<p>이 글과 관련있는 글을 자동검색한 결과입니다 <strong><a id="e4c_qmark" onclick="open_e4c_help(event);return false;" href="http://richlino.egloos.com/824179#">[?]</a></strong></p>
<p><img src="http://app.egloos.com/stat/st_e.php?e=3&amp;b=richlino&amp;s=824179" alt="" width="1" height="1" border="0" /></p>
<ul>
<li><a onclick="e4c_count('http://ausgang.egloos.com/728551');" href="http://ausgang.egloos.com/728551">Fedora 설치후 고려사항</a> by 눈사람</li>
<li><a onclick="e4c_count('http://sungdh86.egloos.com/2940169');" href="http://sungdh86.egloos.com/2940169">태터툴즈 설치과정[미완성]</a> by Ego君</li>
<li><a onclick="e4c_count('http://toracle.egloos.com/1482693');" href="http://toracle.egloos.com/1482693">태터툴즈 삽질기</a> by 정수</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://seer.lookns.com/?feed=rss2&#038;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
