WO2001067259A1 - Procedes et dispositif pour former un hote virtuel dans des serveurs de messagerie electronique - Google Patents

Procedes et dispositif pour former un hote virtuel dans des serveurs de messagerie electronique Download PDF

Info

Publication number
WO2001067259A1
WO2001067259A1 PCT/US2001/007097 US0107097W WO0167259A1 WO 2001067259 A1 WO2001067259 A1 WO 2001067259A1 US 0107097 W US0107097 W US 0107097W WO 0167259 A1 WO0167259 A1 WO 0167259A1
Authority
WO
WIPO (PCT)
Prior art keywords
virtual domain
domain
recited
directory
virtual
Prior art date
Application number
PCT/US2001/007097
Other languages
English (en)
Inventor
Anil K. Srivastava
Timothy C. Misner
Daryl A. Huff
Frederic C. Batty
Jacques E. Belissent
Original Assignee
Sun Microsystems, Inc
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
Priority claimed from US09/521,282 external-priority patent/US7058683B1/en
Application filed by Sun Microsystems, Inc filed Critical Sun Microsystems, Inc
Priority to AU2001241995A priority Critical patent/AU2001241995A1/en
Priority to EP01913319A priority patent/EP1192549A1/fr
Publication of WO2001067259A1 publication Critical patent/WO2001067259A1/fr

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/48Message addressing, e.g. address format or anonymous messages, aliases

