KR20020016886A - A downmail method and system to restrain the sending of spam mail - Google Patents

A downmail method and system to restrain the sending of spam mail Download PDF

Info

Publication number
KR20020016886A
KR20020016886A KR1020020007823A KR20020007823A KR20020016886A KR 20020016886 A KR20020016886 A KR 20020016886A KR 1020020007823 A KR1020020007823 A KR 1020020007823A KR 20020007823 A KR20020007823 A KR 20020007823A KR 20020016886 A KR20020016886 A KR 20020016886A
Authority
KR
South Korea
Prior art keywords
mail
original
sender
server
recipient
Prior art date
Application number
KR1020020007823A
Other languages
Korean (ko)
Inventor
김태준
Original Assignee
김태준
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 김태준 filed Critical 김태준
Priority to KR1020020007823A priority Critical patent/KR20020016886A/en
Publication of KR20020016886A publication Critical patent/KR20020016886A/en
Priority to KR1020047010856A priority patent/KR20040074118A/en
Priority to AU2003235658A priority patent/AU2003235658A1/en
Priority to PCT/KR2003/000060 priority patent/WO2003061213A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/212Monitoring or handling of messages using filtering or selective blocking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/224Monitoring or handling of messages providing notification on incoming messages, e.g. pushed notifications of received messages
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/42Mailbox-related aspects, e.g. synchronisation of mailboxes

Abstract

PURPOSE: A method and an apparatus of a down mail for restraining generation of a spam mail are provided to intercept a spam mail from an electronic mail such as an internet mail or a web mail by using a down mail method and an existing electronic mail method. CONSTITUTION: A sender(201) transmits an original mail to a transmission down mail server(202). The transmission down mail server(202) receives the original mail from the sender(201), stores the original mail into an SMB(Sender Mail Box)(209), generates a sending report mail, and transfers the sending report mail to a reception down mail server(203). A receiver(204) receives the sending report mail and the original mail from the reception down mail server(203) and the SMB(209) of the transmission down mail server(202), respectively. The receiver transmits a reception report mail to the sender(201) when the receiver(204) receives the original mail.

Description

스팸메일의 발생을 억제할 수 있는 다운메일 방식 및 시스템 {A downmail method and system to restrain the sending of spam mail}A downmail method and system to restrain the sending of spam mail}

본 발명은 유무선 인터넷 메일이나 웹 메일과 같은 종래의 전자메일에서 스팸메일을 원천적으로 차단할 수 있는 다운메일 방식 및 기존 전자메일과의 연동 방식에 관한 것이다.The present invention relates to a down-mail method that can block spam mails in a conventional e-mail such as wired and wireless Internet mail or web mail and a linkage method with an existing e-mail.

도 1은 종래의 메일 전달방식을 보여준다. 메일 전달체계를 전체적으로 살펴보면 유무선 네트워크에 접속된 개인용 컴퓨터를 사용하여 메일을 작성하고 이를 송신측메일서버로 보내는 송신자, 송신자가 작성하여 발송하도록 요청한 메일을 받아서 수신측메일서버로 전달하는 송신측메일서버, 송신측메일서버로부터 메일을 받아서 수신측메일사서함에 저장하고, 수신자의 요청 시 메일을 최종적으로 수신자에게 전해주는 수신측메일서버, 그리고 수신측메일서버로부터 메일을 받아보는 수신자로 구성된다. 송신자가 송신측메일서버로 메일을 전달하고, 송신측메일서버가 수신측메일서버로 메일을 전달하는 것은 SMTP(Simple Mail Transfer Protocol)라는 표준화된 통신절차에 의해 수행되고, 수신측메일서버에서 수신자가 메일을 읽어가는 것은 IMAP(Internet Mail Access Protocol)나 POP(Post Office Protocol)3 등의 표준화된 통신절차에 의해 수행된다. 이와 같은 종래 메일 방식은 일반적으로 UA(User Agent), MTA(Message Transfer Agent) 및 수신측메일사서함관리자라는 세 종류의 프로그램으로 구현된다. UA는 이용자가 메일을 작성하여 발송하거나 수신측메일사서함에서 메일을 받아오는 등의 기능을 제공하는 프로그램으로 마이크로소프트 아웃룩 등의 제품이 많이 사용되고, MTA는 실제 메일을 목적지 메일서버까지 전달해주는 프로그램으로 Sendmail이 주로 사용되며, 수신측메일사서함관리자는 수신자의 요청 시 수신측메일사서함에 있는 메일을 수신자에게 보내주는 프로그램으로 IMAP 서버 또는 POP3 서버 프로그램과 같은 제품이 널리 사용된다. 근래에는 메일서버와 웹서버를 통합한 형태의 웹메일이 많이 보급되고 있는데, 이러한 웹메일의 경우 종래의 SMTP라는 통신절차 대신 웹 프로토콜인 HTTP상의 CGI(Common Gateway Interface)라는 인터페이스를 통해 송신자가 메일을 송신측메일서버에 전달하고, 종래의 IMAP나 POP3 같은 표준화된 통신절차 대신 HTTP상의 CGI라는 인터페이스를 통해 수신자가 수신측메일서버에서 자신의 메일을 받아오는 방식을 취하고 있다.1 shows a conventional mail delivery method. Looking at the mail delivery system as a whole, a sender who creates a mail using a personal computer connected to the wired / wireless network and sends it to the sender's mail server, and a sender's mail server that receives the mail requested by the sender to send it to the receiver's mail server. It consists of a receiving mail server that receives mail from the sending mail server, stores it in the receiving mail mailbox, and finally delivers the mail to the recipient when the recipient requests it, and a recipient receiving the mail from the receiving mail server. The sender forwards the mail to the sender's mail server, and the sender's mail server delivers the mail to the receiver's mail server by a standardized communication procedure called Simple Mail Transfer Protocol (SMTP). The reading of e-mail is performed by standardized communication procedures such as Internet Mail Access Protocol (IMAP) or Post Office Protocol (POP) 3. Such a conventional mail system is generally implemented by three types of programs: a user agent (UA), a message transfer agent (MTA), and a receiving mail mailbox manager. UA is a program that allows users to compose and send mail or receive mails from the receiving mailbox, and many products such as Microsoft Outlook are used. The MTA is a program that delivers the actual mail to the destination mail server. Sendmail is mainly used. Receiving mail mailbox manager is a program that sends mail in receiving mail mailbox to recipients upon request of receiver. Products such as IMAP server or POP3 server program are widely used. Recently, a lot of web mails integrating a mail server and a web server have been widely used. In the case of such web mail, a sender sends a mail through an interface called CGI (Common Gateway Interface) over HTTP, which is a web protocol instead of the conventional SMTP communication procedure. Is transmitted to the sender's mail server, and instead of the standardized communication procedure such as IMAP or POP3, the receiver receives his mail from the receiver's mail server through an interface called CGI over HTTP.

종래 메일전달방식에서 메일전달의 예를 들어보자. kdhong@yahoo.com이라는 메일주소를 가진 송신자가 tjkim@cntc.ac.kr이라는 수신자에게 메일을 보낼 경우 다음과 같은 과정을 거쳐 메일이 전달된다. kdhong@yahoo.com이라는 사람이 보낸 메일은 먼저 SMTP 프로토콜을 통해 mail.yahoo.com 메일서버에 전달된다. mail.yahoo.com에서 대기하고 있던 sendmail 데몬은 메일을 메일큐 디렉토리(/var/spool/mqueue)에 임시 저장한 후 SMTP 프로토콜을 통해 다시 mail.cntc.ac.kr 메일서버로 전송하고 큐 디렉토리에 저장했던 메일을 삭제한다. mail.cntc.ac.kr에서는 sendmail 데몬이 대기하고 있다가 mail.yahoo.com 메일서버가 보내온 메일의 도착지가 자신의 것인지 확인 한 후 맞으면 수신측메일사서함(/var/mail 디렉토리)에 tjkim라는 파일로 저장한다. tjkim@cntc.ac.kr이라는 메일주소를 갖는 수신자는 마이크로소프트 아웃룩 같은 UA를 사용하여 수신측메일서버에 있는 메일사서함으로부터 메일을 받아본다.Let's take an example of mail delivery in the conventional mail delivery method. When a sender with a mail address of kdhong@yahoo.com sends a mail to a recipient, tjkim@cntc.ac.kr, the mail is delivered through the following process. Mail from a person named kdhong@yahoo.com is first delivered to the mail.yahoo.com mail server via the SMTP protocol. The sendmail daemon, which was waiting on mail.yahoo.com, temporarily stores mail in the mail queue directory (/ var / spool / mqueue), and then sends it back to the mail.cntc.ac.kr mail server via the SMTP protocol. Delete the saved mail. In mail.cntc.ac.kr, the sendmail daemon waits, and if the mail.yahoo.com mail server checks the destination of the sent mail, it finds a file called tjkim in the receiving mail mailbox (/ var / mail directory). Save as. A recipient with an email address of tjkim@cntc.ac.kr receives a message from a mailbox on the receiving mail server using a UA such as Microsoft Outlook.

종래 메일 방식은 수신자의 의도와는 상관없이 송신자 임의대로 메일을 발송하여 수신측메일서버의 수신측메일사서함에 채워넣는 방식으로 메일 전달에 있어 송신측은 별다른 부담이 없는 반면, 수신측은 전달된 메일을 사서함에 보관해야 하고, 보관된 메일을 읽어보거나 삭제해야 하는 등의 메일 전달에 있어 많은 부담을 지고 있다. 따라서 메일의 사용에 있어서 별다른 부담이 없는 송신측에서 함부로 메일을 발송하는 도덕적 해이가 발생하고, 이로 인하여 인터넷을 정체 시키고, 수신측메일서버에 스팸메일을 가득 채워넣어 필요한 메일소통에 큰 지장을 초래하고, 수신측메일서버에 과부하를 초래하는 등 막대한 전자메일의 역기능을 초래하고 있다.In the conventional mail method, regardless of the receiver's intention, the sender freely sends the mail and fills it into the receiving mail mailbox of the receiving mail server. There are a lot of burdens in delivering mail, such as keeping it in a mailbox and reading or deleting the archived mail. Therefore, there is a moral hazard in which the sender sends mails without any burden on the use of the mail, which causes the Internet to be congested and the receiving mail server is filled with spam mail, which causes a great obstacle in the necessary mail communication. And overloading of the receiving mail server, causing a huge reverse function of the e-mail.

