<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>AI 세상 ?</title>
    <link>https://aiera.tistory.com/</link>
    <description>리눅스부터 인공지능까지 하나씩 해 보고 과정을 정리하자.</description>
    <language>ko</language>
    <pubDate>Fri, 15 May 2026 08:43:18 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>phpdoumi</managingEditor>
    <image>
      <title>AI 세상 ?</title>
      <url>https://tistory1.daumcdn.net/tistory/2053563/attach/4fe5ddc90b034d2d98eb1f37248c7426</url>
      <link>https://aiera.tistory.com</link>
    </image>
    <item>
      <title>Multipath에서 /dev/dm-x 와 /dev/mpath/mpathN과 /dev/mapper/mpathN은 각각 무엇인가?</title>
      <link>https://aiera.tistory.com/507</link>
      <description>&lt;p&gt;[원본]&amp;nbsp;&lt;a href=&quot;http://m.cafe.daum.net/redhat/DK8U/62?listURI=%2Fredhat%2FDK8U&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;http://m.cafe.daum.net/redhat/DK8U/62?listURI=%2Fredhat%2FDK8U&lt;/a&gt;&lt;/p&gt;
&lt;figure id=&quot;og_1561509674574&quot; contenteditable=&quot;false&quot; data-ke-type=&quot;opengraph&quot;&gt;&lt;a href=&quot;http://m.cafe.daum.net/redhat/DK8U/62?listURI=%2Fredhat%2FDK8U&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; data-original-url=&quot;http://m.cafe.daum.net/redhat/DK8U/62?listURI=%2Fredhat%2FDK8U&quot;&gt;
&lt;div class=&quot;og-image&quot; style=&quot;background-image: url('https://scrap.kakaocdn.net/dn/n5zXt/hyBKKTQl5H/XVJlcAeYxTT7OkOlRnMxA0/img.png?width=1200&amp;amp;height=628&amp;amp;face=0_0_1200_628');&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;og-text&quot;&gt;
&lt;p class=&quot;og-title&quot;&gt;Multipath에서 /dev/dm-x 와 /dev/mpath/mpathN과 /dev/mapper/mpathN은 각각 무엇인가?&lt;/p&gt;
&lt;p class=&quot;og-desc&quot;&gt;Release Found:Red Hat Enterprise Linux 4 and 5 When devices are brought under the control ofdevice-mapper-multipaththe new multipathed devices can be seen in three different places under th&lt;/p&gt;
&lt;p class=&quot;og-host&quot;&gt;m.cafe.daum.net&lt;/p&gt;
&lt;/div&gt;
&lt;/a&gt;&lt;/figure&gt;
&lt;pre id=&quot;code_1583112469876&quot; class=&quot;html xml&quot; data-ke-language=&quot;html&quot; data-ke-type=&quot;codeblock&quot;&gt;&lt;code&gt;When devices are brought under the control of device-mapper-multipath the new multipathed devices can be seen in three different places under the /dev directory: /dev/dm-N, /dev/mapper/mpathN and /dev/mpath/mpathN. 

The /dev/dm-N devices are internal to device mapper and should never be used. These devices are not persistent. Starting with Red Hat Enterprise Linux 5, these devices are no longer created by udev. 

The /dev/mpath/mpathN devices are provided so that all the multipathed devices can be seen in one place. However, these device nodes may not be created on boot before the system needs to access them. Therefore they should not be used for creating logical volumes or filesystems. 

