• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Spamfilter Whitelist & Blacklist • Spam Quarantine • SAVSERVICE.EXE runs at 90%+ and slows the computer down • What is the VPOP3 Antivirus solution? • Internationalisation • How to configure Encore 32 Estate Agent Software • How to configure Outlook 2010 • RBL Checking not working in VPOP3 Enterprise • AutoresponderConditionList Replacement • How to configure Outlook 2007

able

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (166)
  • how_to (141)
  • faq (19)
  • adminapi (6)
  • mailapi (4)
  • wiki (3)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 421 4.3.2 VPOP3 SMTP Server access disabled - content scanner problem!
  • 421 4.3.2 VPOP3 SMTP Server access disabled - low memory!
  • 550 5.7.1 Unable to Relay for...
  • Outlook/Windows Messaging reports "No transport provider is available"
  • Outlook not able to connect to VPOP3 Enterprise v6.8 when using SSL/TLS
  • VPOP3 Status Service Disabled
  • Unable to access Webmail/Admin when using Kaspersky Antivirus/Internet Security
  • Spam Filter Rules: Variables
  • Using tables/grids

Fulltext results:

SMTP Server Lua Scripting @reference
32 Hits, Last modified: 3 weeks ago
MTP server instance, there are several global variables which are available to the Lua script. These may change as the script is called on different callbacks... .7+ Enterprise Only) - called at connection to be able to dynamically alter service load limits * **Ge... service session ends =====SMTP Server Global Variables===== The following variables are defined for the
Repairing corrupted database @how_to
31 Hits, Last modified: 17 months ago
ave been recovered). Common causes for unrecoverable data errors are: [[database_issues#disk_caching|i... n the database server. If you do get an unrecoverable error, the best solution is to [[restore_a_databa... t is not possible, then in some cases, you may be able to remove the damaged parts of the database and r... risk. We can help you with these under our chargeable service which costs £40/hr (or part of) for this
Formatting Syntax @wiki
26 Hits, Last modified: 3 years ago
e, which tries to make the datafiles to be as readable as possible. This page contains all possible synt... eate links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. * When a section's heading is changed, its bo... l zone"). * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[
User Delivery Script @reference
16 Hits, Last modified: 7 years ago
no parameters, but will have access to global variables containing information about the message and can modify global variables to alter the way the message delivery is handled... liverMessage** function is used) =====Global Variables set before functions are called===== * User - ... be delivered as flagged/starred * Keywords - a table containing a list of keywords to be associated wi
Autoresponder Global Scripting @reference
15 Hits, Last modified: 4 days ago
ooks. For each of these, there are two global variables set: * Autoresponder - this is a table with the following fields: * ID - the numeric ID of the ... hould be appended to the autoresponse * To - table containing the email addresses the autoresponse s... the original message sender) * Attachments - table containing the names of the attachments for the a
SMTP Relay Service FAQ @faq
13 Hits, Last modified: 4 years ago
stomers. The price starts from £40 (+VAT if applicable) per year, for up to 5000 messages, or 750MB, per... to allow online purchases. =====Is a trial available?===== If you are an existing customer for one of ... 84 855801. =====What size subscriptions are available?===== The standard sizes are: * 5000 msgs / 750... e prices exclude VAT which must be added if applicable. Note that the allowances are per month, and the
Spam Filter Rules: Variables @reference
13 Hits, Last modified: 22 months ago
======Spam Filter Rules: Variables====== The VPOP3 spam filter script language supports simple variables. In most places these are specified as **${''<variable name>''}**, but in some places they are just specified as ''<variable name>'' - for instance where a statement always p
SMTP -> General tab @reference
12 Hits, Last modified: 7 years ago
ions. The default is for it to listen on any available IP address on port 25 which is the standard port ... TP connections to VPOP3. This option is only available in VPOP3 Enterprise, if an [[how_to:create_an_ssl_certificate|SSL certificate]] is available. The three options are: * None/TLS - in this c... cases nowadays this option is recommended to be enabled, especially if you are going to be wanting users
French Webmail Language File @how_to
11 Hits, Last modified: 7 years ago
gin=Invalid login details nocookies=Cookies not enabled! Please enable cookies in your web browser and try again sessionexpired=Session Expired browseripchang... ut nowebmailpermission=User WebMail permission disabled userdeniedaccessrestrictions=User denied in WebM... ascript=<span class='warning'>JavaScript is NOT enabled in this browser, you will not be able to use the
Lua SMTP Relay Control @reference
10 Hits, Last modified: 7 years ago
out.lua** in the VPOP3 directory. ====Global Variables==== This script may have global variables, depending on your version of VPOP3. In VPOP3 3.0.0L and later, there are two read-only global variables set at the start of the script: * senderid - t... P3 5 and later, there is an read/write global variable * UseBATV - this is a boolean value saying whet
Spam Filter Rules: Assignments @reference
10 Hits, Last modified: 7 years ago
s: Assignments====== You can assign values to variables using the syntax <code> ${variable} = value | ${variable} </code> =====Assignment operators===== The spam filter rules support the follow... ment operators: ^= |Specify the value of the variable to equal the value after the assignment operator
Spam Filter Rules: HTTPGet @reference
9 Hits, Last modified: 7 years ago
ment |HTTPGet | ^Version |2.3.7+ | ^Purpose |Enables the script to retrieve a web page | The **HTTPGet** statement requires a url, headers variable name and content variable name, in the format HTTPGet <url> <headers variable name> <content variable name> * The first line
How To Upgrade VPOP3 to version 5 or later @how_to
9 Hits, Last modified: 6 years ago
mputer over the Internet. This is currently chargeable at £30 + VAT. See our [[http://www.pscs.co.uk/hel... oblems during the upgrade procedure are not chargeable (but doing the full upgrade for you, or help with any reconfiguration afterwards will be chargeable). If you can not do the upgrade during UK office... ours help, however, this **will** always be chargeable , even if you have a support contract. Contact us
Spam Filter Rules: HTTPPost @reference
9 Hits, Last modified: 7 years ago
ent |HTTPPost | ^Version |2.4.9+ | ^Purpose |Enables the script to post data to a web server | The *... tatement requires a url, data string, headers variable name and content variable name, in the format HTTPPost <url> <data string> <headers variable name> <content variable name> * The first line
Spam Filter Rules: WinHTTPGet @reference
9 Hits, Last modified: 7 years ago
t |WinHTTPGet | ^Version |2.4.9+ | ^Purpose |Enables the script to retrieve a web page using the WinI... inHTTPGet** statement requires a url, headers variable name and content variable name, in the format WinHTTPGet <url> <headers variable name> <content variable name> * The first line
Spam Filter Rules: HTTPGetMD5 @reference
8 Hits, Last modified: 7 years ago
SMTP Reputation Stats @reference
8 Hits, Last modified: 7 years ago
Signature Script @reference
8 Hits, Last modified: 7 years ago
Version 5 Web Mail API @mailapi
8 Hits, Last modified: 7 years ago
Performance Requirements @how_to
8 Hits, Last modified: 7 years ago
Autoresponder scripting @reference
8 Hits, Last modified: 4 days ago
Version 5 Web Admin API @adminapi
8 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting @reference
8 Hits, Last modified: 22 months ago
VPOP3 Status Service Disabled @how_to
7 Hits, Last modified: 7 years ago
Settings -> Diagnostics @reference
7 Hits, Last modified: 7 years ago
Groups @reference
7 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
7 Hits, Last modified: 7 years ago
How to Install VPOP3 @how_to
7 Hits, Last modified: 4 years ago
Mail Connectors -> Connector Schedule @reference
7 Hits, Last modified: 7 years ago
How To Upgrade VPOP3 @how_to
7 Hits, Last modified: 7 years ago
SMTP Service -> VRFY/EXPN Tab @reference
7 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
7 Hits, Last modified: 7 years ago
VPOP3 Status Monitor Problems @how_to
6 Hits, Last modified: 7 years ago
Spam Filter Rules: BulkScan @reference
6 Hits, Last modified: 7 years ago
Move VPOP3 Version 5 (or later) to a new PC @how_to
6 Hits, Last modified: 9 months ago
Spam Filter Rules: DNS @reference
6 Hits, Last modified: 7 years ago
Spam Filter Rules: ForEach @reference
6 Hits, Last modified: 7 years ago
Outlook/Windows Messaging reports "No transport provider is available" @how_to
6 Hits, Last modified: 7 years ago
Import Users From File @reference
6 Hits, Last modified: 7 years ago
Out of Disk Space When Sending Mail @how_to
6 Hits, Last modified: 7 years ago
Move VPOP3 Version 3 or 4 to a new PC @how_to
6 Hits, Last modified: 6 years ago
VPOP3 Database Size @how_to
6 Hits, Last modified: 7 years ago
Send Admin Message @reference
6 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount @reference
6 Hits, Last modified: 7 years ago
Attachment Processing Script @reference
6 Hits, Last modified: 3 years ago
User Routing Script @reference
6 Hits, Last modified: 2 years ago
GDPR for hosted VPOP3 service @faq
6 Hits, Last modified: 7 years ago
How to upgrade VPOP3 to version 7 or later from version 6 or earlier @how_to
5 Hits, Last modified: 5 years ago
LAN Forwarding Scripting @reference
5 Hits, Last modified: 7 months ago
German Webmail Language Page @how_to
5 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding @reference
5 Hits, Last modified: 7 years ago
Configuring iCal on Mac OSX to connect to VPOP3's CalDAV service @how_to
5 Hits, Last modified: 7 years ago
Allow Remote Access to VPOP3 Mailboxes @how_to
5 Hits, Last modified: 7 years ago
We installed a new router and now nothing works @how_to
5 Hits, Last modified: 7 years ago
Spam Filter Rules: CountMatches @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: GetMD5 @reference
5 Hits, Last modified: 7 years ago
VPOP3 Not Starting Properly @how_to
5 Hits, Last modified: 7 years ago
Spam Filter Rules @reference
5 Hits, Last modified: 2 years ago
Move the message store - alternative method @how_to
5 Hits, Last modified: 7 years ago
Backscatter @how_to
5 Hits, Last modified: 7 years ago
What is the VPOP3 Antivirus solution? @faq
5 Hits, Last modified: 7 years ago
PostgreSQL Replication @how_to
5 Hits, Last modified: 6 years ago
What is PostgreSQL? @faq
5 Hits, Last modified: 7 years ago
Spam Filter Rules: DNSBL @reference
4 Hits, Last modified: 5 years ago
Calendars @how_to
4 Hits, Last modified: 7 years ago
SMTP Service -> Advanced Tab @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: Escape @reference
4 Hits, Last modified: 7 years ago
Not Working As Expected @how_to
4 Hits, Last modified: 7 years ago
Mail Collectors @reference
4 Hits, Last modified: 7 years ago
SMTP Rule Example - restrict who can send to a local email address @how_to
4 Hits, Last modified: 7 years ago
Spanish Webmail Language File @how_to
4 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting @reference
4 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Relay @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: Convert @reference
4 Hits, Last modified: 7 years ago
Users.AutoresponderConditions table @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: DBQueryOne @reference
4 Hits, Last modified: 7 years ago
How do I get support? @faq
4 Hits, Last modified: 7 years ago
VPOP3 Is Responding Slowly @how_to
4 Hits, Last modified: 7 years ago
Calendar.Calendars table @reference
4 Hits, Last modified: 7 years ago
How to Backup VPOP3 @how_to
4 Hits, Last modified: 7 years ago
Custom filtering incoming mail @how_to
4 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP @reference
4 Hits, Last modified: 4 years ago
Encryption @faq
4 Hits, Last modified: 7 years ago
Spam Filter Rules: SURBL @reference
4 Hits, Last modified: 7 years ago
Outlook not able to connect to VPOP3 Enterprise v6.8 when using SSL/TLS @how_to
4 Hits, Last modified: 7 years ago
Error Messages @how_to
4 Hits, Last modified: 2 years ago
Lua Hashing Functions @reference
4 Hits, Last modified: 7 months ago
Spam Filter Rules: GetSectionMD5 @reference
4 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders @reference
3 Hits, Last modified: 7 years ago
What's new in version 5 webmail? @reference
3 Hits, Last modified: 7 years ago
VPOP3 - POP3 Client Problem @how_to
3 Hits, Last modified: 7 years ago
Calendar.Events table @reference
3 Hits, Last modified: 7 years ago
Connections @reference
3 Hits, Last modified: 7 years ago
Scheduled Task Script @reference
3 Hits, Last modified: 4 years ago
Spam Quarantine @how_to
3 Hits, Last modified: 7 years ago
Lost Licence Details @faq
3 Hits, Last modified: 7 years ago
Database -> Backups Tab @reference
3 Hits, Last modified: 7 years ago
Route incoming POP3 mail by parsing message headers @reference
3 Hits, Last modified: 7 years ago
POP3 Mail Collection @reference
3 Hits, Last modified: 7 years ago
POP3 Server -> General Tab @reference
3 Hits, Last modified: 7 years ago
VPOP3.PostgresQuery @reference
3 Hits, Last modified: 7 years ago
Sender Policy Framework / SPF @how_to
3 Hits, Last modified: 7 years ago
Mappings @reference
3 Hits, Last modified: 7 years ago
Logging @reference
3 Hits, Last modified: 7 years ago
VPOP3.HMAC @reference
3 Hits, Last modified: 7 months ago
Some PCs cannot access VPOP3 when VPOP3 is connected to the Internet @how_to
3 Hits, Last modified: 7 years ago
ListServer Commands @reference
3 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function @reference
3 Hits, Last modified: 7 years ago
VPOP3 cannot access PostgreSQL - timeout expired @how_to
3 Hits, Last modified: 7 years ago
Spam filter not working @how_to
3 Hits, Last modified: 7 years ago
LogDB.Recipients table @reference
3 Hits, Last modified: 7 years ago
Mail tab @reference
3 Hits, Last modified: 7 years ago
Configuring Calendar on iOS @how_to
3 Hits, Last modified: 7 years ago
What is Software Maintenance? @faq
3 Hits, Last modified: 7 years ago
Delete OutQueue messages directly from the database @how_to
3 Hits, Last modified: 7 years ago
Users.Users table @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetAddressType @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetUserGroup @reference
3 Hits, Last modified: 7 years ago
Prune Rules @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: If @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: IfMatch @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Random @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveTags @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Replace @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineRule @reference
3 Hits, Last modified: 7 years ago
How To Allow Mail Relay Through VPOP3 @how_to
3 Hits, Last modified: 11 days ago
Database & Disk Caching @how_to
3 Hits, Last modified: 7 years ago
Data stream contained NUL character @how_to
3 Hits, Last modified: 7 years ago
Attachments have been removed or renamed @how_to
3 Hits, Last modified: 7 years ago
How to create an SSL Certificate @how_to
3 Hits, Last modified: 7 years ago
Accepting Incoming SMTP through a router @how_to
3 Hits, Last modified: 7 years ago
Autoresponder @reference
3 Hits, Last modified: 7 years ago
User Manager Script @reference
3 Hits, Last modified: 13 months ago
Using tables/grids @reference
3 Hits, Last modified: 7 years ago
What is Software Maintenance? @faq
3 Hits, Last modified: 7 years ago
Installation Errors @how_to
3 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function @reference
3 Hits, Last modified: 7 years ago
550 5.7.1 Unable to Relay for... @how_to
3 Hits, Last modified: 7 years ago
Windows Server Port Conflicts @faq
3 Hits, Last modified: 7 years ago
421 4.3.2 VPOP3 SMTP Server access disabled - content scanner problem! @how_to
3 Hits, Last modified: 7 years ago
How to Obtain Message Headers @how_to
3 Hits, Last modified: 7 years ago
SMTP Server -> IDS/IPS @reference
3 Hits, Last modified: 7 years ago
How to make VPOP3 re-download POP3 messages from the ISP @how_to
3 Hits, Last modified: 7 years ago
421 4.3.2 VPOP3 SMTP Server access disabled - low memory! @how_to
3 Hits, Last modified: 7 years ago
VPOP3.UnBase64 @reference
2 Hits, Last modified: 7 months ago
Quarantine tab @reference
2 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer @reference
2 Hits, Last modified: 7 years ago
Reports @reference
2 Hits, Last modified: 7 years ago
Database schema used in VPOP3 5.x @reference
2 Hits, Last modified: 7 years ago
VPOP3.UnHexString @reference
2 Hits, Last modified: 7 months ago
VPOP3.GetMessagePart @reference
2 Hits, Last modified: 7 years ago
Database -> Restore Tab @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody @reference
2 Hits, Last modified: 7 years ago
Message Rules @reference
2 Hits, Last modified: 7 years ago
DokuWiki @wiki
2 Hits, Last modified: 3 years ago
Settings -> Local Mail -> General @reference
2 Hits, Last modified: 7 years ago
LogDB.Attachments table @reference
2 Hits, Last modified: 7 years ago
LogDB database schema @reference
2 Hits, Last modified: 7 years ago
SMTP Service - Filtering @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineSetting @reference
2 Hits, Last modified: 7 years ago
Users.Autoresponders table @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetUsers Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.HexString @reference
2 Hits, Last modified: 7 months ago
Spamfilter.Whitelist table @reference
2 Hits, Last modified: 7 years ago
Users @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetRFC822Date @reference
2 Hits, Last modified: 22 months ago
VPOP3.Base64 @reference
2 Hits, Last modified: 7 months ago
Message Archive @reference
2 Hits, Last modified: 7 years ago
LogDB.SpamRules table @reference
2 Hits, Last modified: 7 years ago
Message Monitoring @reference
2 Hits, Last modified: 7 years ago
SMTPStats.SMTPClientFailures table @reference
2 Hits, Last modified: 7 years ago
LogDB.Sessions table @reference
2 Hits, Last modified: 7 years ago
Misc -> Advanced Tab @reference
2 Hits, Last modified: 7 years ago
LogDB.Messages table @reference
2 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
2 Hits, Last modified: 22 months ago
Welcome to your new DokuWiki @wiki
2 Hits, Last modified: 3 years ago
Full Text Search @how_to
2 Hits, Last modified: 7 years ago
How to configure Outlook 2010 @how_to
2 Hits, Last modified: 7 years ago
VPOP3 is using a lot of disk space @how_to
2 Hits, Last modified: 7 years ago
Restore Deleted Calendars @how_to
2 Hits, Last modified: 3 years ago
Database Issues @how_to
2 Hits, Last modified: 7 years ago
How to move messages between users @how_to
2 Hits, Last modified: 7 years ago
550/553 Not Permitted error from BT Internet's mail servers @how_to
2 Hits, Last modified: 7 years ago
How to configure Mozilla Thunderbird @how_to
2 Hits, Last modified: 7 years ago
Outbound Messages Not Appearing in Monitor Target Mailbox @how_to
2 Hits, Last modified: 7 years ago
Using VPOP3 Spam Filtering with LAN Forwarding @how_to
2 Hits, Last modified: 7 years ago
Socket Error 10053 - An established connection was aborted by the software in your host machine. @how_to
2 Hits, Last modified: 7 years ago
How to configure Outlook 2007 @how_to
2 Hits, Last modified: 7 years ago
Upgrading VPOP3 to version 8.x from v7 or earlier @how_to
2 Hits, Last modified: 5 years ago
VPOP3 re-downloading old messages from the ISP POP3 server @how_to
2 Hits, Last modified: 7 years ago
Unable to access Webmail/Admin when using Kaspersky Antivirus/Internet Security @how_to
2 Hits, Last modified: 7 years ago
Timeout problems downloading/uploading messages with attachments @how_to
2 Hits, Last modified: 7 years ago
Socket Error 10061 - The attempt to connect was forcefully rejected @how_to
2 Hits, Last modified: 7 years ago
VPOP3 - SMTP Client Problem @how_to
2 Hits, Last modified: 7 years ago
Initial Configuration Tasks @how_to
2 Hits, Last modified: 7 years ago
PostgreSQL server won't start due to damaged log files @how_to
2 Hits, Last modified: 7 years ago
Sending mail from different email addresses or domains @how_to
2 Hits, Last modified: 7 years ago
Router Problem error messages @how_to
2 Hits, Last modified: 7 years ago
Require SMTP Authentication @how_to
2 Hits, Last modified: 7 years ago
Restricting the number of messages sent @how_to
2 Hits, Last modified: 7 years ago
Restricting the number of recipients sent to @how_to
2 Hits, Last modified: 7 years ago
Making VPOP3 re-download POP3 messages from the ISP @how_to
2 Hits, Last modified: 7 years ago
VPOP3 Historical Logger Backlog @how_to
2 Hits, Last modified: 7 years ago
Restore selected mail folders or mailbox in VPOP3 v5 or later @how_to
2 Hits, Last modified: 7 years ago
GDPR for other hosting services (eg web hosting) @faq
2 Hits, Last modified: 7 years ago
Archive Script @reference
2 Hits, Last modified: 2 years ago
Settings -> Admin Settings @reference
2 Hits, Last modified: 7 years ago
Incoming SMTP Feed @how_to
2 Hits, Last modified: 7 years ago
Address Book tab @reference
2 Hits, Last modified: 7 years ago
Installation checklist @how_to
2 Hits, Last modified: 7 years ago
How to filter attachments @how_to
2 Hits, Last modified: 7 years ago
Can you remotely log into our VPOP3 computer to fix a problem? @faq
2 Hits, Last modified: 7 years ago
Support Remote Access facility @faq
2 Hits, Last modified: 7 years ago
Internationalisation @how_to
2 Hits, Last modified: 7 years ago
Spamfilter Whitelist & Blacklist @how_to
2 Hits, Last modified: 7 years ago
When sending mail, VPOP3 adds 'PRVS=...' to the sender address @how_to
2 Hits, Last modified: 7 years ago
Mail Not Downloading From ISP @how_to
2 Hits, Last modified: 7 years ago
How To Encrypt Sessions @how_to
2 Hits, Last modified: 7 years ago
How to download VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Forwarded Emails Not Arriving @how_to
1 Hits, Last modified: 7 years ago
User Advanced settings @reference
1 Hits, Last modified: 7 years ago
Status @reference
1 Hits, Last modified: 7 years ago
Copy Outgoing mail @how_to
1 Hits, Last modified: 7 years ago
How to Forward Messages to an External Address @how_to
1 Hits, Last modified: 7 years ago
Creating Extra SMTP Services @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull @reference
1 Hits, Last modified: 7 years ago
Daily Summary is not reporting all Sent messages @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Include @reference
1 Hits, Last modified: 7 years ago
Fax Printer Driver Address Book @how_to
1 Hits, Last modified: 7 years ago
Exchange 2007 @how_to
1 Hits, Last modified: 7 years ago
-ERR Unknown User @how_to
1 Hits, Last modified: 7 years ago
Error 0x80040201 when sending mail in Outlook @how_to
1 Hits, Last modified: 7 years ago
Setting up VPOP3 to work with Exchange 2003 @how_to
1 Hits, Last modified: 7 years ago
Error Message Handling @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents @reference
1 Hits, Last modified: 7 years ago
How to Delete a User @how_to
1 Hits, Last modified: 7 years ago
Attachment Extraction Scripting @reference
1 Hits, Last modified: 7 years ago
Compatibility with SpamPal @how_to
1 Hits, Last modified: 7 years ago
DNSSEC @faq
1 Hits, Last modified: 6 years ago
How do I write an email to technical support? @faq
1 Hits, Last modified: 7 years ago
How can I place an order @faq
1 Hits, Last modified: 7 years ago
VPOP3.MessageReset @reference
1 Hits, Last modified: 7 years ago
VPOP3.MessageSeek @reference
1 Hits, Last modified: 7 years ago
VPOP3.SaveAttachment @reference
1 Hits, Last modified: 7 years ago
VPOP3.SetSetting @reference
1 Hits, Last modified: 4 years ago
Can I change the VPOP3 licence owner name? @faq
1 Hits, Last modified: 7 years ago
VPOP3.GetSetting @reference
1 Hits, Last modified: 7 years ago
Webmail Menu bar @reference
1 Hits, Last modified: 7 years ago
Webmail Status bar @reference
1 Hits, Last modified: 7 years ago
Webmail Tabs @reference
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @adminapi
1 Hits, Last modified: 7 years ago
SMTPClientBlockRemove Action @adminapi
1 Hits, Last modified: 7 years ago
SMTPClientBlockAdd Action @adminapi
1 Hits, Last modified: 7 years ago
I got a copy of VPOP3 via TrialPay and would like a refund @faq
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartHeader @reference
1 Hits, Last modified: 7 years ago
Changing a user's password @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10054 - The virtual circuit was reset by the remote end @how_to
1 Hits, Last modified: 7 years ago
Can't alter dates in Autoresponder Rules @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Webmail/admin service and/or Status service is not listening on correct IP addresses or ports @how_to
1 Hits, Last modified: 7 years ago
Permissions @reference
1 Hits, Last modified: 7 years ago
Socket Error 11001 - Host not found (authoritative answer) @how_to
1 Hits, Last modified: 7 years ago
User Routing Options @reference
1 Hits, Last modified: 7 years ago
Socket Error 10055 - No Buffer Space Available @how_to
1 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
How do I login to the PSCS website? @faq
1 Hits, Last modified: 7 years ago
VPOP3 Webmail Help @reference
1 Hits, Last modified: 7 years ago
Database query to view password change history @reference
1 Hits, Last modified: 7 years ago
552 5.2.3 Message too large - contact your administrator @how_to
1 Hits, Last modified: 7 years ago
450 4.3.2 Content Filter Timeout @how_to
1 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines @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
Socket Error 10503 - No More Data @how_to
1 Hits, Last modified: 7 years ago
Spamfilter Rule Weights @reference
1 Hits, Last modified: 7 years ago
IMAP4 'Ghost Folders' @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Server Access Not Allowed @how_to
1 Hits, Last modified: 7 years ago
Monitor Scripting @reference
1 Hits, Last modified: 6 years ago
loginaudit Database table @reference
1 Hits, Last modified: 22 months ago
Using VPOP3 with Microsoft Exchange Server @how_to
1 Hits, Last modified: 7 years ago
How to move the VPOP3 Message Store to a new PC @how_to
1 Hits, Last modified: 7 years ago
VPOP3 2.x crashes when user tries to download mail @how_to
1 Hits, Last modified: 7 years ago
How To Setup VPOP3 Service Security @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Antivirus Update Error - Error 55 @how_to
1 Hits, Last modified: 7 years ago
Error message: VPOP3 does not have write access to the registry - please check and restart VPOP3 @how_to
1 Hits, Last modified: 7 years ago
ListServer Settings @reference
1 Hits, Last modified: 7 years ago
Lists @reference
1 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference
1 Hits, Last modified: 7 years ago
SMTP Relay Protection in VPOP3 @how_to
1 Hits, Last modified: 7 years ago
LAN Forwarding Queue Status @reference
1 Hits, Last modified: 7 years ago
Settings -> Global Address Book @reference
1 Hits, Last modified: 7 years ago
Lua Scripting @reference
1 Hits, Last modified: 4 days ago
Find a message @reference
1 Hits, Last modified: 7 years ago
DMARC Reporter Script @reference
1 Hits, Last modified: 19 months ago
Users database schema @reference
1 Hits, Last modified: 7 years ago
Tables @reference
1 Hits, Last modified: 7 years ago
AutoresponderConditionList Replacement @mailapi
1 Hits, Last modified: 7 years ago
AutoresponderList and AutoresponderGlobalList Replacements @mailapi
1 Hits, Last modified: 7 years ago
Database -> Message Store Tab @reference
1 Hits, Last modified: 7 years ago
Database files used in VPOP3 2.x @reference
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
1 Hits, Last modified: 7 years ago
SMTPClientAllowRemove Action @adminapi
1 Hits, Last modified: 7 years ago
About @reference
1 Hits, Last modified: 7 years ago
Calendar database schema @reference
1 Hits, Last modified: 7 years ago
Bandwidth Control @reference
1 Hits, Last modified: 7 years ago
Message Archive -> Offline Tab @reference
1 Hits, Last modified: 7 years ago
Using VPOP3 Advanced Features with LAN Forwarding @how_to
1 Hits, Last modified: 7 years ago
How to use the VPOP3 Status Monitor @how_to
1 Hits, Last modified: 7 years ago
Handling mail for multiple incoming domains @how_to
1 Hits, Last modified: 7 years ago
Message Downloads Not Completing @how_to
1 Hits, Last modified: 7 years ago
How to tell VPOP3 that some users in the local domain are not to be handled by VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Using IMAP4 with VPOP3 Enterprise @how_to
1 Hits, Last modified: 7 years ago
Initial User @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBUpdate @reference
1 Hits, Last modified: 7 years ago
Installation conficts @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBInsert @reference
1 Hits, Last modified: 7 years ago
Is it possible to stop messages that VPOP3 downloads from being marked as read? @how_to
1 Hits, Last modified: 7 years ago
How to limit size of sent mail @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Rule names and weights @reference
1 Hits, Last modified: 7 years ago
Localhost missing from Vista HOSTS file @how_to
1 Hits, Last modified: 7 years ago
Locked Accounts @how_to
1 Hits, Last modified: 7 years ago
Message Archive -> Results Tab @reference
1 Hits, Last modified: 7 years ago
Make VPOP3 retry outgoing messages immediately @how_to
1 Hits, Last modified: 7 years ago
SMTPStats database schema @reference
1 Hits, Last modified: 7 years ago
SMTP -> Load Limiting tab @reference
1 Hits, Last modified: 7 years ago
Status Monitor is open during installation @how_to
1 Hits, Last modified: 7 years ago
How to configure Outlook 2003 @how_to
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct @reference
1 Hits, Last modified: 7 years ago
Sent message summary @reference
1 Hits, Last modified: 7 years ago
Scheduling Management Scripts @reference
1 Hits, Last modified: 7 years ago
Problems sending messages to spam@<your domain> @how_to
1 Hits, Last modified: 7 years ago
How to Restore a backup of VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Restore a database backup @how_to
1 Hits, Last modified: 21 months ago
Outgoing Message Scripting @reference
1 Hits, Last modified: 15 months ago
os.timedexecute @reference
1 Hits, Last modified: 7 years ago
msgaudit Database table @reference
1 Hits, Last modified: 7 years ago
Misc -> General Tab @reference
1 Hits, Last modified: 7 years ago
Message Headers @reference
1 Hits, Last modified: 7 years ago
Sending mail through your Gmail account @how_to
1 Hits, Last modified: 7 years ago
Signing outgoing mail with DKIM @how_to
1 Hits, Last modified: 5 years ago
SMTPClientAllowAdd Action @adminapi
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