따라서, 상기 문제점을 해결하기 위하여 본 발명은 송신측메일사서함으로부터 메일을 받아가는 다운메일 및 종래 메일방식과의 연동에 관한 방식과 시스템을 고안하고자 한다. 다운메일 방식에서는 송신자가 발송한 원본메일을 송신측메일서버에 보관한 후 수신자에게는 단지 발송통지메일만 종래 메일방식으로 전달한다. 발송통지메일을 받아본 수신자는 자신의 의도에 의해 송신측메일서버에 보관되어 있는 원본메일을 받아본다. 원본메일은 수신자가 받아갈 때까지 송신측 서버에 보관되므로종래 수신자가 겪었던 메일사서함 관리와 스팸메일 삭제 등의 부담을 이제 송신자가 떠 않게 된다. 이와 같이 메일 소통의 부담을 송신측에 지워 메일발송에 있어 도덕적 해이를 원천적으로 막는데 그 목적이 있다.Accordingly, in order to solve the above problems, the present invention intends to devise a method and a system relating to interworking with a down-mail and a conventional mail system receiving a mail from a sending mail box. In the down-mail method, the original mail sent by the sender is kept in the sending mail server, and only the sending notification mail is delivered to the recipient by the conventional mail method. Recipient who receives the sending notification mail receives the original mail stored in the sending mail server by his intention. Since the original mail is stored on the sending server until the recipient receives it, the sender is no longer burdened with managing the mailbox and deleting spam mails, which the recipient previously suffered. In this way, the burden of the mail communication is removed from the sender, and the purpose is to fundamentally prevent moral hazard in sending the mail.

도 1 종래 메일방식에서 메일 소통 개념도1 is a conceptual diagram of mail communication in a conventional mail system

도 2 다운메일 방식의 전체 구성도2 is an overall configuration diagram of the download method

도 3 발송통지메일의 형식Figure 3 Format of sending notification mail

도 4 중계가 허용된 경우 MTA_n(205) 처리 절차도Figure 4 MTA_n (205) processing procedure diagram when relaying is allowed

도 5 메일의 목적지인 경우 MTA_n(205) 처리절차도5 is a flowchart of the MTA_n 205 process in the case of the destination of the mail.

도 6 메일연동장치인 경우 MTA_n(205) 처리절차도6 is a flowchart of the MTA_n 205 process in the case of the mail interlocking device.

도 7 송신측메일사서함관리자(208)의 처리절차도7 is a flowchart of the processing of the sending mail mailbox manager 208. FIG.

도 8 수신자(204)의 처리절차도8 is a flowchart of the receiver 204.

이하 본 발명의 실시 예를 첨부된 도면을 참조하여 설명한다Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings.

도 2는 본 발명의 바람직한 실시 예에 따른 다운메일 방식 및 종래 메일과의 연동방식의 전체 구성도를 보여준다. 전체적으로 살펴보면 종래 메일 영역과 다운메일 영역 및 이들 두 개의 영역을 상호 연결해주는 메일연동장치(200)로 구성된다. 먼저 각 장치에 탑재되는 기능블럭을 살펴보면 다음과 같다.Figure 2 shows the overall configuration of the down-mail method and the linkage method with a conventional mail according to an embodiment of the present invention. As a whole, it is composed of a conventional mail area and a downmail area, and a mail interlocking device 200 which interconnects the two areas. First, look at the functional blocks mounted in each device as follows.

* MTA(Message Transfer Agent): 메일의 소통을 담당하는 메시지전달대리자로 종래 메일 영역에 사용되는 것을 MTA(215), 다운메일영역과 메일연동장치(200)에 사용되는 것을 MTA_n(205)라 함* MTA (Message Transfer Agent): A message transfer agent that is responsible for the communication of mail is used in the conventional mail area MTA (215), used in the down-mail area and the mail interlocking device 200 is called MTA_n (205)

* UA(User Agent): 이용자대리자로 유무선 네트워크에 접속되는 개인용 컴퓨터나 휴대용 단말기에 탑재되어 송신자(201,211)와 수신자(204,214)를 도와줌* UA (User Agent): As a user agent, it is installed in a personal computer or a portable terminal connected to a wired / wireless network to help a sender (201, 211) and a receiver (204, 214).

* RMB(Recipient MailBox)(207): 수신측에 도착한 메일을 보관하는 수신측메일사서함* RMB (Recipient MailBox) 207: Receiving Mail Mailbox that stores mail arriving at the receiving party

* SMB(Sender MailBox)(209): 송신자(201,211)의 원본메일을 보관하는 송신측메일사서함. 여기서 원본메일이란 송신자(201,211)가 수신자(204,214)에게 보내는 메일 중 메일 바디의 길이가 정해진 길이보다 긴 메일을 의미함SMB (Sender MailBox) 209: Sending mail mailbox for storing original mails of senders 201 and 211. In this case, the original mail means a mail whose length of the mail body is longer than a predetermined length among the mails sent by the sender 201 and 211 to the receiver 204 and 214.

* RMM(Recipient MailBox Manager)(206): RMB(207)를 관리하는 수신측메일사서함관리자* Recipient MailBox Manager (RMM) 206: Recipient Mail Mailbox Manager managing RMB 207

* SMM(Sender MailBox Manager)(208): SMB(209)를 관리하는 송신측메일사서함관리자* Sender Mail Box Manager (SMM) 208: Sender Mail Mailbox Manager managing SMB 209

종래 메일 영역은 UA를 탑재한 장치에서 메일을 작성하고 이를 송신측메일서버(212)로 보내는 송신자(211); 송신자(211)가 작성하여 발송하도록 요청한 메일을 받아서 수신측메일서버(213)로 전달해주는 송신측메일서버(212); 송신측메일서버(212)로부터 메일을 받아서 RMB(207)에 저장하고, 수신자(214)의 요청 시 메일을 수신(214)자에게 전해주는 수신측메일서버(213); 및 수신측메일서버(213)로부터 메일을 받아보는 수신자(214)로 구성된다. 송신측메일서버(212)는 MTA(215)만으로 구성되나 수신측메일서버(213)에는 MTA(215), RMM(206) 및 RMB(207)가 탑재된다.The conventional mail area includes a sender 211 which composes a mail in a device equipped with a UA and sends it to the sender mail server 212; A sender mail server 212 which receives the mail requested by the sender 211 to send and sends the mail to the receiver mail server 213; A receiving mail server 213 which receives the mail from the sending mail server 212 and stores the mail in the RMB 207 and forwards the mail to the receiving 214 upon request of the recipient 214; And a receiver 214 for receiving mail from the receiving mail server 213. The sending mail server 212 is composed of only the MTA 215, but the receiving mail server 213 is equipped with an MTA 215, an RMM 206, and an RMB 207.

다운메일 영역은 UA를 탑재한 장치에서 메일을 작성하고 이를 송신측다운메일서버(202)로 보내는 송신자(201); 송신자(201)가 작성하여 발송하도록 요청한 메일을 받아서 SMB(209)에 저장한 후 수신측다운메일서버(203)로 발송통지메일을 보내고, 수신자(204)의 요청 시 SMB(209)에 저장된 원본메일을 수신자(204)에게 보내주는 송신측다운메일서버(202); 송신측다운메일서버(202)로부터 발송통지메일을 받아서 RMB(207)에 저장하고, 수신자(204)의 요청 시 발송통지메일을 수신자(204)에게 전해주는 수신측다운메일서버(203); 및 수신측다운메일서버(203)로부터 발송통지메일을 받아보고, 자신의 선택에 의해 송신측다운메일서버(202)의 SMB(209)에 저장되어 있는 원본메일을 다운 받는 수신자(204)로 구성되는 것을 특징으로 한다. 다운메일서버는 종래의 MTA에 다운메일과 메일연동 기능을 추가한 MTA_n(205), 수신된 발송통지메일을 저장하는 RMB(207), 수신자(204)의 요청을 받아 보관중인 발송통지메일을 전달해주는 RMM(206), 송신자(201)가 발송한 원본메일을 저장하는 SMB(209) 및 수신자(204)의 요청을 받아 수신자에게 SMB(209)에 저장된 원본메일을 보내주는 SMM(208)으로 구성된다.The down-mail area includes a sender 201 which composes a mail in a device equipped with a UA and sends it to the sender down-mail server 202; The sender 201 receives the mail requested to be created and sent, stores it in the SMB 209, and sends a sending notification mail to the receiving side down mail server 203, and the original stored in the SMB 209 at the request of the recipient 204. A sending side down mail server 202 for sending a mail to a recipient 204; A receiving side down mail server 203 which receives the sending notification mail from the sending side down mail server 202 and stores it in the RMB 207 and delivers the sending notification mail to the receiver 204 upon request of the recipient 204; And a receiver 204 which receives the sending notification mail from the receiving mail server 203 and downloads the original mail stored in the SMB 209 of the sending mail server 202 by its own selection. It is characterized by. The down-mail server delivers outgoing outgoing mail in response to a request from the MTA_n 205, which adds down-mail and mail interworking functions to the conventional MTA, an RMB 207 storing the received outgoing mail, and a recipient 204. RMM 206, SMB 209 for storing the original mail sent by the sender 201, and SMM 208 for receiving the original mail stored in the SMB 209 to the recipient in response to the request do.

