• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

after

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • how_to (57)
  • reference (55)
  • faq (9)
  • adminapi (2)
  • fatal (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:

  • Error message after sending RCPTTO: - error 0 - text 550 5.7.1 Relaying not allowed! Bad sender IP address
  • "Error Sending Message After Authentication" in Webmail

Fulltext results:

SMTP Server Lua Scripting @reference
11 Hits, Last modified: 4 days ago
RBLResults()** - (VPOP3 Enterprise Only) - called after the RBL checks have been performed * **LoadLimi... ved by VPOP3 * **MessageLine()** - (v5+) called after processing each message line received by VPOP3 ... OP3 Enterprise) This function is called by VPOP3 after the RBL (Realtime Black List) processing has take... ** value is TRUE if this function is being called after a //EHLO// command, or FALSE if it's being called
Mail Sender Advanced Settings @reference
6 Hits, Last modified: 7 years ago
only send those messages during this connection. After sending (or attempting to send) those messages, V... means that VPOP3 will retry a message 10 minutes after first trying to send it. If that fails as well, t... long. It is then a good idea to slow down retries after a while, so that messages which are not going for... be outdated if they eventually arrive. ====Warn after==== The **Warn after** time tells VPOP3 to send a
Spam Filter Rules: Assignments @reference
6 Hits, Last modified: 7 years ago
cify the value of the variable to equal the value after the assignment operator | ^+= |Add the numeric value after the assignment operator to the current numeric va... f the variable | ^-= |Subtract the numeric value after the assignment operator from the current numeric ... umeric value of the variable by the numeric value after the assignment operator | ^/= |Divide the curren
Repairing corrupted database @how_to
4 Hits, Last modified: 16 months ago
s) the database system will automatically recover after power failures etc, if it can. If it can't then t... em messages, so it is a good idea to run it again after fixing any problems, until this script doesn't fi... LE messages.foldermessages DISABLE TRIGGER USER; After doing the deletions, re-enable the triggers by do... l#GUC-ZERO-DAMAGED-PAGES ====Rebuild database==== After you have done this, we strongly recommend doing a
Scheduled Task Script @reference
4 Hits, Last modified: 4 years ago
ur functions are called approximately those times after the previous call of the function, but this is no... me variations. The 1 day function is called just after midnight every day. Note that the functions are called one after another, not concurrently, so after VPOP3 has been running for 5 minutes, it will call ''Sched1Min()'' *
Message Rules @reference
4 Hits, Last modified: 7 years ago
ther rules, but you can use the **Stop Processing after this rule** 'Action' to make VPOP3 stop after processing a matched rule. =====Adding or Editing a Rule=... tch Available actions are: * **Stop Processing after this rule** - VPOP3 will not process further rules after finishing processing this rule * **Flag Message
Error Message Handling @how_to
3 Hits, Last modified: 7 years ago
d report the first error 10 minutes (600 seconds) after the first time it got an error So, 0~600~0~0~... 0~600~3600~86400~10060 would report 10060 errors after 10 minutes of errors, then after another 1 hour of errors, then every day afterwards (unless it gets a s
SMTP Rule Example - restrict who can send to a local email address @how_to
3 Hits, Last modified: 7 years ago
w_to:smtprule_aabb2.png|}} This rule **must come after** the above rule, and will block messages to the ... to:smtprule2_aabb.png|}} The last rule must come after the others to block all other senders from sendin... _to:smtprule2_aabb2.png|}} This rule **must come after** the above rule, and will allow messages to the
"Error Sending Message After Authentication" in Webmail @how_to
3 Hits, Last modified: 7 years ago
======"Error Sending Message After Authentication" in Webmail====== If you get an error while sending a ... using Webmail, such as "**Error sending message after authentication - error 0 - text 502 Error: comman... erver, not by VPOP3 - the **Error sending message after authentication** section will be the same though.
VPOP3 Deleting messages as 'old' messages @how_to
3 Hits, Last modified: 7 years ago
oad the message again, and then, the correct time after it downloaded the message it will delete the mess... s which is that sometimes a message may re-appear after being deleted, or may occasionally just spontaneo... unique IDs which it has seen for a few days even after the message has disappeared (in case it comes bac
Move VPOP3 Version 3 or 4 to a new PC @how_to
3 Hits, Last modified: 6 years ago
, then delete the VPOP3\pgsql from the **new PC** after the copy has finished Note that if you are movin... nstead of in **HKEY_LOCAL_MACHINE\Software**, so, after creating the .REG file, run NotePad and load in t... from the default, you may wish not to change them after moving VPOP3) * **HKEY_LOCAL_MACHINE\Software\
Mail Not Downloading From ISP @how_to
3 Hits, Last modified: 7 years ago
ISPs have been known to make messages 'reappear' after they have previously 'disappeared', so this facil... r, some other ISPs will re-use Unique IDs shortly after the previously using message was deleted. So, VPO... stance, the ISP doesn't actually delete a message after VPOP3 has asked it to. (See also [[VPOP3 Deletin
How To Upgrade VPOP3 @how_to
3 Hits, Last modified: 7 years ago
l need a [[upgrade licence key|new licence key]]. After version 5, then you can upgrade to any version us... l both cause problems when you try to start VPOP3 after the upgrade. *Installing the VPOP3 software to ... upgraded version may take a long time to start up after the upgrade. This is because it has to migrate so
Spam Filter Rules: IfMatch @reference
3 Hits, Last modified: 7 years ago
arches the text of any HTML parts of the message, after stripping out tags and converting HTML to plain t... ^url |This searches all the URLs in the message after they have been decoded (e.g. %xx encodings have b... ou can modify this behaviour by adding characters after the final '/' character: ^i |The search will be
Problems accessing VPOP3 Settings @how_to
3 Hits, Last modified: 7 years ago
cannot access the settings. If you have problems after this with VPOP3 v5 or later, see: * [[non-admi... [[Lost Password|here for some suggestions]]. - After logging in, go to the **Web Mail/Admin Server** t... n we recommend that you still change them here, and then change them back after you have restored access.
Outgoing Message Scripting @reference
3 Hits, Last modified: 14 months ago
Restore a database backup @how_to
3 Hits, Last modified: 20 months ago
The message could not be loaded. Please return to the Quarantine page and try again @how_to
3 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting @reference
3 Hits, Last modified: 21 months ago
Error Messages @how_to
3 Hits, Last modified: 2 years ago
User Delivery Script @reference
3 Hits, Last modified: 7 years ago
Spamfilter White/Blacklists @reference
3 Hits, Last modified: 7 years ago
Message Archive -> Offline Tab @reference
3 Hits, Last modified: 7 years ago
Database & Disk Caching @how_to
2 Hits, Last modified: 7 years ago
Management Scripting @reference
2 Hits, Last modified: 7 years ago
Import Users From File @reference
2 Hits, Last modified: 7 years ago
Mail Connectors -> Connector Schedule @reference
2 Hits, Last modified: 7 years ago
Users.Autoresponders table @reference
2 Hits, Last modified: 7 years ago
What is Software Maintenance? @faq
2 Hits, Last modified: 7 years ago
What is Software Maintenance? @faq
2 Hits, Last modified: 7 years ago
Outlook / Outlook Express is sending mail repeatedly @how_to
2 Hits, Last modified: 7 years ago
Misc -> Advanced Tab @reference
2 Hits, Last modified: 7 years ago
Autoresponders - v3 and v4 @reference
2 Hits, Last modified: 7 years ago
How to make VPOP3 re-download POP3 messages from the ISP @how_to
2 Hits, Last modified: 7 years ago
LAN Forwarding Scripting @reference
2 Hits, Last modified: 6 months ago
Locked Accounts @how_to
2 Hits, Last modified: 7 years ago
Status @reference
2 Hits, Last modified: 7 years ago
Database Maintenance @how_to
2 Hits, Last modified: 7 years ago
French Webmail Language File @how_to
2 Hits, Last modified: 7 years ago
VPOP3 Not Starting Properly @how_to
2 Hits, Last modified: 7 years ago
Controlling VPOP3 via Email @how_to
2 Hits, Last modified: 7 years ago
Can't alter dates in Autoresponder Rules @how_to
2 Hits, Last modified: 7 years ago
Alternative method of automatically starting VPOP3 @how_to
2 Hits, Last modified: 7 years ago
Autoresponders / Out of Office @how_to
2 Hits, Last modified: 7 years ago
Full Text Search @how_to
2 Hits, Last modified: 7 years ago
Spamfilter database comparators @reference
2 Hits, Last modified: 7 years ago
German Webmail Language Page @how_to
2 Hits, Last modified: 7 years ago
Installation checklist @how_to
2 Hits, Last modified: 7 years ago
POP3 Mail Collection @reference
2 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
1 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
1 Hits, Last modified: 22 months ago
Incoming SMTP Mail @reference
1 Hits, Last modified: 7 years ago
Message Archive @reference
1 Hits, Last modified: 7 years ago
ListServer Commands @reference
1 Hits, Last modified: 7 years ago
Logging @reference
1 Hits, Last modified: 7 years ago
SMTP Server -> IDS/IPS @reference
1 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBUpdate @reference
1 Hits, Last modified: 7 years ago
Webmail Status bar @reference
1 Hits, Last modified: 7 years ago
Using tables/grids @reference
1 Hits, Last modified: 7 years ago
Autoresponder @reference
1 Hits, Last modified: 7 years ago
User Advanced settings @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *STOP @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddHeader @reference
1 Hits, Last modified: 7 years ago
Running database updates within a transaction @reference
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score for long sender domain @reference
1 Hits, Last modified: 7 years ago
Spamfilter Script Configuration tab @reference
1 Hits, Last modified: 7 years ago
Spamfilter Rule Weights @reference
1 Hits, Last modified: 7 years ago
Groups @reference
1 Hits, Last modified: 7 years ago
SMTP Service - Filtering @reference
1 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings @reference
1 Hits, Last modified: 7 years ago
Security Settings -> Intrusion Protection Tab @reference
1 Hits, Last modified: 7 years ago
Scheduling Management Scripts @reference
1 Hits, Last modified: 7 years ago
IMAP4 -> Advanced tab @reference
1 Hits, Last modified: 7 years ago
SMTPClientBlocks Replacement @adminapi
1 Hits, Last modified: 7 years ago
Settings -> Diagnostics @reference
1 Hits, Last modified: 7 years ago
Creating Extra SMTP Services @how_to
1 Hits, Last modified: 7 years ago
We installed a new router and now nothing works @how_to
1 Hits, Last modified: 7 years ago
Incoming SMTP Feed @how_to
1 Hits, Last modified: 7 years ago
Initial Configuration Tasks @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 after sending RCPTTO: - error 0 - text 550 5.7.1 Relaying not allowed! Bad sender IP address @how_to
1 Hits, Last modified: 7 years ago
-ERR Can't open the message file - it's gone! @how_to
1 Hits, Last modified: 7 years ago
Delete OutQueue messages directly from the database @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Database Size @how_to
1 Hits, Last modified: 7 years ago
Data stream contained NUL character @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10503 - No More Data @how_to
1 Hits, Last modified: 7 years ago
Internationalisation @how_to
1 Hits, Last modified: 7 years ago
421 4.3.2 VPOP3 SMTP Server access disabled - content scanner problem! @how_to
1 Hits, Last modified: 7 years ago
FATAL: connection limit exceeded for non-superusers @fatal
1 Hits, Last modified: 7 years ago
Windows Server Port Conflicts @faq
1 Hits, Last modified: 7 years ago
Will I receive a VAT invoice? @faq
1 Hits, Last modified: 7 years ago
What is the VPOP3 Antivirus solution? @faq
1 Hits, Last modified: 7 years ago
SMTP Relay Service FAQ @faq
1 Hits, Last modified: 4 years ago
POP3 Protocol @faq
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
GDPR for hosted VPOP3 service @faq
1 Hits, Last modified: 7 years ago
How to install PostgreSQL to use another port @how_to
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
Database files used in VPOP3 2.x @reference
1 Hits, Last modified: 7 years ago
How to move VPOP3 V3 to a new folder @how_to
1 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query @reference
1 Hits, Last modified: 7 years ago
Connections @reference
1 Hits, Last modified: 7 years ago
Autoresponder scripting @reference
1 Hits, Last modified: 7 years ago
Address Book tab @reference
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
1 Hits, Last modified: 7 years ago
Error Message - VPOP3 xxxx Server Access Not Allowed - See Your Administrator @how_to
1 Hits, Last modified: 7 years ago
VPOP3 is using a lot of disk space @how_to
1 Hits, Last modified: 7 years ago
Move VPOP3 Version 5 (or later) to a new PC @how_to
1 Hits, Last modified: 8 months ago
UserRuleActions Replacement @adminapi
1 Hits, Last modified: 7 years ago
How To Move VPOP3 Version 2 to a New Folder/Drive on the same PC @how_to
1 Hits, Last modified: 7 years ago
Making VPOP3 re-download POP3 messages from the ISP @how_to
1 Hits, Last modified: 7 years ago
"Too many logins" error message @how_to
1 Hits, Last modified: 7 years ago
Timeout while VPOP3DB is starting @how_to
1 Hits, Last modified: 7 years ago
Some PCs cannot access VPOP3 when VPOP3 is connected to the Internet @how_to
1 Hits, Last modified: 7 years ago
VPOP3 - SMTP Client Problem @how_to
1 Hits, Last modified: 7 years ago
Sender Policy Framework / SPF @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
RBL Checking not working in VPOP3 Enterprise @how_to
1 Hits, Last modified: 7 years ago
Spam Quarantine @how_to
1 Hits, Last modified: 7 years ago
Out of Disk Space When Sending Mail @how_to
1 Hits, Last modified: 7 years ago
MX Send Warning - ..... @how_to
1 Hits, Last modified: 7 years ago
Formatting Syntax @wiki
1 Hits, Last modified: 3 years ago

Page Tools

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