Fulltext results:
- 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
- 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
- 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
- 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 *
- 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
- 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
- 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
- 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
- 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
- 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
- Spam Filter Rules: Variables
- list of the currently matched rules |2.1.7+ | ^${Size} |The raw size of the message |2.1.11+ | ^${AttachmentCount} |The number of attachments in the messag... vers |2.3.0+ | ^${SectionCheckSize} |The maximum size of a message section to check (default is 50,000)
- Misc -> Advanced Tab
- e 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
- Groups
- members will be administrators * **Max Outgoing Size** - if this option is set to 0 (zero), then there is no group limit on the size of messages, but if it is set to a non-zero value, then that is the maximum outgoing message size that the group members can send (in kB). This doe
- 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