메일연동장치(200)는 종래의 MTA에 다운메일과 메일연동 기능을 추가한 MTA_n(205), 종래메일 영역의 송신자(211)가 다운메일 영역의 수신자(204)에게 보낸 원본메일을 받아서 보관하는 SMB(209) 및 수신자(204)의 요청을 받아 수신자에게 SMB(209)에 저장된 원본 메일을 보내주는 SMM(208)으로 구성되는 것을 특징으로 한다. 다운메일서버(202,203)와 메일 연동장치(200)에 탑재된 MTA_n(205), SMB(209), SMM(208)은 모두 동일하게 설계하여 장치 구성의 융통성을 갖는 특징을 갖는다.The mail interlocking device 200 receives and stores original mails sent from the MTA_n 205, which adds down mail and mail interworking functions to the conventional MTA, and the sender 211 of the conventional mail area to the recipient 204 of the down mail area. SMB 209 and the recipient 204 is characterized in that the SMM 208 to send the original mail stored in the SMB 209 to the recipient. The MTA_n 205, SMB 209, and SMM 208 mounted on the down-mail servers 202 and 203 and the mail interlocking device 200 are all designed in the same manner and have flexibility in device configuration.

도 2에서 각 구성장치사이의 통신절차는 종래 전자메일 방식과 동일한 표준화된 통신절차를 사용하는 특징을 갖는데, 구체적으로 다음과 같다; 송신자(211,201)가 송신측메일서버(212)나 송신측다운메일서버(202)로 메일을 보내는 것과 메일서버(212,213,202,203)와 메일연동장치(200)에 탑재된 MTA(215)나 MTA_n(205) 사이의 메일 소통은 SMTP를 사용한다. 수신자(214,204)가 수신측메일서버(213)나 수신측다운메일서버(203)에 있는 RMM(206)으로부터 메일이나 발송통지메일을 받아가는 것과 수신자(214,204)가 메일연동장치(200) 또는 송신측다운메일서버(202)에 있는 SMM(208)로부터 메일원본을 받아가는 것은 IMAP 또는 POP3를 사용한다. 한편 최근에 많이 보급되고 있는 웹메일의 경우 송신자(211,201)가 송신측메일서버(212)나 송신측다운메일서버(202)로 메일을 보낼 때와 수신자(204,214)가 수신측다운메일서버(203)나 수신측메일서버(213)에 있는 RMM(206)으로부터 자신의 메일을 받아올 때 종래의 통신절차 대신 웹 프로토콜인 HTTP상의 CGI라는 인터페이스를 사용한다.In FIG. 2, the communication procedure between each component has the characteristics of using the same standardized communication procedure as the conventional electronic mail method, specifically as follows; Sender 211, 201 sends mail to sender mail server 212 or sender downmail server 202 and MTA 215 or MTA_n 205 mounted in mail server 212,213, 202,203 and mail interlocking device 200. Mail communication between them uses SMTP. Recipients 214 and 204 receive mail or outgoing notification mail from the RMM 206 in the receiving mail server 213 or the receiving down mail server 203, and the recipients 214 and 204 send or receive the mail interlocking device 200 or send. Receiving the mail source from the SMM 208 at the side downmail server 202 uses IMAP or POP3. On the other hand, in the case of the web mail which is widely spread in recent years, when the senders 211 and 201 send mail to the sender mail server 212 or the sender downmail server 202, and the receivers 204 and 214 receive the mail server 203. Or CGI over HTTP, which is a web protocol, is used instead of the conventional communication procedure when receiving its own mail from the RMM 206 in the receiving mail server 213.

본 발명의 바람직한 실시 예에서 원본메일을 보관하는 SMB(209)는 다음과 같이 구성된다. 원본메일은 송신자별로 수신자별로 그리고 메일별로 별도의 디렉토리에 보관하는데, 이러한 SMB(209)의 디렉토리 체계는 다음과 같다.In a preferred embodiment of the present invention, the SMB 209 storing the original mail is configured as follows. The original mail is stored in a separate directory for each sender and for each mail, and the directory structure of the SMB 209 is as follows.

/송신측메일사서함/송신자ID/수신자ID/메일번호/Sender's Mail Mailbox / Sender ID / Recipient ID / Email Number /

여기서 송신측메일사서함은 원본메일이 보관되는 홈 디렉토리 이름이고, 송신자 ID는 송신측다운메일서버(202)나 메일연동장치(200)를 통해서 메일을 전송하는 송신자들을 구별하기 위한 ID이다. 메일주소는 "메일ID@도메인명"으로 되어 있는데, 이와 같은 송신자의 메일주소에서 기호나 특수문자를 삭제한 문자열을 사용하여 송신자 ID를 구성할 수도 있고, 메일주소의 메일ID 부분만으로 송신측다운메일서버(202)나 메일연동장치(200)를 거쳐 메일을 발송하는 모든 송신자를 식별할 수 있는 경우 메일ID만으로 송신자ID를 구성할 수도 있다. 수신자 ID는 수신자의 메일주소에서 기호나 특수문자를 삭제한 문자열을 사용하여 구성한다. 메일번호는 특정 송신자가 특정 수신자에게 전달하려는 메일이 다수일 경우 각 메일을 구별하기 위한 식별자이다.Here, the sender mail mailbox is a home directory name where original mail is stored, and the sender ID is an ID for distinguishing senders who send mail through the sender downmail server 202 or the mail interlocking device 200. The e-mail address is "mail ID @ domain name". The sender ID can be configured by using a character string that deletes a symbol or a special character from the sender's e-mail address. If all the senders who send the mail through the mail server 202 or the mail interlocking device 200 can be identified, the sender ID may be configured with only the mail ID. Recipient IDs are constructed using a string with symbols or special characters removed from the recipient's email address. A mail number is an identifier for distinguishing each mail when there are a plurality of mails that a specific sender wants to deliver to a specific receiver.

원본메일을 저장하는 "/송신측메일사서함/송신자ID/수신자ID/메일번호/" 디렉토리에는 두 개의 파일이 저장되는데, 하나는 원본메일이 담겨져 있는 파일이고, 다른 것은 이 원본메일을 읽어가는 수신자를 인증하기 위해 사용되는 암호를 담고 있는 파일이다. 원본메일을 저장하는 디렉토리는 원칙적으로 수신자가 그 원본메일을 받아간 후 삭제된다.Two files are stored in the "/ Sender's Mailbox / Sender ID / Recipient ID / Mail Number /" directory where the original mail is stored. One is the file containing the original mail, and the other is the recipient of the original mail. This file contains the password used to authenticate. The directory storing the original mail is, in principle, deleted after the recipient receives the original mail.

송신측다운메일서버(202)의 SMB(209)에 자신의 메일사서함을 개설하고자 하는 송신자는 그 송신측다운메일서버(202)에 SMB(209)를 갖는 자신의 계정을 등록한다. 이러한 계정을 등록할 때 송신측다운메일서버(202)는 송신측메일사서함에 그 송신자의 메일사서함, 즉 "/송신측메일사서함/송신자ID/"디렉토리를 생성한다.A sender who wants to open his or her mail mailbox in SMB 209 of the sender downmail server 202 registers his own account with SMB 209 in the sender downmail server 202. When registering such an account, the sending down-mail server 202 creates the sender's mail mailbox, i.e., the "/ mailing side mail mailbox / sender ID /" directory in the sending mail mailbox.

한편 메일연동장치(200)의 SMB(209)도 다운메일서버의 SMB(209)와 같이 "/송신측메일사서함/송신자ID/수신자ID/메일번호/"형태의 디렉토리 체계를 사용할 수 있다. 하지만 메일연동장치(200)는 불특정 다수의 종래 메일 이용자로부터 특정 다운메일 이용자로 전달되는 메일을 보관하는 장치이므로 수신자별로 사서함 자원이 할당되고 관리될 수 있다. 따라서 메일연동장치(200)의 SMB(209)는 "/송신측메일사서함/수신자ID/송신자ID /메일번호/"형태의 디렉토리 체계를 사용하는 것이 보다 편리할 수 있지만 다운메일서버(202,203)의 SMB(209)와 구조가 달라서 소프트웨어 관리가 어려운 측면이 있다. 각 수신자별 사서함을 쉽게 찾을 수 있도록 별도의 인덱스 테이블을 추가하면 다운메일서버(202,203)의 SMB(209) 구조를 그대로 사용하는 것이 유리할 수도 있다. 메일연동장치(200)의 SMB(209)는 사전에 등록된 수신자 ID에 대해서만 생성하거나 입력되는 원본메일의 헤더에 있는 송신자별로 생성할 수 있는데, 이는 메일연동장치(200)의 사서함 용량과 메일연동장치(200)의 운영 정책에 달린 문제이다.On the other hand, the SMB 209 of the mail interlocking device 200 can also use a directory system in the form of " / sending side mail mailbox / sender ID / receiver ID / mail number / " like the SMB 209 of the down mail server. However, since the mail interlocking device 200 is a device for storing mail delivered from a plurality of unspecified conventional mail users to a specific down mail user, a mailbox resource may be allocated and managed for each recipient. Therefore, the SMB 209 of the mail interlock device 200 may be more convenient to use a directory system in the form of " / sending mail box / receiver ID / sender ID / mail number / " Since the structure is different from the SMB 209, software management is difficult. It may be advantageous to use the SMB 209 structure of the downmail servers 202 and 203 as it is by adding a separate index table so that a mailbox for each recipient can be easily found. SMB 209 of the mail interlock device 200 can be generated only for the sender in the header of the original mail to be generated or input only for the pre-registered recipient ID, which is the mailbox capacity and the mail interlock of the mail interlock device 200. It is a matter of the operating policy of the device 200.

