'STUDY/Mail'에 해당되는 글 3건

  1. 2007/01/02 mail 관련 오류.
  2. 2006/12/01 화이트도메인 제도란?
  3. 2006/11/21 Bogofilter
STUDY/Mail2007/01/02 10:04
메시지가 전부 또는 일부 받는 사람에게 도착하지 않았습니다.
     제목: test 메일 발송
     보낸 날짜: 2007-01-02 오전 9:28
다음 받는 사람에게 배달할 수 없습니다.
     'heezzang77@emagicsink.com' 2007-01-02 오전 9:28
           553 sorry, that domain isn't allowed to relay (#5.7.1)

* 서버에 인증 필요 체크 하면 된다.
크리에이티브 커먼즈 라이선스
Creative Commons License

'STUDY > Mail' 카테고리의 다른 글

mail 관련 오류.  (0) 2007/01/02
화이트도메인 제도란?  (0) 2006/12/01
Bogofilter  (0) 2006/11/21
Posted by 하이바네.P
TAG mail, Outlook
STUDY/Mail2006/12/01 12:39
안녕하세요, 문의하신 내용에 답변입니다

2006년9월28일부로 국내에 대량메일을 전송하는 발송업체는 메일서버에 해당되는 전용 도메인 및 아이피정보를 한국정보보호진흥원에 등록하게 되어, 심사후 승인처리가 되면 국내 포털사이트에 메일서버 도메인정보가 공유되어 통합하여 관리하게 됩니다

화이트도메인이란 각 메일발송업체가 등록하는 고유 도메인을 의미하며, 이는 국가기관에 객관적으로 등재되어 대량메일 전송행위시 KISA(정보보호진흥원)의 통합관리 대상에 포함되는 것을 의미합니다

이 방식이 도입되면 기존의 메일전송방식과 차이점은 유동아이피 환경에서 아이피나 메일서버 도메인을 임의 변경하여 발송하는 불법적인 스팸메일, 피싱메일등의 차단율이 대폭 상승하게 되고, 합법적인 대량메일은 더욱 정상적으로 수신되게 통합관리를 할수 있습니다

현재 국내는 본 화이트도메인 방식으로 전면 개정, 도입되었으며, 향후 국가기관과 포털업체간의 시스템적 연동성이 어느정도 정상적으로 자리잡게 되면, 불법적인 광고메일행위는 상당량 근절될 것으로 기대되며, 그만큼 합법적방식의 이메일마케팅시장은 양질의 홍보효과를 제공할수 있을것으로 전망됩니다
크리에이티브 커먼즈 라이선스
Creative Commons License

'STUDY > Mail' 카테고리의 다른 글

mail 관련 오류.  (0) 2007/01/02
화이트도메인 제도란?  (0) 2006/12/01
Bogofilter  (0) 2006/11/21
Posted by 하이바네.P
STUDY/Mail2006/11/21 16:32

Bogofilter

From Wikipedia, the free encyclopedia

Jump to: navigation, search

Bogofilter is a mail filter that classifies e-mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections. It was originally written by Eric S. Raymond, and is now maintained together with a group of contributors by David Relson, Matthias Andree and Greg Louis.

The statistical technique used is known as Bayesian filtering and its use for spam was first described by Paul Graham in his article A Plan For Spam. Gary Robinson, in his weblog Rants, suggests some refinements for improved discrimination between spam and ham. Bogofilter's primary algorithm uses the f(w) parameter and the Fisher inverse chi-square technique that he describes.

Bogofilter is run by an MDA script to classify an incoming message as spam or ham (using wordlists stored by BerkeleyDB, SQLite3 or QDBM). Bogofilter provides processing for plain text and HTML. It supports multi-part MIME message with decoding of base64, quoted-printable, and uuencoded text and ignores attachments, such as images.

Standard tests at TREC 2005 show that Bogofilter compares well to its competitors spambayes, CRM114 and DSPAM. Other competitors include, but are not limited to Spamprobe and QSF.

Bogofilter is written in C, and runs on Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Mac OS X, HP-UX, AIX and other platforms.

크리에이티브 커먼즈 라이선스
Creative Commons License

'STUDY > Mail' 카테고리의 다른 글

mail 관련 오류.  (0) 2007/01/02
화이트도메인 제도란?  (0) 2006/12/01
Bogofilter  (0) 2006/11/21
Posted by 하이바네.P