The /dev/mapper/mpathN devices are persistent and they are created early in the boot process. Therefore these are the device names that should be used to access the multipathed devices. &lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;장치가 device-mapper-multipath의 제어하에 놓이면 새로운 다중 경로 장치는 /dev 디렉토리 아래의 /dev/dm-N, /dev/mapper/mpathN 및 /dev/mpath/mpathN에서 볼 수 있습니다. . &lt;br /&gt;&lt;br /&gt;/dev/dm-N&amp;nbsp;장치는&amp;nbsp;장치&amp;nbsp;매퍼에&amp;nbsp;내장되어&amp;nbsp;있으므로&amp;nbsp;절대로&amp;nbsp;사용해서는&amp;nbsp;안됩니다.&amp;nbsp;이러한&amp;nbsp;장치는&amp;nbsp;영구적이지&amp;nbsp;않습니다.&amp;nbsp;Red&amp;nbsp;Hat&amp;nbsp;Enterprise&amp;nbsp;Linux&amp;nbsp;5부터는&amp;nbsp;이러한&amp;nbsp;장치가&amp;nbsp;더&amp;nbsp;이상&amp;nbsp;udev에&amp;nbsp;의해&amp;nbsp;생성되지&amp;nbsp;않습니다. &lt;br /&gt;&lt;br /&gt;/dev/mpath/mpathN&amp;nbsp;장치는&amp;nbsp;모든&amp;nbsp;다중&amp;nbsp;경로&amp;nbsp;장치를&amp;nbsp;한&amp;nbsp;곳에서&amp;nbsp;볼&amp;nbsp;수&amp;nbsp;있도록&amp;nbsp;제공됩니다.&amp;nbsp;그러나&amp;nbsp;시스템&amp;nbsp;노드가&amp;nbsp;액세스해야만&amp;nbsp;부팅되기&amp;nbsp;전에&amp;nbsp;이러한&amp;nbsp;장치&amp;nbsp;노드가&amp;nbsp;만들어지지&amp;nbsp;않을&amp;nbsp;수&amp;nbsp;있습니다.&amp;nbsp;따라서&amp;nbsp;논리&amp;nbsp;볼륨이나&amp;nbsp;파일&amp;nbsp;시스템을&amp;nbsp;만드는&amp;nbsp;데&amp;nbsp;사용해서는&amp;nbsp;안됩니다. &lt;br /&gt;&lt;br /&gt;/dev/mapper/mpathN&amp;nbsp;장치는&amp;nbsp;영구적이며&amp;nbsp;부팅&amp;nbsp;프로세스&amp;nbsp;초기에&amp;nbsp;만들어집니다.&amp;nbsp;따라서&amp;nbsp;다중&amp;nbsp;경로&amp;nbsp;장치에&amp;nbsp;액세스&amp;nbsp;할&amp;nbsp;때&amp;nbsp;사용해야 하는&amp;nbsp;장치&amp;nbsp;이름입니다.&lt;/p&gt;</description>
      <category>Linux</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/507</guid>
      <comments>https://aiera.tistory.com/507#entry507comment</comments>
      <pubDate>Wed, 26 Jun 2019 09:20:03 +0900</pubDate>
    </item>
    <item>
      <title>현상유지라는 단어는 세상에 존재할 수 없다</title>
      <link>https://aiera.tistory.com/503</link>
      <description>&lt;p&gt;현상유지라는 단어는 세상에 존재할 수 없다&amp;nbsp;&lt;/p&gt;&lt;p&gt;개선의 반대 행동은 과거의 성공에 안주하거나 퇴보하고,&lt;/p&gt;&lt;p&gt;악화되어 불필요한 존재가 되는 것이다.&lt;/p&gt;&lt;p&gt;급변하는 세계에서는 의식적으로 개선하고자 노력하지 않으면&lt;/p&gt;&lt;p&gt;현상 유지는 고사하고 퇴보를 면치 못한다.&lt;/p&gt;&lt;p&gt;주변 사람이 빠르게 전진하기 때문에&lt;/p&gt;&lt;p&gt;점차 불필요한 존재로 전락하고 마는 것이다.&lt;/p&gt;&lt;p&gt;- 스티븐 M. R. 코비, ‘신뢰의 속도’에서&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;“경영자가 현상유지만 하자고 하면 그 자리에서 끝이다”&lt;/p&gt;&lt;p&gt;유니클로 야나이 다다시 회장의 말입니다.&lt;/p&gt;&lt;p&gt;“지키려고 하는 순간 몰락이 시작된다.&lt;/p&gt;&lt;p&gt;현상 유지에 몰두하는 것이 실패하는 기업의 가장 큰 특징이다.”&lt;/p&gt;&lt;p&gt;짐 해리스의 주장도 궤를 같이 합니다.&amp;nbsp;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>행복한경영이야기</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/503</guid>
      <comments>https://aiera.tistory.com/503#entry503comment</comments>
      <pubDate>Thu, 18 Oct 2018 16:50:13 +0900</pubDate>
    </item>
    <item>
      <title>리전이란</title>
      <link>https://aiera.tistory.com/500</link>
      <description>&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;리전이란 클라우드 서비스를 안정적으로 제공하기 위해 설치하는 여러(보통 2~3개) 데이터센터의 묶음이다. 특정 리전을 선택하고 사용자와 기업이 서비스와 데이터를 업로드하면 해당 리전에 속해있는 데이터센터에 데이터가 동시에 올라간다. 한 데이터센터는 서비스 제공용이고, 다른 하나는 만일의 사태에 대비하기 위한 백업용이다. 각각의 데이터센터는 서로 물리적으로 분리되어 있기 때문에 한 데이터센터에서 문제가 발생하더라도 다른 데이터센터는 정상 가동된다. 때문에 클라우드에 올린 데이터가 유실될 우려가 없고, 각종 인터넷 서비스를 안정적으로 제공하거나 제공받을 수 있다. 이러한 장점 때문에 리전은 클라우드 서비스의 필수 요소로 평가받고 있다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;원문 소스 :&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://it.donga.com/24254/&quot; target=&quot;_blank&quot; class=&quot;tx-link&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;http://it.donga.com/24254/&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <category>Trend 기술</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/500</guid>
      <comments>https://aiera.tistory.com/500#entry500comment</comments>
      <pubDate>Tue, 16 Oct 2018 14:26:28 +0900</pubDate>
    </item>
    <item>
      <title>오늘도 살아있음에 감사한다</title>
      <link>https://aiera.tistory.com/497</link>
      <description>&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;오늘도 살아있음에 감사한다&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;나는 매일 아침 눈을 뜨며 이렇게 묵상한다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;“눈이 보인다. 귀가 즐겁다. 몸이 움직인다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;기분도 괜찮다. 고맙다. 인생은 참 아름답다.”&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;- 쥘 르나르 (홍당무로 유명한 프랑스 소설가)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;이시형 박사는 매일 발을 주무르면서 다음과 같이 묵상한다고 합니다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;“수고했다, 고맙다, 조심할게, 잘 부탁해”&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;인생은 참 아름답습니다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;매일 아침 살아 있음에 감사하고, 탈 없이 하루를 시작함에&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;;&quot;&gt;감사할 줄 안다면 행복과 성공은 저절로 따라옵니다.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>행복한경영이야기</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/497</guid>
      <comments>https://aiera.tistory.com/497#entry497comment</comments>
      <pubDate>Mon, 15 Oct 2018 09:34:29 +0900</pubDate>
    </item>
    <item>
      <title>의견 충돌은 위협이 아니라 배우는 기회다</title>
      <link>https://aiera.tistory.com/478</link>
      <description>&lt;p&gt;의견 충돌은 위협이 아니라 배우는 기회다&amp;nbsp;&lt;/p&gt;&lt;p&gt;서로 의견이 충돌할 때 화를 내는 것은 의미가 없다.&lt;/p&gt;&lt;p&gt;의견 충돌은 위협이 아니라 배우는 기회다.&lt;/p&gt;&lt;p&gt;승자는 무엇인가를 배운 후 생각을 바꾼 사람이다.&lt;/p&gt;&lt;p&gt;의견 충돌은 아직 개발되지 않은 잠재력의 거대한 원천이 된다.&lt;/p&gt;&lt;p&gt;- 레이 달리오, ‘원칙’에서&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;‘승자는 무엇인가를 배운 후 생각을 바꾼 사람이다.’ 멋진 생각입니다.&lt;/p&gt;&lt;p&gt;결국 의견 충돌에서 패한 후 자기 생각을 바꿀 줄 아는 사람이&lt;/p&gt;&lt;p&gt;진정한 승자라는 의미입니다.&lt;/p&gt;&lt;p&gt;사람들은 본능적으로 반대하는 말을 꺼내기도, 듣기도 싫어합니다.&lt;/p&gt;&lt;p&gt;논쟁에서 패하는 것이 승자가 되는 길이라 생각한다면&lt;/p&gt;&lt;p&gt;의견 충돌을 두려움이 아닌 배움의 기회로 생각해 즐길 수 있습니다.&amp;nbsp;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>행복한경영이야기</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/478</guid>
      <comments>https://aiera.tistory.com/478#entry478comment</comments>
      <pubDate>Thu, 13 Sep 2018 16:05:27 +0900</pubDate>
    </item>
    <item>
      <title>맞춤화하여 인정하라</title>
      <link>https://aiera.tistory.com/477</link>
      <description>&lt;p&gt;맞춤화하여 인정하라&amp;nbsp;&lt;/p&gt;&lt;p&gt;누구에게나 똑같이 적용되는 인정 방식은 진심 없이&lt;/p&gt;&lt;p&gt;마지못해 하는 것 같고, 사려 깊지 못하다는 느낌을 준다.&lt;/p&gt;&lt;p&gt;누군가를 특별한 방식으로 인정할 수 없다면&lt;/p&gt;&lt;p&gt;당신은 그 사람에게 관심을 쏟지 않는 것이다.&lt;/p&gt;&lt;p&gt;사람들은 가장 의미 있는 인정에 대하여 하나같이&lt;/p&gt;&lt;p&gt;개인별로 다르게 해주는 것이라고 말한다.&lt;/p&gt;&lt;p&gt;- 제임스 쿠제스, ‘리더십 챌린지’에서&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;사람들은 인정에 목말라 합니다.&lt;/p&gt;&lt;p&gt;그러나 진정성 없이 누구에게나 똑같이 행해지는&lt;/p&gt;&lt;p&gt;인정은 오히려 독이 되기도 합니다.&lt;/p&gt;&lt;p&gt;인정하는 방식은 개인별로 달라야 하며,&lt;/p&gt;&lt;p&gt;정확하고, 눈에 보이는 것이어야 합니다.&lt;/p&gt;&lt;p&gt;구성원 개인 개인에게 관심과 애정을 갖고 다가가야만&lt;/p&gt;&lt;p&gt;맞춤형 인정이 가능해집니다.&amp;nbsp;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>행복한경영이야기</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/477</guid>
      <comments>https://aiera.tistory.com/477#entry477comment</comments>
      <pubDate>Thu, 13 Sep 2018 16:04:59 +0900</pubDate>
    </item>
    <item>
      <title>걱정하면 걱정할 필요가 없다</title>
      <link>https://aiera.tistory.com/476</link>
      <description>&lt;p&gt;걱정하면 걱정할 필요가 없다&amp;nbsp;&lt;/p&gt;&lt;p&gt;걱정하지 않으면 걱정해야 한다.&lt;/p&gt;&lt;p&gt;걱정하면 걱정할 필요가 없다.&lt;/p&gt;&lt;p&gt;어떤 것이 잘못될까 봐 걱정하는 것은 당신을 보호해주고,&lt;/p&gt;&lt;p&gt;걱정하지 않으면 문제에 노출되기 때문이다.&lt;/p&gt;&lt;p&gt;- 레이 달리오, ‘원칙’에서&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;리더는 걱정하는 사람입니다. 미리 미리 걱정하고&lt;/p&gt;&lt;p&gt;미리 미리 대책을 세우는 일, 그것이 리더의 일입니다.&lt;/p&gt;&lt;p&gt;모든 리더들은 ‘근심할 일은 먼저 근심하고 즐길 일은 남보다 나중에 즐긴다는&lt;/p&gt;&lt;p&gt;선우후락(先憂後樂)’의 지혜를 실천할 수 있어야 합니다.&amp;nbsp;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>행복한경영이야기</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/476</guid>
      <comments>https://aiera.tistory.com/476#entry476comment</comments>
      <pubDate>Thu, 13 Sep 2018 16:02:37 +0900</pubDate>
    </item>
    <item>
      <title>오픈소스를 활용함에 있어 어떻게 최악의 상황을 피할 수 있을까?</title>
      <link>https://aiera.tistory.com/475</link>
      <description>&lt;p&gt;그렇다면, 사용자들은 오픈소스를 활용함에 있어 어떻게 최악의 상황을 피할 수 있을까?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;답은 어렵지 않다. 탄틀레프는 “간단하다. 오픈소스를 다른 소프트웨어들과 동등하게 다룬다면, 기업들은 그 가치를 최대한 이용할 수 있다”라고 말했다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그는 “시작은 소스에 대한 이해에서부터다. 소프트웨어가 어디에서, 즉 믿을만한 소스에서 오는지를 검증하는 것이 중요하다. 믿을만한 소스들을 파악하는 것만으로도 소프트웨어 조달은 한결 용이해질 것이다”라고 설명했다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;하지만 소스에 대한 검증 이후에도 소프트웨어 자체에 대한 적절한 통제 프로세스와 프로그램을 적용하기 이전에는 배치에 주의해야 한다고 탄틀레프는 덧붙였다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그는 “마지막으로, 환경 내부의 소프트웨어들을 관리하고 모니터링 할 프로그램 역시 필요하다. 취약성 발생은 없는지, 새로 배포된 패치는 없는지, 그리고 무엇보다, 필요한 모든 패치들이 제대로 설치되어 있는지를 언제나 확인해야 한다”라고 강조했다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;원문보기:&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.ciokorea.com/news/25596?page=0,1#csidx9bdc20998068c53927ae81a8d6fa006&quot; target=&quot;_blank&quot; class=&quot;tx-link&quot;&gt;http://www.ciokorea.com/news/25596?page=0,1#csidx9bdc20998068c53927ae81a8d6fa006&amp;nbsp;&lt;/a&gt;&lt;/p&gt;</description>
      <category>Linux/Open Source</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/475</guid>
      <comments>https://aiera.tistory.com/475#entry475comment</comments>
      <pubDate>Tue, 28 Aug 2018 16:34:28 +0900</pubDate>
    </item>
    <item>
      <title>Yona H2 설치</title>
      <link>https://aiera.tistory.com/474</link>
      <description>&lt;p&gt;Yona h2 버전 설치 후&lt;/p&gt;&lt;p&gt;export YONA_DATA=필요한 Directory&lt;/p&gt;&lt;p&gt;bin/yona &amp;amp;&lt;/p&gt;&lt;p&gt;로 실행하면 DATA Directory에 데이터가 저장된다.&lt;/p&gt;&lt;p&gt;대규모가 아니라면 괜찮음..&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Development/개발 환경 구축</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/474</guid>
      <comments>https://aiera.tistory.com/474#entry474comment</comments>
      <pubDate>Mon, 20 Aug 2018 08:05:54 +0900</pubDate>
    </item>
    <item>
      <title>postfix gmail smtp setup</title>
      <link>https://aiera.tistory.com/473</link>
      <description>&lt;p&gt;&lt;a href=&quot;http://openbee.kr/435&quot; target=&quot;_blank&quot; class=&quot;tx-link&quot;&gt;http://openbee.kr/435&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div id=&quot;head&quot; style=&quot;box-sizing: border-box; position: relative; padding-top: 100px; width: 1836.97px; text-align: center; font-family: &amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;; font-size: 14px;&quot;&gt;&lt;h2 style=&quot;display: inline-block; margin: 0px 0px 50px; padding: 0px 5px 3px; font-size: 20px; font-weight: 400; color: rgb(68, 68, 68); line-height: 40px; border-bottom: 1px dashed rgb(221, 221, 221); text-shadow: rgb(222, 222, 222) 1px 1px; word-break: break-word;&quot;&gt;&lt;a href=&quot;http://openbee.kr/435&quot; style=&quot;color: rgb(68, 68, 68); transition: all 0.3s ease 0s;&quot;&gt;Postfix with Gmail SMTP on Ubuntu&lt;/a&gt;&lt;/h2&gt;&lt;div class=&quot;date&quot; style=&quot;box-sizing: border-box; position: absolute; bottom: -44px; left: -10px; padding: 10px; font-size: 13px; color: rgb(255, 255, 255); background-color: rgb(85, 85, 85); cursor: default;&quot;&gt;2018.04.01 11:19&lt;/div&gt;&lt;/div&gt;&lt;div id=&quot;body&quot; class=&quot;entry&quot; style=&quot;box-sizing: border-box; font-size: 15px; padding: 20px 15px 18px; border: 1px solid rgb(221, 221, 221); line-height: 27px; word-break: break-all; font-family: &amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;;&quot;&gt;&lt;div class=&quot;tag_label&quot; style=&quot;box-sizing: border-box; padding: 0px 0px 10px 70px; min-height: 31px; line-height: 15px; text-align: right; word-break: break-word;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 0px;&quot;&gt;&lt;a href=&quot;http://openbee.kr/tag/postfix&quot; rel=&quot;tag&quot; style=&quot;color: rgb(119, 119, 119); transition: all 0.3s ease 0s; margin: 0px 0px 0px 10px; font-size: 13px;&quot;&gt;postfix&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://openbee.kr/tag/SMTP&quot; rel=&quot;tag&quot; style=&quot;color: rgb(119, 119, 119); transition: all 0.3s ease 0s; margin: 0px 0px 0px 10px; font-size: 13px;&quot;&gt;SMTP&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://openbee.kr/tag/%EB%A6%AC%EB%88%85%EC%8A%A4&quot; rel=&quot;tag&quot; style=&quot;color: rgb(119, 119, 119); transition: all 0.3s ease 0s; margin: 0px 0px 0px 10px; font-size: 13px;&quot;&gt;리눅스&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://openbee.kr/tag/%EC%98%A4%ED%94%88%EC%86%8C%EC%8A%A4&quot; rel=&quot;tag&quot; style=&quot;color: rgb(119, 119, 119); transition: all 0.3s ease 0s; margin: 0px 0px 0px 10px; font-size: 13px;&quot;&gt;오픈소스&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://openbee.kr/tag/%EC%9A%B0%EB%B6%84%ED%88%AC&quot; rel=&quot;tag&quot; style=&quot;color: rgb(119, 119, 119); transition: all 0.3s ease 0s; margin: 0px 0px 0px 10px; font-size: 13px;&quot;&gt;우분투&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://openbee.kr/tag/%EC%9D%B4%EB%A9%94%EC%9D%BC&quot; rel=&quot;tag&quot; style=&quot;color: rgb(119, 119, 119); transition: all 0.3s ease 0s; margin: 0px 0px 0px 10px; font-size: 13px;&quot;&gt;이메일&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://openbee.kr/tag/%EC%A7%80%EB%A9%94%EC%9D%BCsmtp&quot; rel=&quot;tag&quot; style=&quot;color: rgb(119, 119, 119); transition: all 0.3s ease 0s; margin: 0px 0px 0px 10px; font-size: 13px;&quot;&gt;지메일smtp&lt;/a&gt;&lt;/span&gt;&lt;div class=&quot;clear&quot; style=&quot;box-sizing: border-box; clear: both; width: 1734.97px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;article&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;p&gt;서비스를 운영하다보면 서버에서 이메일을 발송할 일이 있을때 여러가지 이유로(보안상 계정 관리, 발송한 메일을 확인 등)&amp;nbsp;지메일 계정으로 쓰고 싶은 경우가 종종 있습니다. 지메일은 메일사본을 보관해주고 웹인터페이스를 제공하기 때문에 저는 중요한 고객서비스를 제공할때 자주 사용하고 있습니다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;이번에 신규서버에 설정할 일이 생겨서 설정 과정을 공유합니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이번에 제가 테스트한 환경은 Linux Mint 18.3 입니다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;하모니카 커뮤니티 에디션, Linux Mint 18.3, Ubuntu 16.04 등은 모두 동일한 방법을 사용해서 적용하시면 됩니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;패키지 설치&lt;/h2&gt;&lt;p&gt;필요한 모든 패키지 설치는 다음과 같이 실행합니다.&lt;/p&gt;&lt;p&gt;&lt;b&gt;sudo apt-get install postfix mailutils libsasl2-2 ca-certificates libsasl2-modules&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;처음 설치하시는 경우 postfix 설정 도우미가 어떤 용도로 사용할지 물어보게 됩니다. 이때&amp;nbsp;&lt;b&gt;Internet Site&lt;/b&gt;&amp;nbsp;를 선택하세요.&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing: border-box; height: auto; max-width: 100%; display: inline-block; width: 439px;&quot;&gt;&lt;img srcset=&quot;//img1.daumcdn.net/thumb/R1920x0/?fname=http%3A%2F%2Fcfile28.uf.tistory.com%2Fimage%2F9953AF375AC040563869B9 1920w, //img1.daumcdn.net/thumb/R960x0/?fname=http%3A%2F%2Fcfile28.uf.tistory.com%2Fimage%2F9953AF375AC040563869B9 960w, //img1.daumcdn.net/thumb/R720x0/?fname=http%3A%2F%2Fcfile28.uf.tistory.com%2Fimage%2F9953AF375AC040563869B9 720w, //img1.daumcdn.net/thumb/R640x0.q70/?fname=http%3A%2F%2Fcfile28.uf.tistory.com%2Fimage%2F9953AF375AC040563869B9 640w, //img1.daumcdn.net/thumb/R480x0.q70/?fname=http%3A%2F%2Fcfile28.uf.tistory.com%2Fimage%2F9953AF375AC040563869B9 480w&quot; src=&quot;https://t1.daumcdn.net/cfile/tistory/9953AF375AC0405638&quot; width=&quot;439&quot; height=&quot;301&quot; filename=&quot;postfix.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;border: 0px; max-width: 100%; height: auto; vertical-align: middle;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;postfix 환경설정&lt;/h2&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;postfix 설정파일 편집&lt;/h3&gt;&lt;p&gt;sudo vi /etc/postfix/main.cf 명령으로 설정파일을 편집합니다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;항상 편집을 시도하기 전에 원본을 복사해서 보관해두는 것을 잊지마세요.&lt;/p&gt;&lt;p&gt;파일의 내용은 아래내용을 그대로 사용합니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;# gmail smtp setting&lt;/p&gt;&lt;p&gt;relayhost = [smtp.gmail.com]:587&lt;/p&gt;&lt;p&gt;smtp_sasl_auth_enable = yes&lt;/p&gt;&lt;p&gt;smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd&lt;/p&gt;&lt;p&gt;smtp_sasl_security_options = noanonymous&lt;/p&gt;&lt;p&gt;smtp_tls_CAfile = /etc/postfix/cacert.pem&lt;/p&gt;&lt;p&gt;smtp_use_tls = yes&lt;/p&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;계정정보 파일 생성&lt;/h3&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;sudo vi /etc/postfix/sasl_passwd 명령으로 계정정보 파일을 생성하고 아래의 붉은색부분을 자신의 지메일 계정 정보로 적습니다.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;[smtp.gmail.com]:587&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;USERNAME&lt;/span&gt;@gmail.com:&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;PASSWORD&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;postfix 에서 사용할 수 있는 db파일로&amp;nbsp;변환&lt;/h3&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;다음의 명령으로 계정정보 파일을 루트만 접근하도록 변경하고 postfix에서 사용하는 파일형태로 변환해 줍니다.&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;sudo chmod 400 /etc/postfix/sasl_passwd&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;sudo postmap /etc/postfix/sasl_passwd&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;CAfile 생성&lt;/h3&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;환경설정에서 정의해준 CA파일을 다음과 같이 생성해 줍니다.&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;cat /etc/ssl/certs/thawte_Premium_Server_CA.pem | sudo tee -a /etc/postfix/cacert.pem&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;postfix 서비스 재시작&lt;/h3&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;sudo /etc/init.d/postfix reload&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;테스트&lt;/h3&gt;&lt;p&gt;만일 mailutils 가 설치되지 않은 경우에는 이&amp;nbsp;명령어가 동작하지 않습니다. 설치가 되지 않은 경우에는 다음과 같이 설치해줍니다.&lt;/p&gt;&lt;p&gt;&lt;b&gt;sudo apt install mailutils&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;메일발송을 다음과 같이 테스트 해 봅니다. 붉은색 부분을 자신이 확인할 수 있는 이메일계정으로 변경해주세요.&lt;/p&gt;&lt;p&gt;&lt;b&gt;echo &quot;postfix로 발송한 메일입니다&quot; | mail -s &quot;Postfix 메일 테스트&quot;&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;수신이메일주소&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;디버깅&lt;/h3&gt;&lt;p&gt;문제가 발생하여 로그를 확인하고 싶은 경우는&amp;nbsp;&lt;/p&gt;&lt;p&gt;tail -f 10&amp;nbsp; /var/log/mail.log 명령어로 postfix의 작업과정 확인합니다.&lt;/p&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;지메일 환경설정&lt;/h2&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;2단계 보안인증&lt;/h3&gt;&lt;p&gt;게정 로그인 정보가 정상임에도 불구하고 다음과 같은 오류가 로그파일에 남는 경우에는 지메일에서 추가적인 환경설정이 필요합니다.&lt;/p&gt;&lt;p&gt;postfix/smtp[21326]: CF7CE24225C: SASL authentication failed; server smtp.gmail.com[108.177.125.109] said: 535-5.7.8 Username and Password not accepted. Learn more at?535 5.7.8&amp;nbsp; https://support.google.com/mail/?p=BadCredentials k24sm23509527pfj.32 - gsmtp&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이 이유는 지메일의 보안설정때문에 발생합니다.&lt;/p&gt;&lt;p&gt;먼저 아래 링크에서 2단계 인증을 사용하도록 변경합니다. 이때 보안코드를 받을 수 있는 휴대폰이 있어야 합니다.&lt;/p&gt;&lt;p&gt;https://myaccount.google.com/u/2/security&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing: border-box; height: auto; max-width: 100%; display: inline-block; width: 500px;&quot;&gt;&lt;span data-url=&quot;https://t1.daumcdn.net/cfile/tistory/99A0E1405AC0408215?original&quot; data-lightbox=&quot;lightbox&quot; style=&quot;box-sizing: border-box; max-width: 100%; width: 100%;&quot;&gt;&lt;img srcset=&quot;//img1.daumcdn.net/thumb/R1920x0/?fname=http%3A%2F%2Fcfile4.uf.tistory.com%2Fimage%2F99A0E1405AC04082150818 1920w, //img1.daumcdn.net/thumb/R960x0/?fname=http%3A%2F%2Fcfile4.uf.tistory.com%2Fimage%2F99A0E1405AC04082150818 960w, //img1.daumcdn.net/thumb/R720x0/?fname=http%3A%2F%2Fcfile4.uf.tistory.com%2Fimage%2F99A0E1405AC04082150818 720w, //img1.daumcdn.net/thumb/R640x0.q70/?fname=http%3A%2F%2Fcfile4.uf.tistory.com%2Fimage%2F99A0E1405AC04082150818 640w, //img1.daumcdn.net/thumb/R480x0.q70/?fname=http%3A%2F%2Fcfile4.uf.tistory.com%2Fimage%2F99A0E1405AC04082150818 480w&quot; src=&quot;https://t1.daumcdn.net/cfile/tistory/99A0E1405AC0408215&quot; width=&quot;500&quot; height=&quot;424&quot; filename=&quot;이미지 6.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;border: 0px; max-width: 100%; height: auto; vertical-align: middle; cursor: pointer;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;앱 비밀번호 생성&lt;/h3&gt;&lt;p&gt;인증을 마쳤으면 다음과 같이 앱 비밀번호를 생성해줍니다. 새로운 앱을 원하는 이름으로 만들고 이때 발급되는 비밀번호를 복사해둡니다.&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing: border-box; height: auto; max-width: 100%; display: inline-block; width: 500px;&quot;&gt;&lt;span data-url=&quot;https://t1.daumcdn.net/cfile/tistory/99823A3F5AC040F13C?original&quot; data-lightbox=&quot;lightbox&quot; style=&quot;box-sizing: border-box; max-width: 100%; width: 100%;&quot;&gt;&lt;img srcset=&quot;//img1.daumcdn.net/thumb/R1920x0/?fname=http%3A%2F%2Fcfile25.uf.tistory.com%2Fimage%2F99823A3F5AC040F13CF7F7 1920w, //img1.daumcdn.net/thumb/R960x0/?fname=http%3A%2F%2Fcfile25.uf.tistory.com%2Fimage%2F99823A3F5AC040F13CF7F7 960w, //img1.daumcdn.net/thumb/R720x0/?fname=http%3A%2F%2Fcfile25.uf.tistory.com%2Fimage%2F99823A3F5AC040F13CF7F7 720w, //img1.daumcdn.net/thumb/R640x0.q70/?fname=http%3A%2F%2Fcfile25.uf.tistory.com%2Fimage%2F99823A3F5AC040F13CF7F7 640w, //img1.daumcdn.net/thumb/R480x0.q70/?fname=http%3A%2F%2Fcfile25.uf.tistory.com%2Fimage%2F99823A3F5AC040F13CF7F7 480w&quot; src=&quot;https://t1.daumcdn.net/cfile/tistory/99823A3F5AC040F13C&quot; width=&quot;500&quot; height=&quot;242&quot; filename=&quot;이미지 8.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;border: 0px; max-width: 100%; height: auto; vertical-align: middle; cursor: pointer;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;다음과 같이 이전에 설정한 파일의 비밀번호 대신 복사한 비밀번호를를 사용하도록 변경합니다.&lt;/p&gt;&lt;p&gt;sudo vi /etc/postfix/sasl_passwd&amp;nbsp;&lt;/p&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;[smtp.gmail.com]:587&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;USERNAME&lt;/span&gt;@gmail.com:&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;발급받은앱비밀번호&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box; color: rgb(51, 51, 51); font-family: &amp;quot;KoPub Dotum&amp;quot;; font-size: 14px;&quot;&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;저장해주고 다시 변경된 내용을 postfix에서 사용하는 파일형태로 변환해 줍니다. 저장이 안되는경우는 파일의 쓰기 권한 때문입니다. vi 에서는 저장할때 :wq! 하시면 강제 저장이 됩니다.&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box;&quot;&gt;sudo postmap /etc/postfix/sasl_passwd&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box; color: rgb(51, 51, 51); font-family: &amp;quot;KoPub Dotum&amp;quot;; font-size: 14px;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3 style=&quot;padding: 7px 10px 5px; margin: 0px 0px 10px; border-left: 5px solid rgb(102, 102, 102); font-size: 16px; background-color: rgb(250, 250, 250); color: rgb(51, 51, 51);&quot;&gt;테스트 및 확인&lt;/h3&gt;&lt;p&gt;다음과 같이 테스트 해봅니다.&lt;/p&gt;&lt;p&gt;&lt;b&gt;echo &quot;postfix로 발송한 메일입니다&quot; | mail -s &quot;Postfix 메일 테스트&quot;&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; color: rgb(255, 0, 0);&quot;&gt;수신이메일주소&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;box-sizing: border-box; height: auto; max-width: 100%; display: inline-block; width: 376px;&quot;&gt;&lt;img srcset=&quot;//img1.daumcdn.net/thumb/R1920x0/?fname=http%3A%2F%2Fcfile2.uf.tistory.com%2Fimage%2F998419415AC0410D14A3CA 1920w, //img1.daumcdn.net/thumb/R960x0/?fname=http%3A%2F%2Fcfile2.uf.tistory.com%2Fimage%2F998419415AC0410D14A3CA 960w, //img1.daumcdn.net/thumb/R720x0/?fname=http%3A%2F%2Fcfile2.uf.tistory.com%2Fimage%2F998419415AC0410D14A3CA 720w, //img1.daumcdn.net/thumb/R640x0.q70/?fname=http%3A%2F%2Fcfile2.uf.tistory.com%2Fimage%2F998419415AC0410D14A3CA 640w, //img1.daumcdn.net/thumb/R480x0.q70/?fname=http%3A%2F%2Fcfile2.uf.tistory.com%2Fimage%2F998419415AC0410D14A3CA 480w&quot; src=&quot;https://t1.daumcdn.net/cfile/tistory/998419415AC0410D14&quot; width=&quot;376&quot; height=&quot;180&quot; filename=&quot;이미지 7.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;border: 0px; max-width: 100%; height: auto; vertical-align: middle;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;br style=&quot;font-family: &amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;; font-size: 14px;&quot;&gt;&lt;br style=&quot;font-family: &amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;; font-size: 14px;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;; font-size: 14px;&quot;&gt;출처:&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://openbee.kr/435&quot; style=&quot;transition: all 0.3s ease 0s; font-family: &amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;; font-size: 14px;&quot;&gt;http://openbee.kr/435&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Ubuntu Condensed&amp;quot;, &amp;quot;Noto Sans Korean&amp;quot;; font-size: 14px;&quot;&gt;&amp;nbsp;[오픈비 : 삽질은없다]&lt;/span&gt;&lt;/p&gt;</description>
      <category>Development/개발 환경 구축</category>
      <author>phpdoumi</author>
      <guid isPermaLink="true">https://aiera.tistory.com/473</guid>
      <comments>https://aiera.tistory.com/473#entry473comment</comments>
      <pubDate>Sun, 12 Aug 2018 21:00:50 +0900</pubDate>
    </item>
  </channel>
</rss>