메일은 헤더와 바디로 구성되는데, 헤더란 편지에 있어 겉봉투의 우편번호와 주소 및 수신자명과 같이 메일의 전달에 있어 중요한 정보를 제공하는 것이고, 바디란 편지 내용물과 같이 전달하고자 하는 정보 내용을 의미하는 것이다. 본 발명의 바람직한 실시 예에서 메일을 원본메일과 신호메일로 분류하는데, 원본메일이란 송신자가 수신자에게 보내고자 하는 메일 중 메일바디의 길이가 정해진 길이보다 긴 메일이고, 신호메일이란 송신자의 메일 발송을 수신자에게 통지하거나, 수신자가 메일을 받아 갔음을 송신자에게 통지하는 것과 같이 원본메일의 원활한 소통을 위해 보조적으로 사용되는 것이다. 신호메일과 원본메일의 차이는 바디의 길이인데, 바디의 길이가 정해진 길이보다 같거나 짧으면 신호메일로 간주하고, 정해진 길이보다 길면 원본메일로 간주한다. 따라서 정해진 길이보다 짧은 바디를 갖는 종래의 메일은 신호메일로 취급되어 곧장 수신측에 전달된다.The mail consists of a header and a body. The header provides important information in the delivery of the mail, such as the postal code, address and recipient name of the envelope, and the body refers to the content of the information to be delivered together with the contents of the letter. It is. In a preferred embodiment of the present invention, the mail is classified into the original mail and the signal mail, wherein the original mail is mail that the sender wants to send to the receiver, and the length of the mail body is longer than a predetermined length. It is used as an assistant for smooth communication of the original mail, such as notifying the recipient or notifying the sender that the recipient has received the mail. The difference between the signal mail and the original mail is the length of the body. If the length of the body is the same or shorter than the specified length, it is considered as the signal mail. Therefore, a conventional mail having a body shorter than a predetermined length is treated as a signal mail and is immediately delivered to the receiving side.

도 3은 본 발명의 바람직한 실시 예에서 발송통지메일(301)의 구성도를 나타내는데, 종래 메일과 같이 헤더(302)와 바디로 구성되며 바디는 이용자ID(303), 암호(304), 메일서버ID(305), 도움사이트(306) 및 발췌된메일내용(307) 영역으로 구성된다. 헤더(302)는 원본메일의 헤더와 동일하되 메일의 제목 앞에 발송통지를 의미하는 접두어, 예로 "No:", 를 덧붙인다. 이용자 ID(303)와 암호(304)는 원본메일을 받아가려는 수신자, 즉 이용자를 인증하고 SMB(209)에서 원하는 원본메일을 빨리 찾을 수 있도록 하기 위한 것이다. 이용자 ID(303)는 SMB(209)에 저장되어 있는 해당 원본메일의 디렉토리 경로에서 송신측메일사서함 부분을 삭제한 나머지 부분인 "/송신자ID/수신자ID/메일번호/"로 구성되고, 암호(304)는 아스키 문자로 구성된다. 메일서버ID(305)는 SMB(209)를 관리하는 SMM(208)을 탑재하고 있는 다운메일서버(202,203)나 메일연동장치(200)의 도메인명 또는 문자열로 표시된 인터넷 주소이다. 도움사이트(306)는 발송통지메일(301)에 대한 도움말을 제공하거나 발송통지메일(301)로부터 원본메일을 자동으로 받아올 수 있도록 해주는 플러그인 또는 새로운 UA 버전을 알려주는 웹사이트로 발송통지메일(301)을 잘 모르는 이용자를 도와주기 위한 것이다. 모든 이용자가 발송통지메일(301)의 의미를 이해하는 시기가 되면 도움사이트 영역은 없앨 수 있다. 발췌된메일내용(307) 영역은 신호메일의 최대 바디 길이를 넘어가지 않는 범위 내에서 원본메일 바디에 있는 임의의 일부 문자열을 발췌하여 수록하는 영역으로 수신자가 원본메일을 받아볼 것인가를 판단하는데 도움을 주기 위한 것이다. 바디에 있는 이용자ID, 암호, 메일서버 ID, 도움사이트 및 발췌된메일내용은 모두 문자열로 되어 있고, 각 문자열의 끝에 널 문자를 추가하여 문자열의 끝 또는 바디의 끝을 지시하도록 한다. 바디의 크기는 100바이트로 정하는데, 이는 추후 조정될 수 있다.Figure 3 shows the configuration of the sending notification mail 301 in a preferred embodiment of the present invention, like the conventional mail is composed of a header 302 and a body, the body of the user ID 303, password 304, mail server ID 305, help site 306, and extracted mail content 307 area. The header 302 is identical to the header of the original mail but is prefixed with a prefix for sending notification, for example, "No:". The user ID 303 and the password 304 are for authenticating the recipient who wants to receive the original mail, that is, the user, and quickly finding the desired original mail in the SMB 209. The user ID 303 is composed of " / sender ID / receiver ID / mail number /, " which is the rest of the mail box portion of the original mail stored in the SMB 209 in the directory path of the original mail. 304 is composed of ASCII characters. The mail server ID 305 is an Internet address indicated by a domain name or a character string of the down mail servers 202 and 203 or the mail interlocking device 200 equipped with the SMM 208 managing the SMB 209. The help site 306 is a plugin that provides help for the sending notification mail 301 or automatically retrieves the original mail from the sending notification mail 301, or a website indicating a new UA version. 301) to help users who do not know well. When it is time for all users to understand the meaning of the dispatch notification mail 301, the help site area can be removed. The extracted mail contents 307 area is an area that extracts and outputs some random strings in the original mail body within the range of not exceeding the maximum body length of the signal mail, and helps the recipient to determine whether to receive the original mail. To give. The user ID, password, mail server ID, help site, and extracted mail content in the body are all strings. A null character is added at the end of each string to indicate the end of the string or the end of the body. The size of the body is set to 100 bytes, which can be adjusted later.

본 발명의 바람직한 실시 예에서 수신통지메일은 수신자가 원본메일을 받아 갔음을 송신자에게 통보하는 것으로 수신통지메일의 형식은 헤더와 100바이트의 부가정보를 갖는 바디로 구성되는데, 바디의 길이는 추후 조정될 수 있다. 헤더는 원본메일의 헤더로부터 만들어지는데, 메일 송신자와 수신자의 주소를 바꾸고, 제목 앞에 받아갔음을 의미하는 접두어, 예로 "Rd: ", 를 붙인 형태가 된다. 바디에 있는 100바이트 부가정보는 수신자의 메일 수신에 관한 부가 정보를 송신자에게 알려주기 위한 것으로 앞으로 그 용도가 구체화 될 것이다.In a preferred embodiment of the present invention, the reception notification mail informs the sender that the recipient has received the original mail. The format of the reception notification mail is composed of a header and a body having 100 bytes of additional information. Can be. The header is created from the header of the original mail, which is a prefix that means that the address of the mail sender and recipient has been changed and received before the subject, eg "Rd:". The 100-byte additional information in the body is intended to inform the sender of additional information about the recipient's receipt of mail.

본 발명의 바람직한 실시 예에서 새로운 메시지전달대리자인 MTA_n(205)는 종래 메일방식의 MTA에 다운메일 및 종래메일과의 연동관련 기능이 추가된 것으로 종래메일서버(212,213), 다운메일서버(202,203), 복합메일서버 및 메일연동장치(200)의 기능을 모두 수용할 수 있도록 한다. 여기서 복합메일서버란 종래메일 송신기능과 다운메일 수신기능을 갖거나 반대로 종래메일 수신기능과 다운메일 송신기능을 갖는 서버를 의미한다. MTA_n(205)의 동작모드를 결정짓기 위해 시스템 형상데이터, 송신자 형상데이터, 수신자 형상데이터 및 연동 형상데이터를 도입한다. 시스템 형상데이터는 MTA_n(205)가 종래 메일서버로 동작할 것인가, 다운메일서버로 동작할 것인가, 복합메일서버로 동작할 것인가 아니면 메일연동장치(200)로 동작할 것인가를 알려주고, 연동 형상데이터는 송신측메일서버(212)로부터 전달된 원본메일을 메일연동장치(200)로 넘길 것인지, 넘긴다면 준비된 메일연동장치(200)의 도메인명이나 인터넷 주소가 무엇인지를 알려준다. 송수신자 형상데이터는 각 송수신자별로 종래메일 방식을 사용할 것인가, 다운메일방식을 사용할 것인가, 복합메일방식을 사용할 것인가, 그리고 메일연동장치(200)를 사용할 것인가 등에 대한 정보를 알려준다.In the preferred embodiment of the present invention, the new message transfer agent MTA_n (205) is a conventional mail server (212, 213), down-mail server (202, 203) is added to the mail-related functions associated with the down-mail and the conventional mail MTA , To accommodate all the functions of the composite mail server and the mail interlocking device 200. Herein, a compound mail server means a server having a conventional mail sending function and a downmail receiving function or vice versa. System shape data, sender shape data, receiver shape data and interlocking shape data are introduced to determine the operation mode of MTA_n 205. The system shape data indicates whether the MTA_n 205 operates as a conventional mail server, a down mail server, a compound mail server, or a mail interlocking device 200. Whether the original mail delivered from the sending mail server 212 is delivered to the mail interlocking device 200, or not, it tells what the domain name or the Internet address of the prepared mail interlocking device 200 is. The sender shape data informs each sender of information about whether to use a conventional mail method, a down mail method, a compound mail method, and whether to use the mail interlocking device 200.

본 발명의 바람직한 실시 예에서 메일을 수신하면 먼저 시스템 형상데이터를 조사하여 자신이 메일연동장치(200)로 동작해야 하는지를 판단한다. 메일연동장치(200)로 설정되어 있으면 메일연동 관련 기능을 처리하고, 아니면 수신한 메일이 중계(Relay)가 허용된 것인지를 판단하여 해당 처리를 한다. 중계도 불허이고 메일의 목적지도 아니면 종래의 방식과 같이 에러를 반송한다. 상세한 동작절차는 다음과 같다;In the preferred embodiment of the present invention, upon receiving the mail, the system shape data is first examined to determine whether the mail interlock device 200 should operate as the mail interlocking device 200. If the mail linking device 200 is set, the mail linking function is processed, or if the received mail is determined whether relaying is allowed, the corresponding process is performed. Relay is also not allowed, and if it is not the destination of the mail, an error is returned as in the conventional method. The detailed operating procedure is as follows;