Definitions

  • the present invention relates in general to client/server data communication systems and, more particularly, to a mail server included in an electronic mail system for use within a client/server data processing system. More particularly still, the present invention is directed towards a method and apparatus for defining a virtual domain in an email system.
  • Computer systems are well known in the art and have become a business staple and are also found in many homes.
  • One feature available to the business world is that of using electronic mailing (email) to send and receive messages and other information to and from one another in a business setting.
  • home computers such as desk tops or laptops, and other information devices, such as personal digital assistants (PDAs), allow telecommuting such that a user can connect to the user's work server and down load and upload messages.
  • PDAs personal digital assistants
  • the email system allows clients of a network system, which is maintained by a server system, to send messages or data from one user to another.
  • the engine is typically located on the server and is merely accessed by a client in order to send messages or retrieve messages to or from another user or client on the server system.
  • the client system typically allows the user to perform such operations as composing, updating, and sending messages while the server in such a system provides, in part, a server based message repository as well as providing message transmission and reception functions for the user at the client level.
  • N traditional email system 100 configured to operate in what is referred to as a consumer host mode, is illustrated in Fig. 1.
  • the email system 100 includes a number of consumers and/or businesses 102-1 ("abc.com”) through 102 -n ("xyz.gov”) each of which is coupled to a service provider (SP) 104 ("isp.net”).
  • SP service provider
  • the service provider (SP) 104 provides the various consumers and/or businesses 102 with just an unprotected IP router.
  • the consumers and or businesses 102 also operate and maintain their own application servers, including the email server, D ⁇ S server, and (if needed) LDNP server (not shown).
  • each of the consumers and/or businesses 102 must operate through a firewall that filters out undesirable packets and insulates the organization's internal network from the Internet. Notice that for many organizations, especially small ones, the email server may actually be the firewall system.
  • the email system 100 those consumers and/or businesses 102-1 through 102-n who wish to read their mail must be connected to a service provider (SP) email server 106.
  • SP service provider
  • the SP 106 also operates an email mailbox 108, and a DNS server 110 that provides the following services, a primary master server for the SP's own domain (ISP.net), to designate as the root server for all consumers and/or businesses, act as a primary master server for consumers and/or businesses who do not wish to maintain their own public DNS server, and as a secondary server for consumers and/or businesses who prefer to maintain their own public server.
  • ISP.net a primary master server for the SP's own domain
  • an SMTP relay host 112 that is managed by the SP offers offer a number of value added services, for which the SP may charge additional fees.
  • the relay host can be configured to allow the relay host to accept and hold the consumer's email when their mail server is down.
  • the relay host imposes a significant management burden on the SP since in some cases, consumer email may live on this server for an indefinite time raising issues of backup and failure recovery. If one of the consumer servers fails because of being swamped, for example, then the consumer's email may roll over to the SP's relay host. Because of this, most SPs do not offer a relay host for those consumers and/or businesses that are hosting their own email server.
  • the SP also provides a directory service in the form of the LDAP Directory server that is located at the consumer's site, which can be operated by the consumer. In this way, most organizations do not expose their LDAP servers to the public network for security reasons.
  • a mail user in ABC, Inc. (which lawfully owns its DNS domain name abc.com, but relies on the ISP isp.net to host its email) desiring to send and receive mail uses the domain name username@,abc.com even though his mailserver is really mailhost.isp.net. It also means that any user in the abc.com domain, connects to a mailhost in the domain abc.com - for example mail.abc.com - to access his/her mail.
  • the email system 100 Since the email system 100 requires a separate mail server to be supported by the SP 106 for each of the domains abc.com through xyz.gov, although well understood and easy to manage, the email system 100 is not cost effective for small domains. In addition, as the number of domains increases, the management of the individual services becomes increasingly unwieldy. Internet service providers (ISPs) have a growing interest in hosting email services for always larger and more numerous organizations. Many businesses see the ability to farm out email services as a very attractive cost- saving idea. It is therefore desirable that an email service provider be able to offer email services to multiple organizations each of which has their own virtual domain and to support the ability to define such domains in the directory and host them on a shared mail server. For at least these and other reasons, an email architecture that can support a single mail server which, in turn, can support many different domains is desirable.
  • ISPs Internet service providers
  • a method is disclosed where a virtual domain node is defined that corresponds to a real (non- virtual) domain.
  • the virtual domain node is defined in a hierarchically organized directory.
  • a plurality of virtual domain attributes are then associated with the virtual domain node, such attributes include a designated virtual domain administrator, a designated virtual domain postmaster, a state of the virtual domain, and a set of allowed services for the virtual domain.
  • computer-readable medium containing programming instructions for defining a virtual domain in an electronic mail messaging system.
  • the computer readable medium contains computer code devices configured to cause a computer to execute the following operations. First, defining a virtual domain node corresponding to a real (non- virtual) domain in a hierarchically organized directory and then associating a plurality of virtual domain attributes to the virtual domain node.
  • an electronic messaging system in one aspect of the invention, includes a main host computer for transferring an incoming email message between a sending subscriber and a receiving subscriber having an associated unique user name.
  • the system also includes a messaging server coupled to the host computer that receives the incoming email message from the sending subscriber and forwards the email message to the receiving subscriber based upon the receiving subscriber's user name.
  • the system also includes a hierarchically organized directory coupled to the messaging server arranged to define a virtual domain node corresponding to a real (non- virtual) domain having associated with it a plurality of virtual domain attributes to the virtual domain node.
  • Fig. 1 illustrates a conventional customer hosted type e-mail system.
  • Fig. 2 shows an Internet email system in accordance with an embodiment of the invention.
  • Fig. 3 shows an exemplary message store in accordance with an embodiment of the invention.
  • Fig. 4 shows a flowchart detailing a process whereby a virtual domain is defined in accordance with an embodiment of the invention.
  • Fig. 5 shows a flowchart that details a process that describes a message data flow in accordance with an embodiment of the invention.
  • Fig. 6 shows a flowchart that details a process for accessing a delivered email message in accordance with an embodiment of the invention.
  • Fig. 7 shows a flowchart that details one implementation of a checking user credentials operation in accordance with an embodiment of the invention.
  • Fig. 8 illustrates a typical general-purpose computer system suitable for implementing the present invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Reference will now be made in detail to a preferred embodiment of the invention. An example of the preferred embodiment is illustrated in the accompanying drawings. While the invention will be described in conjunction with a preferred embodiment, it will be understood that it is not intended to limit the invention to one preferred embodiment. To the contrary, it is intended to cover alternatives, modifications, and equivalents as may be included within the spirit and scope of the invention as defined by the appended claims.
  • the Internet has effectively lowered the cost of electronic communication. As the number of people and organizations connected to the Internet has grown, the Internet has evolved into a new channel for communication. To facilitate Internet services, Internet messaging clients and easy-to-use web browsers have provided cost-effective way of publishing and sharing information with employees inside the enterprise as well as customers, suppliers, and partners outside. Since messaging services has become crucial to enterprise infrastructure in the 1990s, organizations are seeking messaging solutions that provide a lower cost of ownership while increasing the effectiveness and reliability of their communications network. Specifically, they are evaluating the benefits of Internet standards-based messaging systems.
  • the invention describes an Internet standards-based messaging system having a mail server capable of offering e-mail services to multiple organizations each of which has their own virtual domain.
  • the invention is also able to define such virtual domains in the directory and host them on a shared mail server.
  • the invention will now be described in terms of an internet mail server resident on a server computer coupled to a large network of mailboxes typical of a large corporate intranet system as well as a single user coupled to a large interconnected computer network such as the Internet. It should be noted, however, that the inventive mail server is well suited to any application requiring highly reliable, scalable, and efficient information transport over a large number of computers.
  • an Internet email system 300 in accordance with an embodiment of the invention includes an Internet mail server 301 coupled to a user mailbox 303.
  • the mail server 301 is a general-purpose, "store-and-forward" system for distributing computer-based mail. It should be noted that the term “store-and-forward" means that the mail server 301 automatically handles the receiving of mail messages necessitated when network links (such as those links 306 to the Intemet) or other services are temporarily unavailable.
  • a transfer unit 302 included in the mail server 301 is responsible for directing messages to the appropriate network transport and ensuring reliable delivery over that transport.
  • the mail server 301 includes a message store unit 304 coupled to the transfer unit 302 that is used to store messages for later transmission to the user mailbox 303.
  • the message store 304 in the mail server 301 is a dedicated data store for the delivery, retrieval, and manipulation of Internet mail messages.
  • the message store works with the IMAP4 and POP3 to provide flexible and easy access to messaging. It saves any message that conforms to RFC 822 specifications, and recognizes the Multipurpose Internet Mail Extensions (MIME) content format.
  • MIME Multipurpose Internet Mail Extensions
  • the message store 304 is organized as a set of folders and user mailboxes.
  • the mailbox 401 is a container for messages where each user has an inbox 402 where new mail arrives, and can have one or more folders 404 where mail can be stored.
  • Folders 404 may contain other folders or mailboxes and may be arranged in a hierarchical tree.
  • Mailboxes owned by an individual user are private folders 406.
  • a common user or group can share the ownership of a folder or mailbox as a shared folder 408.
  • a shared folder is similar to an email group, but instead of messages going into each member of the email group's inbox, messages addressed to the shared folder 408 go into a private folder associated with each user.
  • the message store 304 maintains only one copy of each message. However, in those cases where the message store 304 receives a message addressed to multiple users or a group (based upon an associated distribution list), it adds a reference to the message in each user's inbox rather than having a copy of the message in each user's inbox, thereby saving disk space. In addition to the reference, the individual message's status (new, unread, replied to, deleted, and the like) is maintained per mailbox. In the described embodiment, access to the message store 304 is multithreaded thereby allowing a single process to manage a large number of connections since each connection is handled by a thread.
  • the delivery and routing of messages by the transfer unit 302 is based on a routing table 310 that in turn is derived from the user and group (distribution list) entries stored in a directory service unit 312.
  • the directory service unit 312 is the central repository for meta- information: user profiles, distribution lists, and other system resources based upon, in some embodiments, a dedicated Lightweight Directory Access Protocol (LDAP) directory service.
  • LDAP Lightweight Directory Access Protocol
  • This directory supports the storage of information according to a directory information tree (DIT) which is a hierarchical structure that resembles a tree with one major branch at the top and many branches and sub-branches below.
  • DIT directory information tree
  • the arrangement of the tree is flexible, allowing administrators to decided how to best deploy the service for their organization. For some, it may be best to arrange the tree according the actual business organizational structure or geographic structure. For others, however, a one-to-one mapping to DNS layers may be best.
  • the DIT also provides the flexibility to support a wide range of administration scenarios, and can be administered in either a centralized or distributed manner.
  • Centralized administration can be implemented where one authority manages the entire DIT. This type of administration is usually used in scenarios where the entire DIT resides on one mail server.
  • the transfer unit 302 In order to properly route a message, the transfer unit 302 must access the directory information associated with each message that it processes. However, in a preferred embodiment, rather than querying the directory service 312 directly each time it processes a message, the transfer unit 302 caches the directory information in a directory cache 314. When the transfer unit processes a particular message, it accesses the appropriate directory information in the cache 314. When required, the transfer unit 302 uses the directory information in the cache 314 to update the routing table 312. Since a directory query for each recipient of each message is time-consuming and puts a large load on the mail server 301, by implementing the localized directory cache 314, performance of the email server 301 is improved. In addition, since the information stored in the directory service unit 310 is not always in the format required by the transfer unit 302, when creating the cache, the transfer unit reformats the directory information as required.
  • a the transfer unit 302 can be configured to adhere to various mail delivery options which specify one or more delivery options for inbound email to a designated recipient. While inbound messages can be delivered into multiple message stores, message access servers (MAS) can read messages from only a designated one of them.
  • MAS message access servers
  • the transfer unit 302 uses these attributes to determine the targets of message delivery for all messages submitted to a particular distribution list. Such attributes can include, but are not limited to : "autoreply",
  • program where mail is delivered to a program
  • forward where mail is forwarded to another mailbox(es)
  • file where the incoming message file is appended to another file
  • shared where mail is delivered to a shared mailbox (this is typically used to set up a shared mailbox for a distribution list).
  • protocols are generally a high-level (not necessarily network specific) language spoken between two mailers.
  • Transports are the low-level, network specific details used to implement a protocol on a given network.
  • email messages can come in to the transfer unit 302 by any one of a variety of transports and protocols-submitted directly by a local user, via TCP/IP as an SMTP message from an Internet system, by using a dial-up modem using the PhoneNet protocol, DECnet as a MAIL- 11 message, DECnet as an SMTP message, UUCP, an X.400 transport, SNA, and so on.
  • the transfer unit 302 then routes the message out using a transport and protocol appropriate for the message's destination address.
  • the transfer unit 302 uses what are referred to as channels to implement specific combinations of transports and protocols. Each different transport and protocol combination has an associated transfer unit channel.
  • the transfer unit 302 postmaster initially configures the transfer unit 302 telling it what sorts of transports and protocols are in use at his site, and what sorts of destination addresses should be routed through which sorts of channels. For instance, at sites with an Internet connection, Internet addresses are normally routed through an SMTP over TCP/IP channel; but at sites with only a UUCP connection, Internet addresses would instead be routed through a UUCP channel.
  • the transfer unit 302 is so configured using configuration data stored in a configuration table (not shown), the transfer unit 302 handles message routing and delivery automatically. In this way, ordinary users need never be aware of this underlying transport and routing; that is, they simply address and send their messages and the transfer unit 302 automatically routes and delivers them appropriately.
  • the transfer unit 302 stores messages as text files. Messages with multiple parts (possibly containing different types of data) are represented as a series of text sections separated by special unique delimiter strings.
  • the first few files in each email message are referred to as the message envelope that contains transport information.
  • the message envelope is terminated by a line containing a boundary marker, or by a line containing two CTRL/A characters.
  • the transfer unit 302 uses the contents of the envelope to make routing decisions. It does not use the content of the message.
  • the content of the envelope is primarily defined by RFC 821. It includes the originator address, the recipient(s) address(es), and envelope ID.
  • the header lines of the message follow the envelope whose format is mandated by RFC 822.
  • message header lines there may be any number of message header lines; the message header formed by this collection of header lines is terminated by a single blank line after which follows the message body.
  • An Internet mail message starts with one or more headers. Each header is composed of a field name followed by a colon then a value which can be generated by, for example, the composer of a message or the mail client.
  • a transfer unit can also add headers to a message. Each transfer unit that accepts a message adds a received header to that message. The last transfer unit to accept the message and to actually deliver the message to the message store adds a return-path header. The received and return-path headers provides information that enables you to trace the routing path taken by the message if a problem occurs.
  • SMTP Simple Mail Transport Protocol
  • the transfer unit 302 delivers the message to the message store 304. If, however, the message is addressed to another domain, the transfer unit 302 relays the message to another transport agent on the Internet or Intranet.
  • messages to the local domain are stored in the message store 304 depending on how the system is configured. Once messages are delivered to the appropriate mailbox, they can be retrieved, searched for, and manipulated by IMAP4 or POP3-based mail clients.
  • the transfer unit 302 uses the directory 312 that, in a preferred embodiment, is configured as an LDAP type directory, to retrieve local user and group address information. When the transfer unit 302 receives a message, it uses the directory information to determine where the message should be delivered.
  • the message store uses the directory services to authenticate users logging into their mailboxes.
  • the message store 304 also obtains information about user message quota limits and message store type (IMAP or POP). Outgoing client messages go to the SMTP channel in the LDAP.
  • the transfer unit 302 sends the message to an Internet transfer or, if the address is local, to the message store 304.
  • the LDAP directory 312 is the master repository of all the information related to hosted domains. That is, the message access server retrieves the necessary information to associate a client with a domain from the LDAP directory 312. Similarly, the transfer unit 302 retrieves hosted domain info ⁇ nation from the LDAP directory 312 to perform proper routing and address rewriting.
  • the process 500 begins at 502 by defining a virtual domain node in the DIT. Once a the virtual domain node has been defined, corresponding routing table entries are defined at 504 and at 506, various virtual domain attributes are stored at the virtual domain node.
  • the various virtual domain attributes include a list of services permitted the domain. Such services may include, for example, IMNP, MAPS, POP3, POP3S, and SMTP, which in some cases requires presentation of credentials.
  • Other of the services include identification of a domain administrator who is authorized to manage the particular virtual domain which includes setting particular user-level attributes for particular users in the domain. These services also include designation of a virtual domain postmaster who identifies email message delivery problems, and a state of the domain.
  • the state of the domain can be active indicating that all mail can be received, or the state can be inactive, where the particular domain has been temporarily suspended for various and sundry reasons, or, the state of the domain can be deleted indicating that the particular domain no longer exists.
  • the process 600 starts at 602 by the user submitting a message to be delivered to another user on the network via the SMTP protocol.
  • the transfer unit reads the address and the routing information from the directory service server using the address domain information from the incoming message as a key. Using the address domain information from the incoming message, the transfer unit checks its routing table to determine if the address domain exists at 606. If the address domain does not exist, then a check is made of the DNS table at 608 to determine if the address domain is known.
  • the email message is sent to the transfer agent indicated by the corresponding DNS MX record at 612 for eventual delivery.
  • the status of the address domain is determined at 614. If the address domain status is active, then a check is made at 616 to determine if the local part of the email message's domain name matches the recipient in the LDAP directory. If the local part of the name does not match, then an error message is returned to the email sender at 618. If, however, the local part of the name does match, then the email message is accepted and delivered to the recipient's mailbox at 619.
  • the message is not held, but returned with a transient error message that causes the sending MTA to retry after a preset interval at 620 for a predetermined length of time after which an error message is returned to the sender at 622. If, however, the domain's status is deleted, then an error message indicating as much is returned to sender at 624.
  • a process 700 shown in Fig. 6 in accordance with an embodiment of the invention begins at 702 by the user presenting his/her credentials to the message access server (MAS).
  • the MAS extracts the domain from the stored email message at 704 and determines at 706 whether or not the domain is active. If the domain is not active, then an error message is sent to the user at 708. Alternatively, if the domain is active, then a determination is made at 710 whether or not the presented credentials are valid. If the presented credentials are not valid, an error message is returned to the user at 708, otherwise, the user is granted access to the user mailbox at 712.
  • Fig. 7 showing a flowchart that details one implementation of the checking user credentials operation 710 of the process 700.
  • This particular implementation of the operation 710 begins at 802 by determining if the user state is active. If the user state is not active, then an error message is returned at 804, otherwise, a determination at 806 is made whether or not a userid associated with the user is within the domain. If the userid is not within the virtual domain, then an error message is returned at 804, otherwise, a determination is made at 808 whether or not a user supplied password is valid. If the user supplied password is not valid, then an error message is returned at 804, otherwise, the credentials have been deemed to be valid at 810.
  • Fig. 7 shows a flowchart that details one implementation of the checking user credentials operation 710 of the process 700.
  • This particular implementation of the operation 710 begins at 802 by determining if the user state is active. If the user state is not active, then an error message is returned at 804, otherwise, a determination at 806 is made whether or not a
  • the computer system 900 includes any number of processors 902 (also referred to as central processing units, or CPUs) that are coupled to memory devices including primary storage devices 904 (typically a read only memory, or ROM) and primary storage devices 906 (typically a random access memory, or RAM).
  • processors 902 also referred to as central processing units, or CPUs
  • memory devices including primary storage devices 904 (typically a read only memory, or ROM) and primary storage devices 906 (typically a random access memory, or RAM).
  • primary storage devices 904 typically a read only memory, or ROM
  • RAM random access memory
  • Computer system 900 or, more specifically, CPUs 902 may be arranged to support a virtual machine, as will be appreciated by those skilled in the art.
  • ROM acts to transfer data and instructions uni-directionally to the CPUs 902
  • RAM is used typically to transfer data and instructions in a bi-directional manner.
  • CPUs 902 may generally include any number of processors.
  • Both primary storage devices 904, 906 may include any suitable computer-readable media.
  • the mass memory device 908 is a computer- readable medium that may be used to store programs including computer code, data, and the like.
  • mass memory device 908 is a storage medium such as a hard disk or a tape which generally slower than primary storage devices 904, 906.
  • Mass memory storage device 908 may take the form of a magnetic or paper tape reader or some other well-known device. It will be appreciated that the information retained within the mass memory device 908, may, in appropriate cases, be incorporated in standard fashion as part of RAM 906 as virtual memory.
  • N specific primary storage device 904 such as a CD-ROM may also pass data uni-directionally to the CPUs 902.
  • CPUs 902 are also coupled to one or more input/output devices 910 that may include, but are not limited to, devices such as video monitors, track balls, mice, keyboards, microphones, touch-sensitive displays, transducer card readers, magnetic or paper tape readers, tablets, styluses, voice or handwriting recognizers, or other well- known input devices such as, of course, other computers.
  • CPUs 902 optionally may be coupled to a computer or telecommunications network, e.g., an Internet network or an intranet network, using a network connection as shown generally at 912. With such a network connection, it is contemplated that the CPUs 902 might receive information from the network, or might output information to the network in the course of performing the above-described method steps.
  • Such information which is often represented as a sequence of instructions to be executed using CPUs 902, may be received from and outputted to the network, for example, in the form of a computer data signal embodied in a carrier wave.
  • the above-described devices and materials will be familiar to those of skill in the computer hardware and software arts.
  • the methods defining a virtual domain in a messaging server in accordance with the present invention are particularly suitable for implementation with respect to a JavaTM based environment, the methods may generally be applied in any suitable object-based environment. In particular, the methods are suitable for use in platform-independent object-based environments. It should be appreciated that the methods may also be implemented in some distributed object-oriented systems. While the present invention has been described as being used with a computer system that has an associated virtual machine, it should be appreciated that the present invention may generally be implemented on any suitable object-oriented computer system. Specifically, the methods of defining a virtual domain in accordance with the present invention may generally be implemented in any multi-threaded, object-oriented system without departing from the spirit or the scope of the present invention.

Abstract

L'invention concerne des procédés, un dispositif et un support lisible par ordinateur servant à définir un domaine virtuel dans un système de messagerie électronique. Un noeud de domaine virtuel défini correspond à un domaine réel (non virtuel) (502). Le noeud de domaine virtuel réside dans un répertoire (504) organisé hiérarchiquement. Une pluralité d'attributs de domaine virtuel sont ensuite affectés au noeud (506) de domaine virtuel. Le répertoire est un répertoire hiérarchique à arborescence conçu de sorte que, même dans un environnement à domaines multiples, une opération de recherche de nom est exécutée comme dans un espace de noms plat.
PCT/US2001/007097 2000-03-07 2001-03-06 Procedes et dispositif pour former un hote virtuel dans des serveurs de messagerie electronique WO2001067259A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
AU2001241995A AU2001241995A1 (en) 2000-03-07 2001-03-06 Methods and apparatus for providing a virtual host in electronic messaging servers
EP01913319A EP1192549A1 (fr) 2000-03-07 2001-03-06 Procedes et dispositif pour former un hote virtuel dans des serveurs de messagerie electronique

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/521,282 2000-03-07
US09/521,282 US7058683B1 (en) 1999-07-20 2000-03-07 Methods and apparatus for providing a virtual host in electronic messaging servers

Publications (1)

Publication Number Publication Date
WO2001067259A1 true WO2001067259A1 (fr) 2001-09-13

Family

ID=24076121

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/007097 WO2001067259A1 (fr) 2000-03-07 2001-03-06 Procedes et dispositif pour former un hote virtuel dans des serveurs de messagerie electronique

Country Status (3)

Country Link
EP (1) EP1192549A1 (fr)
AU (1) AU2001241995A1 (fr)
WO (1) WO2001067259A1 (fr)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5765033A (en) * 1997-02-06 1998-06-09 Genesys Telecommunications Laboratories, Inc. System for routing electronic mails
US5884046A (en) * 1996-10-23 1999-03-16 Pluris, Inc. Apparatus and method for sharing data and routing messages between a plurality of workstations in a local area network
US6163805A (en) * 1997-10-07 2000-12-19 Hewlett-Packard Company Distributed automated testing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5884046A (en) * 1996-10-23 1999-03-16 Pluris, Inc. Apparatus and method for sharing data and routing messages between a plurality of workstations in a local area network
US5765033A (en) * 1997-02-06 1998-06-09 Genesys Telecommunications Laboratories, Inc. System for routing electronic mails
US6163805A (en) * 1997-10-07 2000-12-19 Hewlett-Packard Company Distributed automated testing system

Also Published As

Publication number Publication date
AU2001241995A1 (en) 2001-09-17
EP1192549A1 (fr) 2002-04-03

Similar Documents

Publication Publication Date Title
US6374292B1 (en) Access control system for an ISP hosted shared email server
US6557036B1 (en) Methods and apparatus for site wide monitoring of electronic mail systems
US7058683B1 (en) Methods and apparatus for providing a virtual host in electronic messaging servers
US6865594B1 (en) Methods and apparatus for automatically generating a routing table in a messaging server
US7962558B2 (en) Program product and system for performing multiple hierarchical tests to verify identity of sender of an e-mail message and assigning the highest confidence value
US9172668B2 (en) Systems and methods for email tracking and email spam reduction using dynamic email addressing schemes
US6427164B1 (en) Systems and methods for automatically forwarding electronic mail when the recipient is otherwise unknown
US6266692B1 (en) Method for blocking all unwanted e-mail (SPAM) using a header-based password
US6993561B2 (en) Method and apparatus for maintaining a unified view of multiple mailboxes
US20070180033A1 (en) Virtual mail storage for mail distributed using corporate distribution lists
US20060004896A1 (en) Managing unwanted/unsolicited e-mail protection using sender identity
US20060224678A1 (en) Web-based communications addressing system and method
US20060010242A1 (en) Decoupling determination of SPAM confidence level from message rule actions
JP2004518316A (ja) 付加価値電子メッセージングサービス及び中間サーバを使用するトランスペアレントな実装
US20080177843A1 (en) Inferring email action based on user input
US20060143278A1 (en) Method and system for distributing e-mail messages to recipients
US20090019115A1 (en) Communications server objects for configuration information access
EP1298873A2 (fr) Méthode et dispositif pour transférer de messages entre les domaines d'un réseau
Dent Postfix: The Definitive Guide: A Secure and Easy-to-Use MTA for UNIX
US8615554B1 (en) Electronic mail delivery physical delivery backup
La Lau et al. Email basics
JP4276105B2 (ja) 電子メールシステム
WO2001067259A1 (fr) Procedes et dispositif pour former un hote virtuel dans des serveurs de messagerie electronique
JP3482863B2 (ja) 電子メール管理システム
WO2001067268A1 (fr) Procedes et dispositifs de production automatique d'une table de routage dans un serveur de messagerie

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU CA CN DE GB JP

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2001913319

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2001913319

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase

Ref country code: JP