• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Socket Error 11002 - Host not found (Non-Authoritative answer) • GDPR for other hosting services (eg web hosting) • French Webmail Language File • Error message: Your connection has been blocked temporarily - Try again later • Welcome to your new DokuWiki • Outlook / Outlook Express is sending mail repeatedly • Autoresponders / Out of Office • Spamfilter Whitelist & Blacklist • Transmission Receipt Message • Undelete Messages in VPOP3 Enterprise v5 or later

size

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@reference
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

SMTP Server Lua Scripting
13 Hits, Last modified: 4 weeks ago
ally alter service load limits * **GetMaxMessageSize()** - called at startup, and when the HELO and EH... **4xx** result code is given. =====GetMaxMessageSize()===== ''GetMaxMessageSize("<hostname>", <current max size in bytes>)'' This function is called by VPOP3 when the SMTP service se
Settings -> Diagnostics
11 Hits, Last modified: 7 years ago
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 *
Permissions
10 Hits, Last modified: 7 years ago
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
Lua SMTP Relay Control
8 Hits, Last modified: 7 years ago
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
Monitor Scripting
7 Hits, Last modified: 6 years ago
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
SMTP Direct Sender Settings
7 Hits, Last modified: 7 years ago
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
Spam Filter Rules: Variables
7 Hits, Last modified: 22 months ago
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... servers to use for DNS lookups |2.3.0+ | ^${BayesSize} |The number of messages the Bayesian database covers |2.3.0+ | ^${SectionCheckSize} |The maximum size of a message section to check
Message Archive -> Offline Tab
5 Hits, Last modified: 7 years ago
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
Send Admin Message
5 Hits, Last modified: 7 years ago
x, at the time the message is sent. * **{mailboxsize}** - the total size of all messages in the recipient's mailbox. * **{mailboxquota}** - the total numb... mber of messages in the user's inbox * **MailboxSize** - contains the size of the user's whole mailbox (in bytes) * **MailboxQuota** - contains the user's
POP3 Client Lua Scripting
5 Hits, Last modified: 22 months ago
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
4 Hits, Last modified: 7 years ago
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
Prune Rules
4 Hits, Last modified: 7 years ago
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
Lua SMTP MX Control
4 Hits, Last modified: 23 months ago
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
Reset Message Folder Counts
4 Hits, Last modified: 7 years ago
running it will take some time, depending on the size of the database and the performance of the VPOP3 ... d) as cnt, coalesce(sum(length(msgdata)),0) as totsize, sum(case when newflag then 1 else 0 end) as n... date messages.folders f set msgcount=ff.cnt, totalsize=totsize, newcount=newcnt, unreadcount=unreadcnt, holdcount=holdcnt from ff where f.folderid=ff.folde
POP3 Mail Collection
4 Hits, Last modified: 7 years ago
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
4 Hits, Last modified: 7 years ago
Groups
3 Hits, Last modified: 7 years ago
Lua SMTP MX Server Rules
3 Hits, Last modified: 23 months ago
Sent message summary
3 Hits, Last modified: 7 years ago
User Routing Script
3 Hits, Last modified: 2 years ago
Find biggest messages
3 Hits, Last modified: 6 years ago
Download Rules
3 Hits, Last modified: 7 years ago
User Delivery Script
2 Hits, Last modified: 7 years ago
SMTP Service - Filtering
2 Hits, Last modified: 7 years ago
SMTP -> General tab
2 Hits, Last modified: 7 years ago
What's new in version 5 webmail?
2 Hits, Last modified: 7 years ago
Spam Filter Rules
2 Hits, Last modified: 2 years ago
LogDB.Messages table
2 Hits, Last modified: 7 years ago
LogDB.Attachments table
2 Hits, Last modified: 7 years ago
Import Users From File
2 Hits, Last modified: 7 years ago
Users
2 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function
2 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function
2 Hits, Last modified: 7 years ago
Archive Script
2 Hits, Last modified: 2 years ago
Spam Filter Rules: ForEach
2 Hits, Last modified: 7 years ago
Message Archive -> General
1 Hits, Last modified: 7 years ago
SMTP Reputation Stats
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Relay
1 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings
1 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer
1 Hits, Last modified: 7 years ago
New message tab
1 Hits, Last modified: 7 years ago
Message Monitoring
1 Hits, Last modified: 7 years ago
Mail tab
1 Hits, Last modified: 7 years ago
IDS Log Event Numbers
1 Hits, Last modified: 7 years ago
Find a message
1 Hits, Last modified: 7 years ago
Database -> Message Store Tab
1 Hits, Last modified: 7 years ago
Outgoing Message Scripting
1 Hits, Last modified: 15 months ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki