User Tools

Site Tools


reference:pop3_collection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
reference:pop3_collection [2011/10/20 16:59] paulreference:pop3_collection [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 30: Line 30:
  
 ===Notes:=== ===Notes:===
-  - If the maximum message size is exceeded, VPOP3 will send a message to the intended recipient(s) asking if they want to download the message. If they reply to that message, VPOP3 will download the message at the next scheduled connection as long as the message was not first seen over 14 days ago +==(1) Maximum Message Size== 
-  If ''Leave Messages On Server'' is set too large, you may get problems with the mailbox at your mail service provider filling up. If it is set to 0, then VPOP3 will delete the messages immediately after download - however, if the connection is dropped before VPOP3 can successfully log off the remote POP3 server, that remote server will automatically undelete any messages which were deleted during this session.+If the maximum message size is exceeded, VPOP3 will send a message to the intended recipient(s) asking if they want to download the message. If they reply to that message, VPOP3 will download the message at the next scheduled connection as long as the message was not first seen over 14 days ago 
 + 
 +==(2) Leave Messages On Server== 
 +If ''Leave Messages On Server'' is set too large, you may get problems with the mailbox at your mail service provider filling up. If it is set to 0, then VPOP3 will delete the messages immediately after download - however, if the connection is dropped before VPOP3 can successfully log off the remote POP3 server, that remote server will automatically undelete any messages which were deleted during this session.  
 + 
 +Like other mail software, VPOP3 uses the ''UID'' values of messages to determine whether the messages have been downloaded before. ''UID''s are set by the remote POP3 server. 
 + 
 +There are two situations where this can cause problems: 
 +  - if the remote server reuses ''UID''s too quickly, you may get missed messages. For instance, if VPOP3 downloads message '1', deletes it, then logs on again and sees message '1' again, it may think that the ISP failed to delete the message for some reason, so will not download it. In fact, it may have arrived between the two login attempts. If VPOP3 is the only software collecting mail from the ISP, then this problem can be alleviated by setting ''Hold Obsolete UIDLs for x Days'' to 0 days on the [[misc settings|Settings -> Misc Settings -> Advanced page]]. However, it is really a badly behaving POP3 server at your ISP, so it should be reported to them 
 +  - if the remote server gives new ''UID''s to existing messages, you may get duplicate messages. If you tell VPOP3 to delete messages immediately, that should fix this problem. Note that the POP3 standard explicitly says that this should not happen, so if it happens frequently, it is usually a sign of a problem at the ISP, or someone there not understanding the standards properly, and it should be reported to them. (See section 7 [UIDL] of [[http://www.ietf.org/rfc/rfc1939.txt|RFC 1939]])
  
  
Line 44: Line 53:
   * [[Attempt to work with a single email address]]   * [[Attempt to work with a single email address]]
   * [[Search subject lines for a marker]]   * [[Search subject lines for a marker]]
 +
 +=====Routing Errors=====
 +The **Routing Errors** tab is only visible if the **POP3 Routing** option is set to **Route by parsing message headers**.
 +
 +The **Routing Errors** tab settings tell VPOP3 what it should do if it receives a message and, after parsing the message headers, it cannot work out who the message is for. Common reasons for routing errors are if the recipient address is misspelled, so that VPOP3 does not recognise it, or if the message was sent using a [[how to:BCCs|BCC]], so VPOP3 cannot detect any recipients in the message header at all.
 +
 +The main choice is what to do with the incoming message which it can't handle automatically
 +  * **Send an Error Message to Main Administrator** - this sends a message to the [[admin_settings#choosing_a_main_administrator|main administrator]] indicating what the problem was, and including the original message as an attachment.
 +  * **Send the Incoming Message to Main Administrator** - this sends the original message to the main administrator, as if it was originally intended for them. This option does not indicate what the problem with the message was
 +  * **Send an Error Message to <user>** - this is the same as the first option, but sends the message to a specified user, rather than the main adminstrator
 +  * **Send the Incoming Message to <user>** - this is the same as the second option, but sends the message to a specified user, rather than the main administrator
 +  * **Bounce to sender and don't keep local copy** - this sends a message back to the original sender, and discards the message
 +  * **Ignore** - the problem message is simply ignored. This can be useful if you expect there to be messages for unrecognised recipients - eg if all your domain's email is not handled by this VPOP3 server, but some is handled elsewhere.
 +
 +There are a couple of extra options
 +  * **Send a bounce message to the sender** - if this is checked, then a bounce message will be sent to the original sender as well as the main action above (if the main action is 'Bounce to sender and don't keep local copy', then a second bounce message will not be generated)
 +  * **Customise Bounce Message** - this lets you customise the bounce message which is generated
 +  * **Don't generate bounce messages if spam score** >= <number> - this lets you cut down on the number of bounce messages which are sent in response to spam messages, where the sender email address is often forged
 +
 +Note that sending a bounce message to the sender can cause [[howto:backscatter]], so is usually a bad idea.
 +
 +=====Messages=====
 +The **Messages** tab lists all the messages which VPOP3 has seen on the ISP's POP3 mailbox.
 +
 +Using this list you can tell VPOP3 to re-download or delete some messages, or during its normal download connection.
reference/pop3_collection.1319126352.txt.gz · Last modified: 2018/11/14 10:44 (external edit)