• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • How do I get support? • Connections • Spamfilter Quarantine Viewer • How to delete a Mail Collector or Connection • Spam filter / Content filter scripts • How to upgrade VPOP3 to version 7 or later from version 6 or earlier • UserRuleActionUpdate Replacement • POP3/Webmail/IMAP4 can't see a user's messages, but the administrator can • Changing a user's password • Web Based Administration

code

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (94)
  • how_to (39)
  • adminapi (2)
  • faq (1)
  • mailapi (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Autoupdate process failed with error code 786432
  • Avast for VPOP3 Error Codes
  • Spam Filter Rules: GetDecodedSection

Fulltext results:

Formatting Syntax @wiki
37 Hits, Last modified: 3 years ago
nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
Settings -> Attachment Processing @reference
14 Hits, Last modified: 7 years ago
filtered filenames=== ^Pattern ^Explanation ^ |<code>*.vbs</code> |Files with a **.vbs** extension will typically run as Visual Basic Scripts. | |<code>*.{????????-????-????-????-????????????}</code> |Filenames ending in a GUID (Globally Unique Identifie
PostgreSQL server won't start due to damaged log files @how_to
10 Hits, Last modified: 7 years ago
name the **data** folder to **data_old** - Run <code>bin\initdb -D <VPOP3folder>\pgsql\data -U postgres -W -A md5</code> - When it prompts for a password, type in the ... ent, make sure you remember what it is! - Type <code>copy data_old\postgresql.conf data</code><code>copy data_old\vpop3db.conf data</code><code>copy data_ol
Spam Filter Rules: ForEach @reference
10 Hits, Last modified: 7 years ago
s}' variable. This is then sent to the log file. <code> ForEach URL FoundURLs Log "${FoundURLs}" EndFor... e a separate entry in the log file for each URL </code> The following example loops through each email ... is then checked against the sender's whitelist. <code> ForEach Addr Reply-To ReplyAddr IfMatch WhiteLi... Score} += 100 [whitelist] Break EndIf EndFor </code> The following example loops through all of the
Spam Filter Rules: Convert @reference
9 Hits, Last modified: 7 years ago
coding - null bytes are changed to spaces | ^UrlEncode |Performs URL query encoding | ^Upper |Converts t... er case | ^Char |Converts to character from ASCII code (requires v5.0 or later) | ^Ord |Converts first character to ASCII code (requires v5.0 or later) | =====Examples===== S... decoding it back into a variable **${decoded}** <code> Convert "hello" "Base64" encoded Convert "${enc
Lua SMTP Relay Control @reference
9 Hits, Last modified: 7 years ago
a.org/wiki/Bounce_Address_Tag_Validation|BATV]] encode the return path address In VPOP3 6.7 and later, ... s set just before this function call. =====Return Code Handling===== Starting in version 5.0.0, VPOP3 wi... turnCodeHandler** every time it receives a return code from the ISP's server. The function signature i... ponse. This must start with a numeric SMTP return code. This function is intended to be used if the ISP
User Routing Script @reference
8 Hits, Last modified: 2 years ago
d messages from *@localdomain.com addresses==== <code> --Don't forward any messages from any *@localdom... omain%.com$") then ShouldForward = false; end </code> ====If the sender is user@domain.com forward to person@mycompany.com==== <code> --If the sender is user@domain.com forward to p... UseForwards = true; ShouldForward = true; end </code> ====If the time is currently in the morning, ov
Spam Filter Rules: Reject @reference
8 Hits, Last modified: 7 years ago
age | The **Reject** statement requires an error code/text string, in the format Reject <error string... rrent SMTP message with the specified SMTP result code. Use a 4xx error code (eg 450) to reject the message temporarily, or a 5xx error code (eg 550) to reject the message permanently. If a
Spam Filter Rules: IfInBag @reference
8 Hits, Last modified: 7 years ago
ed expression =====Examples===== Basic example <code> IfInBag mybag "value" # Statements EndIf </code> Using an **Else** statement <code> IfInBag mybag "value" # Statements Else # Statements EndIf </code> Using a regular expression <code> IfInBag mybag
Spam Filter Rules: Redirect @reference
6 Hits, Last modified: 7 years ago
irect the message to the Postmaster user's inbox <code> Redirect Postmaster </code> To redirect the message to the Postmaster user's 'spam' folder <code> Redirect Postmaster spam </code> To redirect to an external email address <code> Redirect recipient@e
Spam Filter Rules: IfMatch @reference
6 Hits, Last modified: 7 years ago
see if it contains the text **hello** anywhere. <code> IfMatch subject "/.*hello.*/i" # Statements EndIf </code> The example above does not need a regular expre... so be achieved with a substring search, like so: <code> IfMatch subject "hello" # Statements EndIf </code> This following example uses a regular expression t
Spam Filter Rules: If @reference
6 Hits, Last modified: 7 years ago
clude an **Else** statement =====Examples===== <code> If ${score} < 100 # Statements EndIf </code> Note that it is not possible to combine tests within a s... need to nest two **If** statements, for instance <code> If ${score} < 100 If ${subject} = "Hello" # Statements EndIf EndIf </code> Using the **Else** statement <code> If ${score}
Spam Filter Rules: AddHeader @reference
6 Hits, Last modified: 7 years ago
=====Examples===== Changing the subject header <code> AddHeader "subject: VPOP3SPAM ${Subject}" </code> Removing a header line, by not setting a value <code> AddHeader "X-MyHeader:" </code> Changing the value of a header, or inserting it if it does not alread
Autoresponder Commands @reference
6 Hits, Last modified: 7 years ago
sent. So, if the autoresponder is defined as <code> [Section: catalog] Here's a catalog for you [De... et a catalog [All] Thank you for contacting us </code> then if you send a message to the autoresponder... ining 'catalog', you will get a response saying: <code> Here's a catalog for you Thank you for contacting us </code> Or, if you send a message to the autoresponder
Spam Filter Rules: Comments @reference
6 Hits, Last modified: 7 years ago
wing example demonstrates valid uses of comments <code> ${Apples} = 1 # A comment can go here #This is another comment, but I'll type code on the next line ${Pears} = 2 </code> The following example shows an invalid use of comments <code> ${Apples} = 1 #Comments should never appear on t
Spam Filter Rules: Goto @reference
5 Hits, Last modified: 7 years ago
Attachment Processing Script @reference
5 Hits, Last modified: 3 years ago
SMTP Server Lua Scripting @reference
5 Hits, Last modified: 3 weeks ago
Spam Filter Rules: GetDecodedSection @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionMD5 @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: *IFSUPPORT @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: Copy @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: Assignments @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: GetAddressType @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBag @reference
4 Hits, Last modified: 7 years ago
Route incoming POP3 mail by parsing message headers @reference
4 Hits, Last modified: 7 years ago
Password Strength Checking Script @reference
4 Hits, Last modified: 7 years ago
How to write your own spam filter rules @how_to
4 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: DNS @reference
4 Hits, Last modified: 7 years ago
German Webmail Language Page @how_to
4 Hits, Last modified: 7 years ago
Full Text Search @how_to
4 Hits, Last modified: 7 years ago
French Webmail Language File @how_to
4 Hits, Last modified: 7 years ago
Exchange 2007 @how_to
4 Hits, Last modified: 7 years ago
Setting up VPOP3 to work with Exchange 2003 @how_to
4 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineSetting @reference
4 Hits, Last modified: 7 years ago
User Manager Script @reference
4 Hits, Last modified: 13 months ago
Spam Filter Rules: DefineRule @reference
4 Hits, Last modified: 7 years ago
Data stream contained NUL character @how_to
4 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGetMD5 @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGet @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Replace @reference
3 Hits, Last modified: 7 years ago
Spamfilter Whitelist & Blacklist @how_to
3 Hits, Last modified: 7 years ago
Spanish Webmail Language File @how_to
3 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet @reference
3 Hits, Last modified: 7 years ago
VPOP3 - POP3 Client Problem @how_to
3 Hits, Last modified: 7 years ago
Summary Log File Format @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetRFC822Date @reference
2 Hits, Last modified: 22 months ago
Spam Filter Rules: GetMD5 @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetUserGroup @reference
2 Hits, Last modified: 7 years ago
Socket Error 10054 - The virtual circuit was reset by the remote end @how_to
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Escape @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DNSBL @reference
2 Hits, Last modified: 5 years ago
How to Backup VPOP3 @how_to
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBlackList @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: IfLocalAddress @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNSBL @reference
2 Hits, Last modified: 7 years ago
What is the VPOP3 Antivirus solution? @faq
2 Hits, Last modified: 7 years ago
Status Monitor (port 5109) protocol @reference
2 Hits, Last modified: 6 years ago
Spam Filter Rules: ZipCount @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: SURBL @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Stop @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: StartSURBL @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNS @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Include @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: *STOP @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: SendMessage @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveWhiteList @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveTags @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesSpam @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesHam @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBag @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Random @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Log @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: CountMatches @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: AddNullAddress @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ClearBag @reference
2 Hits, Last modified: 7 years ago
VPOP3 Server Access Not Allowed @how_to
2 Hits, Last modified: 7 years ago
Find a message @reference
2 Hits, Last modified: 7 years ago
Find biggest messages @reference
2 Hits, Last modified: 6 years ago
Delete list member from all lists @reference
2 Hits, Last modified: 7 years ago
Batch file to end a database backup @reference
2 Hits, Last modified: 7 years ago
Archive Script @reference
2 Hits, Last modified: 2 years ago
Access Restrictions Internal Format @reference
2 Hits, Last modified: 22 months ago
Total Rebuild of Database @how_to
2 Hits, Last modified: 7 years ago
os.timedexecute @reference
2 Hits, Last modified: 7 years ago
Seeing where a message came from @how_to
2 Hits, Last modified: 7 years ago
Restore Deleted Calendars @how_to
2 Hits, Last modified: 3 years ago
How to Restore a backup of VPOP3 @how_to
2 Hits, Last modified: 7 years ago
Repairing corrupted database @how_to
2 Hits, Last modified: 17 months ago
Error Messages @how_to
2 Hits, Last modified: 2 years ago
Database Backup Failed @how_to
2 Hits, Last modified: 7 years ago
LogDB.Sessions table @reference
2 Hits, Last modified: 7 years ago
SMTPIDSEvents Replacement @adminapi
2 Hits, Last modified: 7 years ago
Outgoing Message Scripting @reference
2 Hits, Last modified: 15 months ago
Spam Filter Rules @reference
2 Hits, Last modified: 2 years ago
Spam Filter Rules: BulkScan @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Break @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: AddWhiteList @reference
2 Hits, Last modified: 7 years ago
How to create an SSL Certificate @how_to
2 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBlackList @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBayesSpam @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Rule names and weights @reference
2 Hits, Last modified: 7 years ago
Use the spam filter scripting to add random text to the subject on incoming messages @reference
2 Hits, Last modified: 7 years ago
Use the spam filter scripting to add fixed text to the subject on incoming messages @reference
2 Hits, Last modified: 4 years ago
Spam Filter Rules: AddBayesHam @reference
2 Hits, Last modified: 7 years ago
Signature Script @reference
2 Hits, Last modified: 7 years ago
Socket Error 10049 - The specified address is not available from the local computer @how_to
1 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP @reference
1 Hits, Last modified: 4 years ago
VPOP3.PostgresQuery @reference
1 Hits, Last modified: 7 years ago
VPOP3.HMAC @reference
1 Hits, Last modified: 7 months ago
Socket Error 10503 - No More Data @how_to
1 Hits, Last modified: 7 years ago
-ERR Unknown User @how_to
1 Hits, Last modified: 7 years ago
Autoresponder @reference
1 Hits, Last modified: 7 years ago
Error Message Handling @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10053 - An established connection was aborted by the software in your host machine. @how_to
1 Hits, Last modified: 7 years ago
Installation Errors @how_to
1 Hits, Last modified: 7 years ago
Outlook/Windows Messaging reports "No transport provider is available" @how_to
1 Hits, Last modified: 7 years ago
Autoupdate process failed with error code 786432 @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10060 - Operation Timed Out @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10047 - Addresses in the specified family cannot be used with this socket @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10061 - The attempt to connect was forcefully rejected @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10048 - Specified Address Already in Use @how_to
1 Hits, Last modified: 7 years ago
Sender Domain Must Resolve @how_to
1 Hits, Last modified: 7 years ago
VPOP3 - SMTP Client Problem @how_to
1 Hits, Last modified: 7 years ago
LogDB.Messages table @reference
1 Hits, Last modified: 7 years ago
Password Lengths @reference
1 Hits, Last modified: 4 years ago
UserRuleConditions Replacement @mailapi
1 Hits, Last modified: 7 years ago
Internal Data Formats @reference
1 Hits, Last modified: 22 months ago
UserRuleConditions Replacement @adminapi
1 Hits, Last modified: 7 years ago
Socket Error 11002 - Host not found (Non-Authoritative answer) @how_to
1 Hits, Last modified: 7 years ago
Socket Error 11001 - Host not found (authoritative answer) @how_to
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct @reference
1 Hits, Last modified: 7 years ago
421 4.3.2 VPOP3 Too many connections from your IP address - try later @how_to
1 Hits, Last modified: 7 years ago

Page Tools

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