도 4는 본 발명의 바람직한 실시 예에서 MTA_n(205)가 수신한 메일이 중계가 허용된 경우 처리절차도이다. 먼저 메일의 유형을 조사하여(401) 신호메일이면 종래 메일 방식대로 처리한다(406). 메일의 유형이 원본메일이면 시스템 형상데이터와 메일 송신자의 송신자 형상데이터로 원본메일을 어떻게 처리해야 하는지를 판단한다(402). 종래 메일방식으로 전달해야 할 경우 종래 메일방식대로 처리하고(406), 다운메일방식으로 전달해야 할 경우 다음과 같이 SMB(209)에 원본메일을 보관한다(403); 메일 헤더에 있는 송신자 정보로부터 송신자ID를 구하여 SMB(209)가 개설되어 있는지 확인한다. 개설되어 있으면 메일 헤더에 있는 수신자 정보로부터 수신자ID를 구하여 해당 메일사서함 디렉토리인 "/송신측메일사서함/송신자ID/수신자ID/"에서 낮은 숫자부터 비어있는 디렉토리 번호 - 이는 메일번호에 대응 됨 - 를 찾아 그 번호로 디렉토리를 생성한다. 생성된 디렉토리, 즉 "/송신측메일사서함/송신자ID/수신자ID/메일번호/" 디렉토리에 원본메일을 저장하고, 암호 문자열을 생성하여 암호파일로 저장한다. 원본메일이 정상적으로 보관되면 발송통지메일(301)을 생성하여(405) 종래 메일 방식대로 메일을 전달한다(406). 발송통지메일(301)의 전달이 실패하면 보관된 원본메일을 삭제하고 종래 메일방식대로 송신자에게 메일전달이 실패하였음을 통보한다. 원본메일 보관 시 송신자의 SMB(209)가 없으면 관련 SMTP 에러코드를 반송하고 SMB(209)가 개설되어 있더라도 여유공간이 없으면 관련 SMTP 에러코드를 반송한다(407). 하나의 메일을 다수의 수신자에게 보내는 경우 각 수신자로 전달되는 메일 각각에 대하여 위와 같은 절차를 반복한다.4 is a flowchart illustrating a process in which a mail received by the MTA_n 205 is allowed to be relayed according to an exemplary embodiment of the present invention. First, the type of mail is examined (401), and if it is a signal mail, it is processed according to the conventional mail method (406). If the type of the original mail is the original mail, it is determined how the original mail should be processed using the system shape data and the sender shape data of the mail sender (402). If it is to be delivered in the conventional mail method is processed according to the conventional mail method (406), if it is to be delivered in the down-mail method to store the original mail in the SMB 209 as follows (403); The sender ID is obtained from the sender information in the mail header to confirm whether the SMB 209 is established. If opened, obtain the recipient ID from the recipient information in the message header, and select an empty directory number starting from the lowest number in the corresponding mailbox directory, "/ Sender's Mailbox / Sender ID / Recipient ID /", which corresponds to the mail number. Find and create a directory with that number. The original mail is stored in the created directory, that is, the "/ mailing side mail mailbox / sender ID / receiver ID / mail number /" directory, and a password string is generated and stored as a password file. If the original mail is normally stored, the sending notification mail 301 is generated (405) and the mail is delivered according to the conventional mail method (406). If delivery of the delivery notification mail 301 fails, the original mail stored is deleted and the sender is notified that the mail delivery has failed in the conventional mail method. If there is no sender's SMB 209 in the original mail storage, the relevant SMTP error code is returned. If there is no free space even if the SMB 209 is opened, the relevant SMTP error code is returned (407). If one mail is sent to multiple recipients, the above procedure is repeated for each mail delivered to each recipient.

도 5는 본 발명의 바람직한 실시 예에서 MTA_n(205)가 수신한 메일의 목적지가 자신인 경우 MTA_n(205)의 처리 절차도를 보여준다. 자신이 탑재된 다운메일서버가 수신한 메일의 목적지이면 메일의 유형에 따라 다음과 같이 처리한다; 메일의 유형을 조사하여(501) 신호메일이면 종래 메일방식대로 처리한다(505). 원본메일이면 시스템 형상데이터와 메일헤더에 있는 수신자 ID에 대한 수신자 형상데이터로 원본메일을 종래 메일방식대로 수신해야 하는지를 판단하여(502) 종래 메일방식으로 수신해야 할 경우 종래 메일 방식대로 처리한다(505). 다운메일방식으로 수신해야 할 경우 연동 형상데이터로 메일중계장치가 있는지 확인하고 수신자 형상데이터에 메일연동장치(200)를 사용하도록 설정되어 있으면(503) 해당 메일연동장치(200)로 메일을 넘긴다(504). 하지만 메일연동장치(200)가 없거나 메일연동이 허용되지 않은 원본메일이면 문법에러를 의미하는 관련 SMTP 에러코드를 반송하고, 그리고 다운메일 방식을 사용하지 않았고 수신자측에서 메일연동장치(200)를 사용할 수 없기 때문에 다운메일 수신자에게 메일을 전달할 수 없다고 송신자에게 메일로 통보한다(506).FIG. 5 is a flowchart of a process of the MTA_n 205 when the destination of the mail received by the MTA_n 205 is itself in the preferred embodiment of the present invention. If the downmail server on which it is mounted is the destination of the received mail, it is processed as follows according to the type of mail; If the type of mail is checked (501) and the signal mail is processed according to the conventional mail method (505). If it is the original mail, it is determined whether the original mail should be received according to the conventional mail method based on the system shape data and the receiver shape data of the receiver ID in the mail header (502). ). If it is necessary to receive in the down-mail method, check whether there is a mail relay device as the interlocking shape data, and if the mail interlocking device 200 is set to use the recipient shape data (503), the mail is delivered to the corresponding mail interlocking device 200 ( 504). However, if there is no mail interlock device 200 or the original mail is not allowed to link mail, return the relevant SMTP error code indicating a grammatical error, and do not use the down mail method and use the mail interlock device 200 on the receiver side. The sender is notified by mail that the mail cannot be delivered to the down-mail recipient because it cannot.

