Version 5.2 |
||||||||||||||||||||||||||||||||||
|
|
The Post Office Protocol allows computers to retrieve messages from mailboxes on mail servers. A computer running a mailer (mail client) application connects to the mail server computer and provides account (user) name and the password. If access to the specified user account is granted, the mail application sends protocol commands to the mail server. These protocol commands tell the server to list all messages in the mailbox, to retrieve certain messages, or to delete them. When a server receives a request to retrieve a message, it sends the entire message to the mail client. The mail client may choose to retrieve only the first part of the message.
The POP3 protocol does not support multi-mailbox accounts. If a client application specifies a multi-mailbox (folder) account, the INBOX mailbox is opened.
When the client application sends a request to delete a message from the mailbox, the message is not deleted immediately, but it is marked by the server. Only when the client application ends the session properly and closes the connection, the marked messages are then removed.
The POP module supports the XTND XMIT extension of the POP protocol. This extension allows users to submit messages via the POP protocol instead of the SMTP protocol.
The POP module records in the System Log are marked with the POP tag.
When you specify a non-zero value for the Maximum Number of Channels setting, the POP module creates a so-called "listener". The module starts to accept all POP connections that mail clients establish in order to retrieve mail from your server. The setting is used to limit the number of simultaneous connections the POP module can accept. If there are too many incoming connections open, the module will reject new connections, and the mail client should retry later.
By default, the POP module Listener accepts clear text connections on the TCP port 110. The standard TCP port number for secure POP connections is 995, but it is not enabled by default. Follow the listener link to tune the POP Listener.
The POP module supports the STARTTLS command that allows client mailers to establish a connection in the clear text mode and then turn it into a secure connection.
Unlike many other POP servers, the CommuniGate Pro POP module does not "lock" the mailbox it opens on a mail clients behalf. The open mailbox can be used by other client applications at the same time. See the Mailboxes section for the details.
Since the POP3 protocol was not designed to support these features, the CommuniGate Pro POP module:When a client mailer retrieves a message with the RETR command, the message is marked with the "Seen" flag (this change is noticed when using an IMAP client with the same mailbox). The TOP command that allows a client POP mailer to retrieve only the first part of the message does not set the Seen flag.
The POP module supports the "empty AUTH" command (the AUTH command without parameters), returning the list of supported SASL methods.
This feature can be useful for mobile users that would be otherwise unable to send their messages via CommuniGate Pro SMTP due to the Server anti-spam protection. Submitting messages via POP can be more convenient than using the "address-remembering" scheme, since this method does not have time restrictions.
When the user repeats a connection attempt to the same account, the next pending alert message is returned as an error - till all alert messages are sent to that user.
Account name (specified in the mailer settings) |
Accessed Mailbox |
jsmith | mailbox INBOX in the jsmith account |
private#jsmith | mailbox private in the jsmith account |
lists/info#jsmith@client1.com | mailbox lists/info in the jsmith account in the client1.com domain |
The POP module allows a user to access any mailbox in any other account (a foreign or shared Mailbox), as well as public mailboxes. See the Mailboxes section for the details.
If a user can log into the accountname account and wants to access the mailbox mailboxname in the otheraccount account, that user should specify the account name as: ~otheraccount/mailboxname#accountname:Account name (specified in the mailer settings) |
Accessed Mailbox |
jsmith | mailbox INBOX in the jsmith account |
~public/announces#jsmith | the public mailbox announces |
~boss/INBOX#jsmith | mailbox INBOX in the boss account |
If the authenticated user does not have a right to delete messages in the selected mailbox, the DELE protocol operations fail and an error code is returned to the user mailer.
The POP module can also use the Direct Mailbox Addressing feature to open additional mailboxes.
If a client mailer specifies the abcdef@client1.com username (as used in the example), the Router routes this address to the Local account Cl1, and it returns abcdef as the local part of the resulting address.
The POP module checks the local part returned by the Router, and if this string is not empty, it performs filtering on the open mailbox: the module hides all mailbox messages that do not have the X-Real-To header field (or other field specified in the Local Delivery module settings), or do not have the specified string (individual name) listed in that header field.
So, if the user has specified the abcdef@client1.com username, only the messages originally routed to that particular address will be shown in the CL1 account mailbox.
If a user connects as Cl1, the same account mailbox will be opened, but since the local part string will be empty in this case, all mailbox messages will be shown.