Fulltext results:
- Settings -> Diagnostics
- will be written to, until it reaches its maximum size. //e.g. vpop3.log// * The most recent old log f... evious **.log** file, when it reached its maximum size. //e.g. vpop3.lbk// Where the settings are chang... , but this is rarely noticeable).\\ **Maximum log size**: How large (in kilobytes) //vpop3.log// will be... it takes on the role of a client. **Maximum log size**: Allows you to change the size of the session *
- Lua SMTP Relay Control
- tion signature is: **CheckFile(Filename, Actions, Size, CreationTime, ReturnPath, Recipients, HeaderData... pSend**, **Reason**, **Priority** - see below * Size - The size of the message on disk * CreationTime - The time the message was put in the outgoing queue... low <code> function CheckFile(filename, actions, size, createtime, mailfrom, recipients, headerdata, he
- SMTP Server Lua Scripting
- == ''GetMaxMessageSize("<hostname>", <current max size in bytes>)'' This function is called by VPOP3 wh... is function should return the new maximum message size in bytes (0 = no limit) =====GetEHLOCapabilities=... rent actions>, <message MIME structure>, <message size>, <attachments>)'' This function is called by VP... the message where this section ends * <message size> is the size of the message in bytes * <attachm
- Permissions
- ces|service]] settings =====Max Outgoing Message Size===== The **Max Outgoing Message Size** setting sets the maximum size of an //outgoing// message sent by this user. It does not affect internal messages or incoming messages. The size is set in bytes, and is the size of the encoded m
- Monitor Scripting
- r, authenticated_sender, recipient_list, subject, size, attachments, ToRecipients, CcRecipients, BccReci... MonitorInternal(sender, recipient_list, subject, size, attachments) MonitorIncoming(sender, recipient_list, subject, size, attachments) * **size** is the size of the message in bytes * **attachments** is a table with ze
- Lua SMTP MX Control
- tion signature is: **CheckFile(Filename, Actions, Size, CreationTime, Retries, LastTryTime, ReturnPath, ... pSend**, **Reason**, **Priority** - see below * Size - The size of the message on disk * CreationTime - The time the message was put in the outgoing queue... ain the message is being sent to * length - the size of the message being sent * connnid - the VPOP3
- SMTP Direct Sender Settings
- then the priority '10' is used. - Check message size - specify ''$size<operator><number>''. If the message size matches the condition, then this line matches - Check messag... t domain (and qualifiers, if any) matches. If a $size and $retries are both specified, then both must m
- Message Archive -> Offline Tab
- fore** options * You can set the maximum backup size as well, depending on the target media where you ... ldest archived message until the **Maximum Backup Size** //or// the **Backup Messages Older Than**/**Bac... ssages over 30 days old, and set a maximum backup size limit of 50MB, then VPOP3 will only create one ZI... hich are at least 30 days old, until it reaches a size of 50MB. It won't create multiple ZIP files each
- POP3 Client Lua Scripting
- rent actions>, <message MIME structure>, <message size>, <attachments>)'' This function is called by VP... the message where this section ends * <message size> is the size of the message in bytes * <attachments> is a table with zero or more of the following en... pe string - the MIME type of the attachment * Size number - the size of the attachment * Type st
- Misc -> Advanced Tab
- e things it does is to retrieve a list of message sizes from the remote server (using the POP3 //LIST// command). This is so that maximum size checks will work, and so that progress bars can b... ep, and assumes that each message is an arbitrary size. Nowadays, the time saved by skipping this step ... load Rules]] or [[pop3_collection|Maximum Message Size To Download]] settings tell VPOP3 to ask the user
- POP3 Mail Collection
- used by Compuserve's servers * Maximum Message Size to Download - the maximum size in kB of messages to be downloaded, or 0 for no limit (1) * Leave Mess... he duplicates ===Notes:=== ==(1) Maximum Message Size== If the maximum message size is exceeded, VPOP3 will send a message to the intended recipient(s) askin
- Quarantine tab
- on, **From**, **Subject**, **Date**, **Score**, **Size**. By default, 50 messages are displayed at a tim... top of the **From**, **Subject**, **Score** and **Size** columns to filter the displayed messages. ====... Text filter * **Score** -> Numeric filter * **Size** -> Numeric filter ===Text filters=== The text ... n, or equal to //b// | //Note: For the message **size**, the filtered value is actually the number of b
- Prune Rules
- ch were received by VPOP3 over 365 days ago. ====Size==== The size column defines how big messages should be before they are deleted. This can be useful to ... n smaller messages. The default is for no minimum size (all sized messages), but you can set it by clicking in that column. ====Read==== The read column ind
- Download Rules
- nload rules can only see message headers, message size, and other information such as current date/time,... are ''From'', ''Subject'', ''To'') * **Message size** (condition matches if the size (in bytes) is equal or greater than the specified number) * **Time n
- Find biggest messages
- e> SELECT username, folder, subject, fromaddr, PG_SIZE_PRETTY(size) FROM messages.messages INNER JOIN messages.folders f USING(folderid) INNER JOIN users.users u ON u.usernumber=f.userid ORDER BY size DESC LIMIT 10; </code> N.B. VPOP3 does not need