도 6은 본 발명의 바람직한 실시 예에서 MTA_n(205)가 탑재된 장치가 메일연동장치(200)인 경우 MTA_n(205)의 처리 절차도를 보여준다. MTA_n(205)가 탑재된 곳이 메일중계장치이면 메일의 헤더로부터 송신자ID와 수신자ID를 구하여 메일중계장치를 사용할 수 있는 메일인지 인증한다(601). 인증이 통과되면 해당 메일사서함 디렉토리인 "/송신측메일사서함/송신자ID/수신자ID/" (또는 "/송신측메일사서함/수신자ID/송신자ID/")를 찾는데, 없으면 사서함 생성이 허용되어 있는지 여부를 판단한 후 생성한다(602). 그리고 그 디렉토리에서 낮은 숫자부터 비어있는 디렉토리 번호 - 이는 메일번호에 대응 됨 - 를 찾아 그 번호로 디렉토리를 만들고 만들어진 디렉토리, 즉 "/송신측메일사서함/송신자ID/수신자ID/메일번호/" (또는"/송신측메일사서함/수신자ID/송신자ID/메일번호/") 디렉토리에 원본메일을 저장하고, 암호 문자열을 생성하여 암호파일로 저장한다(602). 만약 메일중계장치를 사용할 수 없는 원본메일이거나, 사서함 생성이 허용되지 않았거나, 사서함 여유공간의 부족으로 원본메일을 저장할 수 없을 경우 이러한 사유로 다운메일 수신자에게 보낸 메일을 전달할 수 없으니 다운메일 방식으로 메일을 다시 발송하라고 송신자에게 메일로 통보한다(606). 원본메일이 정상적으로 보관되면 발송통지메일(301)을 생성하여 종래 메일방식대로 전달한다(605). 발송통지메일(301)의 전달이 실패하면 보관된 원본메일을 삭제하고 종래 메일방식대로 송신자에게 메일전달이 실패하였음을 통보한다.FIG. 6 is a flowchart illustrating a processing procedure of the MTA_n 205 when the device on which the MTA_n 205 is mounted is the mail interlocking device 200 according to an exemplary embodiment of the present invention. If the MTA_n 205 is mounted on the mail relay device, the sender ID and the receiver ID are obtained from the header of the mail to authenticate whether the mail relay device can be used (601). If authentication passes, look for the appropriate mailbox directory "/ Sender's Mailbox / Sender ID / Recipient ID /" (or "/ Sender's Mailbox / Recipient ID / Sender ID /"). After determining whether it is generated (602). And look for a directory number from low to empty in the directory, which corresponds to the mail number, and create a directory with that number, namely "/ mailbox / senderID / receiver ID / mail number /" (or &Quot; / Sender mail box / receiver ID / sender ID / mail number / ") The original mail is stored in the directory, and a password string is generated and stored as a password file (602). If the original mail cannot be used for mail relay, mailbox creation is not allowed, or the original mail cannot be saved due to insufficient mailbox space, the mail sent to the down-mail recipient cannot be delivered for this reason. The sender is notified by mail to send the mail again (606). When the original mail is normally stored, the transmission notification mail 301 is generated and transmitted according to the conventional mail method (605). If delivery of the delivery notification mail 301 fails, the original mail stored is deleted and the sender is notified that the mail delivery has failed in the conventional mail method.

도 7은 본 발명의 바람직한 실시 예에서 다운메일서버(202,203)와 메일연동장치(200)에 탑재되는 SMM(208)의 처리 절차도를 나타낸다. SMM(208)은 종래 메일방식에서의 RMM(206)과 유사한 기능을 수행하는데, 구체적으로 살펴보면 다음과 같다; 수신자로부터 원본메일 요청을 접수하면(701) 이용자 ID와 암호를 받아 해당 이용자 ID에 해당하는 디렉토리가 있는지, 그 디렉토리에 저장되어 있는 암호와 일치하는지를 조사하여 수신자를 인증한다(702). 인증이 통과되면 수신자에게 이용자 ID에 해당하는 디렉토리에 있는 원본메일을 보내준다(703). 원본메일을 보낸 후 수신자의 원본메일 삭제 명령 시 원본메일을 삭제하거나 삭제하지 않는다(703). 그리고 수신자가 메일을 받아갔음을 의미하는 수신통지메일을 만들어 송신자에게 보낸다(704).FIG. 7 is a flowchart of a process of the SMM 208 mounted in the down-mail servers 202 and 203 and the mail interlocking device 200 according to the preferred embodiment of the present invention. The SMM 208 performs a function similar to that of the RMM 206 in the conventional mail method. Upon receiving the original mail request from the receiver (701), the user ID and password are received and the receiver is authenticated by checking whether there is a directory corresponding to the user ID and whether it matches the password stored in the directory (702). If the authentication passes, the original mail is sent to the recipient in the directory corresponding to the user ID (703). After sending the original mail, the original mail is not deleted or deleted when the recipient deletes the original mail (703). In addition, a receiving notification mail indicating that the recipient has received the mail is sent to the sender (704).

수신자가 원본메일을 받은 후 원본메일을 삭제하라고 요구할 때 SMM(208)에서 원본메일을 삭제하는 것이 원칙이나 삭제하지 않을 수도 있다(703). 예를 들어 다수의 수신자에게 보내는 광고메일의 경우 수많은 수신자별로 별도의 원본메일을 보관하려면 과다한 사서함 공간이 요구되므로 하나의 원본메일만 보관하고 이 원본메일을 다수의 수신자가 받아가도록 할 경우이다. 하지만 수신자가 이러한 SMM(208)을 갖는 메일서버를 스팸메일러로 간주하여 원본메일의 수신을 거부할 수 있기 때문에 주의해야 할 것이다.When the recipient receives the original mail and requests the original mail to be deleted, it is a principle but may not be deleted (703) in the SMM 208. For example, in case of an advertisement mail sent to a large number of recipients, an extra mailbox space is required to store separate original mails for each recipient, so only one original mail is kept and the original mail is received by multiple recipients. However, care should be taken because the recipient may deny receipt of the original mail by considering the mail server having the SMM 208 as a spam mailer.

본 발명의 바람직한 실시 예에서 SMM(208)은 다음과 같이 두 가지로 방법으로 구현할 수 있다; 첫째 방법은 SMM(208)을 종래의 RMM(206)과 별도의 프로그램으로 구성하고 별도의 TCP/UDP 포트번호를 할당하는 것이다. 둘째 방법은 SMM(208)을 종래의 RMM(206)과 하나의 프로그램으로 구성하여 종래의 RMM(206)에 할당되었던 TCP/UDP포트번호를 사용하고 수신자의 접근 요청 시 입력되는 이용자ID의 문자형태로 어느 사서함관리자에 접근을 요청하는지 판별하는 것이다. 예로 이용자ID가 일반문자로 되어 있으면 RMM(206)에 접근을 시도하는 것이고, 특수 문자인 "/"를 포함하고 있으면 SMM(208)에 접근을 시도하는 것이다.In a preferred embodiment of the present invention, the SMM 208 can be implemented in two ways as follows; The first method is to configure the SMM 208 as a separate program from the conventional RMM 206 and assign a separate TCP / UDP port number. In the second method, the SMM 208 is composed of a conventional RMM 206 and a program to use the TCP / UDP port number assigned to the conventional RMM 206, and the character form of the user ID inputted when the receiver requests access. This is to determine which mailbox manager requests access. For example, if the user ID is a plain character, it attempts to access the RMM 206, and if it contains a special character "/", it attempts to access the SMM 208.

한편 다운메일서버(202,203)와 메일연동장치(200)의 SMM(208)는 SMB(209)를 관리하는 기능을 수행하는데, 각 송신자의 메일 사서함의 사용도, 가용공간, 오래된 원본메일 등을 조사하여 메일로 결과를 송신자에 알려주고, 필요 시 오래된 원본메일을 삭제하고 이를 메일로 송신자에게 알려주는 등의 메일사서함 관리기능을 수행한다. 메일연동장치(200)의 SMM(208)의 경우 부가적으로 수신자별로 메일 사서함의 사용도, 가용공간, 오래된 원본메일 등을 조사하고 해당 처리를 수행하는 등의 SMB(209) 관리기능을 가질 수 있다.On the other hand, the SMM 208 of the down mail servers 202 and 203 and the mail interlocking device 200 manages the SMB 209, and examines the sender's use of the mail mailbox, available space, old original mail, and the like. The result is a mail box management function that notifies the sender of the result by e-mail, deletes the old original mail and sends it to the sender by mail if necessary. In the case of the SMM 208 of the mail interlocking device 200, it may additionally have an SMB 209 management function such as checking the use of available mail mailboxes, available space, old original mail, etc. and performing the corresponding processing. have.

도 8은 본 발명의 바람직한 실시 예에서 수신자의 메일 수신 처리 절차도를 나타낸다. UA를 탑재한 컴퓨터에서 발송통지메일(301)을 받아본 후(801) 원본메일을 받아볼 것인가를 결정한다(802). 발송통지메일(301)의 헤더정보, 메일서버 ID 및 발췌된 메일내용 등의 정보로 받아보고 싶은 메일인지를 판단하여 원본메일을 받아본다. 원본메일을 받아보는 것은 발송통지메일(301)을 받아보는 것과 동일한 통신절차에 의해 수행되지만 메일을 보내주는 상대측 서버, 이용자 ID 및 암호가 다르다. 수동으로 원본메일을 받아볼 경우 발송통지메일(301)로부터 보관된 원본메일를 관리하는 SMM(208)을 탑재한 송신측다운메일서버(202)나 메일연동장치(200)의 도메인명이나 인터넷주소를 구하고, SMM(208)에서 인증에 필요한 이용자 ID와 암호를 구한 후 송신측다운 메일서버나 메일연동장치(200)의 SMM(208)에 접근하여 해당 원본메일을 받아와야 하는데(805), 처음 사용하는 이용자는 당황할 수가 있다. 이럴 경우는 도움사이트를 클릭하여 도움을 받거나 원본메일을 자동으로 받아보는 기능을 갖는 플러그인 또는 업그레이드된 UA를 다운 받아(804) 자동으로 원본메일을 받아볼 수 있다. 원본메일을 자동으로 받아보는 플러그인 또는 업그레이드된 UA를 사용하는 경우 이용자가 원본메일보기 단추를 클릭하면 자동으로 발송통지메일(301)에서 메일서버 ID, 이용자 ID 및 암호를 구하고 해당 원본메일을 받아와서 보여준다(808).8 is a flowchart illustrating a mail reception processing procedure of a receiver in a preferred embodiment of the present invention. After receiving the sending notification mail 301 from the computer equipped with the UA (801), it is determined whether to receive the original mail (802). The original mail is determined by determining whether the mail is intended to be received with information such as header information, mail server ID, and extracted mail contents of the sending notification mail 301. Receiving the original mail is performed by the same communication procedure as receiving the sending notification mail 301, but the other party's server, user ID and password for sending the mail are different. When receiving the original mail manually, the domain name or the Internet address of the sender's down-mail server 202 or the mail interlocking device 200 equipped with the SMM 208 that manages the stored original mail from the sending notification mail 301. After obtaining the user ID and password required for authentication in the SMM 208, the original mail should be received by accessing the SMM 208 of the sender-down mail server or the mail interlocking device 200 (805). The user can be embarrassed. In this case, you can get help by clicking the help site or download the plug-in or upgraded UA that has the function of automatically receiving the original mail (804) and receive the original mail automatically. If you are using a plugin or an upgraded UA that automatically receives the original mail, when the user clicks the View original mail button, the user automatically obtains the mail server ID, user ID and password from the sending notification mail (301), and receives the original mail. (808)

수신자가 원본메일을 받은 후 상대방 서버의 SMM(208)에 원본메일을 삭제하라고 요구할 때 SMM(208)에서 원본메일을 삭제하는 것이 원칙이나 삭제하지 않을 경우도 있을 것이다. 수신자가 원본메일을 받아본 후 한번 더 원본메일을 받아 보았을 때 이전에 받아본 원본메일과 동일한 원본메일이 읽혀지면 해당 메일서버는 스팸메일을 보내는 메일 서버일 수가 있으므로(806) 그 메일서버를 스팸메일러의 가능성이 큰 서버로 간주하고 스팸메일 걸러내기의 목록에 등록(807) 함으로서 자신을 보호할 수 있을 것이다.When the recipient receives the original mail and requests the other server's SMM 208 to delete the original mail, it may be principled or not deleted in the SMM 208. When the recipient receives the original mail and receives the original mail once more, if the same original mail is read as the previously received original mail, the mail server may be a spam mail server (806). You can protect yourself by considering the mailer as a likely server and registering 807 in the list of spam filters.

본 발명은 인터넷 메일의 역기능을 해소하고 스팸메일을 원천적으로 차단할 수 있는 다운메일 방식 및 종래 메일과의 연동방식에 관한 것이다. 다운메일 방식에서 송신자는 자기가 보낸 모든 원본메일을 수신자가 읽어갈 때까지 송신측서버에 보관해야 한다. 그러므로 종래의 수신자가 겪었던 메일 관리 및 삭제 등의 부담을 고스란히 송신자가 껴안게 되어 메일 발송의 도덕적 해이를 원천적으로 막을 수 있다. 다운메일 방식이 적용될 경우 수신자가 원본메일을 받아가지 않으면 원천적으로 스팸메일 자체를 보낼 수가 없을 뿐 아니라 과도한 원본메일의 보관 및 관리의 부담으로 함부로 스팸메일을 보낼 수가 없으며, 설령 보낸다고 하더라도 송신측서버 ID를 숨길 수 없어 어떤 경우에도 스팸메일러의 추적이 가능하다. 다운메일 방식의 도입에 걸림돌이 될 종래메일 방식과의 메일소통 문제는 원본메일 보관기능을 갖는 간단한 메일연동장치(200)를 통해 쉽게 해결된다. 따라서 메일 이용자는 종래 메일 프로그램의 변경 없이 어느 메일 방식에 가입을 하든 메일 소통에 문제가 없어 다운메일 방식의 점진적인 도입도 가능하다.The present invention relates to a down-mail method and an interworking method with a conventional mail, which can solve the reverse function of the Internet mail and block spam mails. In the down-mail mode, the sender must keep all original mail sent by the sender server until the receiver reads it. Therefore, the sender embraces the burden of managing and deleting the mail, which has been experienced by the conventional recipient, thereby preventing the moral hazard of sending the mail. If the downmail method is applied, the sender cannot send spam mail itself unless the recipient receives the original mail, and the sender's server ID can not be sent unnecessarily due to the burden of excessive storage and management of the original mail. Can't hide the spammers in any case can be traced. The mail communication problem with the conventional mail method, which would be an obstacle to the introduction of the down mail method, is easily solved through a simple mail interlock device 200 having an original mail storage function. Therefore, a mail user can subscribe to any mail system without changing the conventional mail program, and thus there is no problem in mail communication. Therefore, the down mail system can be gradually introduced.

아울러 본 발명의 상기 설명은 단지 예시 및 설명의 목적으로 제시된 것이다. 본 발명은 제시된 형태에 한정하지 않으며, 상기 설명한 본 발명의 원리에 비추어 많은 변형 및 수정이 가능하다. 설명된 실시 예들은 당업자들이 본 발명을 다양한 실시 예들에서, 그리고 하고자 하는 특정한 이용에 적절하게 변형하여 이용할 수 있도록 본 발명의 원리 및 실질적인 제공을 최상으로 설명하고자 선택된 것들이다.본 발명의 범위는 하기 첨부된 청구범위에 의해서만 한정된다.In addition, the above description of the present invention has been presented for purposes of illustration and description only. The invention is not limited to the form shown, and many variations and modifications are possible in light of the principles of the invention described above. The described embodiments are chosen to best explain the principles and substantive provisions of the present invention in order that those skilled in the art may use the present invention in various embodiments and as appropriately modified to the particular use thereof. It is limited only by the appended claims.

Claims (11)

유무선 네트워크를 통한 인터넷 메일이나 웹메일과 같은 메일 소통에 있어서,In the mail communication such as internet mail or web mail through wired or wireless network, 송신자(201)가 발송한 원본메일을 송신측다운메일서버(202)가 받아서 자신의 SMB(209)에 보관한 후 발송통지메일(301)을 만들고, 발송통지메일을 종래 메일방식으로 수신측다운메일서버(203)로 전달하고, 수신측다운메일서버(203)로부터 발송통지메일(301)을 받아본 수신자(204)가 자신의 의도에 의해 송신측다운메일서버(202)의 SMB(209)에 보관되어 있는 원본메일을 받아보고, 그리고 수신자(204)가 원본메일을 받아갈 때 수신통지메일을 송신자(201)에게 발송하는 것을 특징으로 하는 다운메일 방식 및 시스템The original mail sent by the sender 201 is received by the sending side down mail server 202 and stored in its own SMB 209, and then made a sending notification mail 301. The SMB 209 of the sender's downmail server 202 is delivered to the mail server 203, and the recipient 204, who has received the sending notification mail 301 from the receiver's downmail server 203, by his intention. Receiving the original mail stored in the, and when the recipient 204 receives the original mail, the down-mail method and system characterized in that to send the incoming notification mail to the sender (201) 웹 메일이나 인터넷 메일 등의 종래메일 송신자(211)가 다운메일 수신자(204)에게 메일을 보냄에 있어서,In the conventional mail sender 211, such as web mail or Internet mail, to send a mail to the down-mail recipient 204, 수신측다운메일서버(203)가 넘겨주는 원본메일을 메일연동장치(200)가 받아서 자신의 SMB(209)에 보관하고, 메일연동장치(200)가 발신통지메일(301)을 생성하여 수신측다운메일서버(203)에 전달하고, 수신측다운메일서버(203)로부터 발송통지메일(301)을 받아본 수신자(204)가 자신의 의도에 의해 메일연동장치(200)의 SMB(209)에 보관되어 있는 원본메일을 받아보고, 그리고 수신자(204)가 원본메일을 받아볼 때 수신통지메일을 송신자(211)에게 발송하는 것을 특징으로 하는 메일 연동방식 및 시스템Received down-mail server 203 receives the original mail delivered to the mail interlocking device (200) in its own SMB (209), the mail interlocking device 200 generates the outgoing notification mail (301) receiving side The recipient 204, which forwarded to the down mail server 203 and received the sending notification mail 301 from the receiving down mail server 203, sent to the SMB 209 of the mail interlocking device 200 by its own intention. Receive the original mail is stored, and when the receiver 204 receives the original mail, the mail interworking method and system, characterized in that to send the received notification mail to the sender (211) 다운메일 송신자(201)가 웹 메일이나 인터넷 메일 등의 종래메일의 수신자(214)에게 메일을 보냄에 있어서,When the down-mail sender 201 sends a mail to the recipient 214 of conventional mail such as web mail or Internet mail, 송신자(201)가 발송한 원본메일을 송신측다운메일서버(202)가 받아서 자신의 SMB(209)에 보관한 후 발송통지메일(301)을 만들고, 발송통지메일을 종래 메일 방식으로 수신측메일서버(213)로 전달하고, 수신측메일서버로부터 발송통지메일(301)을 받아본 수신자(214)가 자신의 의도에 의해 송신측다운메일서버(202)의 SMB(209)에 보관되어 있는 원본메일을 받아보고, 그리고 수신자(214)가 원본메일을 받아갈 때 수신통지메일을 원본메일의 송신자(201)에게 발송하는 것; 또는 송신자(201)가 발송한 원본메일을 종래메일방식처럼 수신측메일서버(213)로 곧장 전달하는 것을 특징으로 하는 메일 연동방식 및 시스템The original mail sent by the sender 201 is received by the sending side down mail server 202 and stored in its own SMB 209 to create a sending notification mail 301, and the sending notification mail is a receiving mail using a conventional mail method. Recipient 214, which forwards to the server 213 and receives the sending notification mail 301 from the receiving mail server, is stored in the SMB 209 of the sending mail server 202 by its intention. Receiving the mail, and sending the received notification mail to the sender 201 of the original mail when the recipient 214 receives the original mail; Alternatively, the mail interworking method and system, characterized in that the original mail sent by the sender 201 is delivered directly to the receiving mail server 213 as in the conventional mail method. 제 1항, 제 2항 및 제 3항에 있어서,The method according to claim 1, 2 and 3, 다운메일 수신자(204)가 송신측다운메일서버(202) 또는 메일연동장치(200)의SMM(208)으로부터 원본메일을 받아가거나 종래메일 수신자(214)가 송신측다운메일서버(202)의 SMM(208)으로부터 원본메일을 받아가는 통신절차를 종래메일 수신자(214)가 수신측메일서버(213)의 RMM(206)으로부터 메일을 받아가는 통신절차와 동일하게 하고, 메일연동장치(200)와 다운메일서버(202,203) 및 종래 메일서버(212,213) 사이의 통신절차를 종래 메일서버(212,213) 사이의 통신절차와 동일하게 하는 방식The down-mail recipient 204 receives the original mail from the sender down-mail server 202 or the SMM 208 of the mail interlocking device 200, or the conventional mail receiver 214 receives the SMM of the send-down down-mail server 202. The communication procedure for receiving the original mail from 208 is the same as the communication procedure for receiving the mail from the RMM 206 of the receiving mail server 213 by the conventional mail receiver 214, and the mail interlocking device 200. A method of making the communication procedure between the downmail servers 202 and 203 and the conventional mail servers 212 and 213 the same as the communication procedure between the conventional mail servers 212 and 213. 제 1항, 제 2항 및 제 3항에 있어서,The method according to claim 1, 2 and 3, 메일을 원본메일과 신호메일로 분류하고, 메일바디의 길이로 신호메일과 원본메일을 구분하고, 발송통지메일(301)를 사용하여 원본메일의 발송을 통보하고, 그리고 수신통지메일을 사용하여 원본메일을 수신자가 받아갔음을 통보하는 방식The mail is classified into the original mail and the signal mail, the signal mail and the original mail are distinguished by the length of the mail body, the sending notification mail 301 is used to notify the sending of the original mail, and the original notification is received using the mail. How to notify the recipient that the message has been received 제 1항, 제 2항 및 제 3항에 있어서,The method according to claim 1, 2 and 3, 다운메일서버(202,203)에서 "/송신측메일사서함/송신자ID/수신자ID/메일번호/" 디렉토리 형태의 SMB(209)를 제공하고, 메일연동장치(200)에서 "/송신측메일사서함/송신자ID/수신자ID/메일번호/" 또는 "/송신측메일사서함/수신자ID/송신자ID/메일번호/" 형태의 SMB(209)를 제공하는 방식The down mail server 202, 203 provides the SMB 209 in the form of " / sending side mail mailbox / sender ID / receiver ID / mail number / ", and in the mail interlocking device 200, " / sending side mail mailbox / sender " SMB 209 in the form of ID / Recipient ID / Mail Number / ”or“ / Sender Mail Mailbox / Recipient ID / Sender ID / Mail Number / ” 제 1항, 제 2항 및 제 3항에 있어서,The method according to claim 1, 2 and 3, 수신자(204,214)의 요청 시 원본메일을 전달하는 것; 수신자가 원본메일을 받아간 후 원본메일의 삭제를 요청할 때 원본메일을 삭제하거나 삭제하지 않는 것(703); 원본메일을 전달한 후 수신통지메일로 원본메일을 받아 갔음을 송신자(201,211)에게 통보해주는 것(704); 및 SMB(209)에서 송신자별로 메일 사서함의 사용도, 가용공간 및 오래된 원본메일 등을 조사하고 해당 처리를 수행한 후 송신자에게 결과를 알려주거나 수신자별로 메일 사서함의 사용도, 가용공간 및 오래된 원본메일 등을 조사하고 해당 처리를 수행한 후 수신자에게 결과를 알려주는 것을 특징으로 하는 다운메일서버(202,203)와 메일연동장치(200)의 SMM(208)Delivering original mail upon request of recipients 204 and 214; Not deleting or deleting the original mail when the recipient requests the deletion of the original mail after receiving the original mail (703); Notifying the sender (201, 211) that the original mail was received by the received notification mail after delivering the original mail (704); And SMB 209 examines the mail mailbox usage, available space and old original mail for each sender and performs the corresponding processing, and then informs the sender of the results or uses the mailbox, free space and old original mail for each recipient. SMM 208 of the down-mail servers 202 and 203 and the mail interlock device 200 characterized by informing the recipients of the result after checking and performing the corresponding processing. 청구항 7에 있어서,The method according to claim 7, SMM(208)을 종래의 RMM(206)과 하나의 프로그램으로 구성하여 종래의 RMM(208)에 할당되었던 TCP/UDP 포트번호를 사용하고 수신자의 접근 요청 시 입력되는 이용자ID의 문자형태로 어느 메일사서함관리자에 접근을 요청하는지 식별하는 방법The SMM 208 is configured as a program with the conventional RMM 206 to use a TCP / UDP port number assigned to the conventional RMM 208, and any mail in the form of a character of a user ID inputted when a recipient requests access. How to identify if you are requesting access to Mailbox Manager 제 1항, 제 2항 및 제 3항에 있어서,The method according to claim 1, 2 and 3, 시스템 형상데이터, 송신자 형상데이터, 수신자 형상데이터 및 연동 형상데이터로송신 또는 수신되는 각 메일마다 자신의 동작모드를 결정하여 메일연동장치(200), 송신측다운메일서버(202), 수신측다운메일서버(203), 송신측메일서버(212), 수신측메일서버(213) 또는 복합메일서버로 동작할 수 있는 특징(402, 502)을 갖는 MTA_n(205)The mail linking device 200, the sender down mail server 202, and the receiver down mail are determined by determining their operation mode for each mail sent or received as system shape data, sender shape data, receiver shape data, and interlocking shape data. MTA_n 205 having features 402 and 502 that can operate as a server 203, a sending mail server 212, a receiving mail server 213, or a compound mail server. 청구항 9에 있어서,The method according to claim 9, 중계가 허용된 신호메일을 수신하여 종래 메일송신 처리를 하거나(406) 중계가 허용된 원본메일을 수신하여 SMB(209)에 보관한 후(403) 발송통지메일(301)을 생성하여(405) 수신측다운메일서버(203)나 수신측메일서버(213)로 전달하고(406) 원본메일의 보관에 실패할 경우 관련 SMTP 에러코드를 반송하는 것(407); 자신이 목적지인 신호메일을 받아서 종래 메일방식대로 처리하고(505), 자신이 목적지인 원본메일을 수신하여 메일연동이 가능하면 메일연동장치(200)로 넘기고(504), 아니면 원본메일의 수신을 차단한 후 관련 SMTP 에러 코드를 반송하면서 메일전달 실패 사유를 송신자에게 메일로 통보하는 것(506); 자신이 탑재된 장치가 메일연동장치(200)이면 원본메일을 넘겨받아 정상적인 경우 SMB(209)에 원본메일을 보관(602)한 후 발송통지메일(301)을 생성하여(604) 종래메일방식대로 전달하고(605), 인증에 실패하거나 사서함 생성에 실패하여 원본메일을 처리하지 못할 경우 그 내역을 송신자에게 메일로 통보하는 것(606); 및 다수의 수신자로 전달되는 메일의 경우 각 수신자별로 전달될 메일을 별도의 메일처럼 취급하는 것을 특징으로 하는 MTA_n(205)Receive the signal mail that is allowed to be relayed to process the conventional mail transmission (406) or receive the original mail allowed to be relayed and stored in the SMB (209) (403) to generate a sending notification mail (301) (405) Forwarding to the receiving down-mail server 203 or the receiving-side mail server 213 (406) and returning the relevant SMTP error code if the storage of the original mail fails (407); Receives the signal mail as the destination and processes it according to the conventional mail method (505), and if the mail is interlocked by receiving the original mail as the destination, the mail interlocking device (200) (504), otherwise receiving the original mail Notifying the sender of the reason for the failure of the mail delivery by mail while sending the relevant SMTP error code after blocking (506); If the device on which it is mounted is a mail interlocking device (200), the original mail is received, and if it is normal, the original mail is stored in the SMB (209) (602) and then the sending notification mail (301) is generated (604) as in the conventional mail method. Forwarding (605) and notifying the sender of the details by mail (606) if the original mail cannot be processed due to a failure of authentication or a mailbox creation; And MTA_n (205), in the case of the mail delivered to a plurality of recipients, the mail to be delivered for each recipient is treated as a separate mail. 청구항 1, 청구항 2 및 청구항 3에 있어서,The method according to claim 1, 2 and 3, 수신자(204,214)가 원본메일을 받아오려고 할 때 도움사이트를 클릭하여 도움말 사이트를 참조하거나 원본메일을 자동으로 받아보는 기능을 갖는 플러그인 또는 업그레이드된 UA를 다운 받아 설치할 수 있고(804), 원본메일보기 단추를 클릭하여 자동으로 발송통지메일(301)에서 메일서버 ID, 이용자 ID 및 암호를 구하여 해당 원본메일을 받아와서 보여주고(808), 수신자가 원본메일을 받아본 후 한번 더 원본메일을 받아 보았을 때 이전에 받아본 원본메일과 동일한 원본메일이 읽혀지면 해당 메일서버는 스팸메일을 보내는 메일서버일 수가 있으므로(806) 그 메일서버를 스팸메일러의 가능성이 큰 서버로 간주하고 스팸메일 걸러내기의 목록에 등록(807)하는 방식When the recipients (204, 214) want to receive the original mail, they can click the help site to refer to the help site or download and install a plug-in or upgraded UA that has the ability to automatically receive the original mail (804). Click the button to automatically obtain the mail server ID, user ID and password from the sending notification mail (301) to receive and show the original mail (808), the recipient received the original mail once again after receiving the original mail If the same original mail is read when the original mail was received previously, the mail server may be a mail server sending spam mail (806), so consider the mail server as a high potential spam mailer and list spam filtering. How to register (807)
KR1020020007823A 2002-01-17 2002-02-14 A downmail method and system to restrain the sending of spam mail KR20020016886A (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
KR1020020007823A KR20020016886A (en) 2002-02-14 2002-02-14 A downmail method and system to restrain the sending of spam mail
KR1020047010856A KR20040074118A (en) 2002-01-17 2003-01-13 An Internet Mail Method and System based on Sender Mailbox
AU2003235658A AU2003235658A1 (en) 2002-01-17 2003-01-13 Method for electronic mail notice and download
PCT/KR2003/000060 WO2003061213A1 (en) 2002-01-17 2003-01-13 Method for electronic mail notice and download

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020007823A KR20020016886A (en) 2002-02-14 2002-02-14 A downmail method and system to restrain the sending of spam mail

Publications (1)

Publication Number Publication Date
KR20020016886A true KR20020016886A (en) 2002-03-06

Family

ID=19719227

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020007823A KR20020016886A (en) 2002-01-17 2002-02-14 A downmail method and system to restrain the sending of spam mail

Country Status (1)

Country Link
KR (1) KR20020016886A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004090775A1 (en) * 2003-04-07 2004-10-21 Se Jin Heo Communication method, program, media, and device to authenticate, mortgage, and process compensation for spam

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004090775A1 (en) * 2003-04-07 2004-10-21 Se Jin Heo Communication method, program, media, and device to authenticate, mortgage, and process compensation for spam

Similar Documents

Publication Publication Date Title
US6266692B1 (en) Method for blocking all unwanted e-mail (SPAM) using a header-based password
US7249175B1 (en) Method and system for blocking e-mail having a nonexistent sender address
US6779022B1 (en) Server that obtains information from multiple sources, filters using client identities, and dispatches to both hardwired and wireless clients
AU782333B2 (en) Electronic message filter having a whitelist database and a quarantining mechanism
US7627642B1 (en) Methods and systems for automatically presenting users with option to call sender responsive to email message
US20040181581A1 (en) Authentication method for preventing delivery of junk electronic mail
US20070100999A1 (en) Method, system and software for rendering e-mail messages
US20030220978A1 (en) System and method for message sender validation
US20020120748A1 (en) Method and apparatus for selective delivery and forwarding of electronic mail
US20040221048A1 (en) Email archive system
WO2001044953A1 (en) Method and system for confirming receipt of electronic mail transmitted via a communications network
GB2347053A (en) Proxy server filters unwanted email
US20050198518A1 (en) Method for blocking Spam
US7054907B1 (en) Systems and methods for blocking delivery of an electronic communication
WO2005001733A1 (en) E-mail managing system and method thereof
KR20040074118A (en) An Internet Mail Method and System based on Sender Mailbox
US20060075047A1 (en) Electronic file delivery device and delivery method
WO2003053017A1 (en) Electronic mail transmission system with proxy mail address
KR20020016886A (en) A downmail method and system to restrain the sending of spam mail
Cisco Appendix B - Sample Sendmail.cf File
JP4276105B2 (en) E-mail system
JP5417914B2 (en) Relay device and program
KR20020020928A (en) Sender mailbox management and original mail reading method under the downmail system
KR20020010936A (en) A downmail method and it's system under which mail is downloaded from the mailbox of sender
KR20090001524A (en) Terminal which distinguish recipient of email using specific identifier and method thereof

Legal Events

Date Code Title Description
A201 Request for examination