에볼루션 메일함으로 핫메일 가져오기(우분투)

hoyaabc의 이미지

이글은 우분투(데비안계열) 리눅스 기준입니다.

http://www.ubuntuforums.org/showthread.php?t=200408&highlight=hotmail

핫메일은 리눅스에선 프리미엄 서비스를 이용하지 않는한 땡겨오기가 불가능하죠.
XP라면 아웃룩이 있지만, 리눅스에선?
혹시나 싶어서 검색을 해봤는데, 별게 다 가능하군요.

sudo apt-get update
(소스 업데이트를 합니다.)

sudo apt-get install inetutils-inetd
(inet daemon을 인스톨합니다.)

sudo apt-get install hotway hotsmtp
(This will install hotway, which allows you to read hotmail e-mails by simulating a POP3 server, and hotsmtpd, which allows you to send e-mail through hotmail using SMTP. By default, however, only hotway gets installed properly to your inet daemon, so let's fix this.)
(이부분이 핵심이죠. hotway라는 프로그램이 pop3 서버를 시뮬해서 읽고 보낼수 있게 하는거라고 하군요.)

sudo gedit /etc/inetd.conf
(설치후 고쳐야 할부분입니다.)

pop3 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotwayd
(고치기전 원본입니다.)
pop3 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotwayd -r
(고친후 입니다.)

2500 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotsmtpd
(마지막줄에 한줄 추가합니다.)

sudo /etc/init.d/inetutils-inetd restart
(데몬을 다시 시작합니다.)
* Restarting internet superserver inetd [ ok ]
(재시작을 하면 위의 메세지를 볼수 있습니다.)

아래부분은 에볼루션 메일함 설정부분입니다.

Email Address: xxx@hotmail.com (fill in your normal e-mail address that you use to login to hotmail)

Receive Server type: POP
Server: 127.0.0.1
Username: xxx@hotmail.com (same as above)
Security: No encryption
Authentication type: Password
(Remember password checkbox is up to you)

Send Server type: SMTP
Server: 127.0.0.1:2500
[X] Server requires authentication (check this box)
Use Secure Connection: No encryption
Authentication Type: PLAIN
Username: xxx@hotmail.com (same as above)
(Optional Remember password checkbox)
다 됐습니다.

이제 연결시키면, 핫메일의 모든 받은메일을 다 가져올테니, 연결시키기 전에, 받은메일 정리를 미리 하시는것도 괜찮겠죠.

Forums: 
keizie의 이미지

http://softwant.com/cgi-bin/kimsboard/bbs.php3?table=mozilla&query=view&l=158

핫메일에서 갑갑함을 느끼고 탈출하는 사람이 적지 않은가봐요. (웃음)

nike984의 이미지

캬~ 하직 핫멜 쓰는 사람들이 남아 있군요 -_-;;;;;;;;

gmail만 쓰다 보니~~ 딴 멜은 눈에 아예 안들어옵니다.

hoyaabc의 이미지

gmail은 한국어가 깨져서 나올때가 많더군요.
한국에선 hotmail이 인기가 없군요.
저는 미국에 살고 있어서, 아직 후진국 미국은 hotmail을 주로 사용하지요.
1기가 hotmail 용량이면 충분하죠, gmail용량이 1기가였던가 2기가던가 하여간, 한글이 가끔 깨지는 gmail을 사용할 이유가?

저는 스팸용 메일(한메일), 공식메일(핫메일), 개인메일(gmail)을 사용합니다.

nexus26의 이미지

지금 제 메일함이 비어버렸네요.. 가끔 외부에서 필요한것두 많은데..
아웃룩처럼 핫메일과 동기화 시키는줄 알았는데 자세히 보니 메일을 전부 가져오는거군요..
혹시 에볼루션에서 가져온 메일 핫메일로 다시 넣는법은 어떻게 되나요?

익명 사용자의 이미지

pop3 stream tcp nowait nobody /usr/sbin/tcpd /usr/bin/hotwayd -r

에서 -r 을 지우시면 메일을 가져오면서 사본을 원래 편지함에 남겨둔다고 하는군요.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.