• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Socket Error 10503 - No More Data • Autoresponders / Out of Office • GDPR for other hosting services (eg web hosting) • Outlook / Outlook Express is sending mail repeatedly • Transmission Receipt Message • Error message: Your connection has been blocked temporarily - Try again later

name

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (162)
  • how_to (106)
  • mailapi (10)
  • adminapi (9)
  • faq (7)
  • tips (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:

  • Admin Replacement Names
  • Can I change the VPOP3 licence owner name?
  • Attachments have been removed or renamed
  • SMTP error 'Invalid HELO name'
  • Webmail Replacement Names
  • Spam Filter Rules: Rule names and weights
  • VPOP3.RenameFolder Lua function

Fulltext results:

German Webmail Language Page @how_to
35 Hits, Last modified: 7 years ago
min login webmaillogin=Webmail Anmeldung enterusername=Sie m&uuml;ssen einen Benutzernamen angeben bookmarksnotsupported=I'm sorry, but your web browser does ... elt! adminonly=Nur Administrator-Login aktiv! username=Username: password=Password: rememberme=Benutzername f&uuml;r die n&auml;chste Anmeldung merken<br><i>(
French Webmail Language File @how_to
35 Hits, Last modified: 7 years ago
admin login webmaillogin=web mail login enterusername=You must specify your VPOP3 username here bookmarksnotsupported=I'm sorry, but your web browser does no... p! adminonly=Administrator logon access only! username=Username: password=Password: rememberme=Remember me next time I connect<br><em>(not recommended on shar
Restore Deleted Calendars @how_to
34 Hits, Last modified: 3 years ago
wing steps at a command prompt (alter paths & filenames as necessary). When asked for a PostgreSQL passw... recalendar.py' <code>import psycopg2 backup_hostname = 'localhost' backup_port = 5433 backup_username = 'vpop3' backup_password = 'vpop3pass' backup_databas... = 'vpop3temp' restore_user = 'paul' active_hostname = 'localhost' active_port = 5433 active_username
SMTP Server Lua Scripting @reference
23 Hits, Last modified: 3 weeks ago
Users** - (IN/OUT) - string - List of allowed usernames (separated by spaces) if there are any username restrictions for this client IP address ===V5 and lat... = * **AuthenticatedUser** - (IN) - string - username of authenticated sender (using SMTP or POP3-then-... * **SMTPAuthenticatedUser** - (IN) - string - username of authenticated sender (using SMTP authenticatio
User Manager Script @reference
21 Hits, Last modified: 13 months ago
people to be able to log in using a different username than their VPOP3 username (eg if you want them to be able to log in using an email address), then you c... UA. VPOP3 calls a function called **TranslateUsername** which should have the following prototype: TranslateUsername(<protocol>, <submitted username>) Protocol indic
Formatting Syntax @wiki
19 Hits, Last modified: 3 years ago
square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
ListServer Commands @reference
18 Hits, Last modified: 7 years ago
ed to **sub**) Send a subject of **subscribe listname**. For example Subject: subscribe offers-list n.b. Use the //list name//, not the email address of the list This adds t... to **uns**) Send a subject of **unsubscribe listname**. For example Subject: unsubscribe offers-list n.b. Use the //list name//, not the email address of the list You can use
Attachment Processing Script @reference
17 Hits, Last modified: 3 years ago
ltered: * NeedsRecode * NeedsRewrite * GetRename * GetContentDispositionLine (added in v7.8) *... eedsRewrite==== function NeedsRewrite(attachmentname, MIMEtype, filtervariables) Called when VPOP3 is... for VPOP3 to process attachments, eg to remove/rename an attachment due to Attachment Filtering) * returns True if the Lua script wants to rewrite/rename the attachment ====GetRename==== function GetR
Settings -> Attachment Processing @reference
15 Hits, Last modified: 7 years ago
essage is received by VPOP3. The **Attachment filenames to filter** box allows you to use basic pattern ... ments; for instance, if there is a particular filename extension, which would enable a malicious file to... i>*</nowiki>**.\\ e.g. **?x*.txt** will match filenames such as //__example.txt__// and //__Oxford.txt__... match __//Texas.txt//__ ===Default filtered filenames=== ^Pattern ^Explanation ^ |<code>*.vbs</code>
Spanish Webmail Language File @how_to
13 Hits, Last modified: 7 years ago
admin login webmaillogin=web mail login enterusername=Especificar aca el usuario de Correo bookmarksnot... =Login de acceso unicamente al Administrador! username=Usuario: password=Password: rememberme=Recordar e... ta v4menunewrootfolder=Nueva carpeta raíz v4menurenamefolder=Cambiar el nombre de Carpeta v4menudeletefo... ratesuspend=Suspender v4moderateban=Prohibir v4renamefolderprompt=Por favor, introduzca el nuevo nombre
How to filter attachments @how_to
13 Hits, Last modified: 7 years ago
_to:filter1.png}} You can specify attachment filenames to filter using DOS style wildcards * and ?. VPO... he message through, but it can either remove or rename the attachment, so that it cannot be run easily. For instance if you have told VPOP3 to rename filtered attachments, a filename of **document.txt.exe** will be renamed to **document.txt.ex_**, this
Attachments have been removed or renamed @how_to
12 Hits, Last modified: 7 years ago
======Attachments have been removed or renamed====== If you have received an email and one or more of its attachments have been removed or renamed, it might be a result of [[how_to:filtering_atta... other bits of information are included in the filename and separated by dots. This could potentially tri... wing rule: ***.???.???** The rule detects a filename that ends in a dot, followed by three characters,
Autoresponder Global Scripting @reference
12 Hits, Last modified: 4 days ago
the numeric ID of the autoresponder's owner * Name - the name of the autoresponder * Text - the text of the autoresponder * Keep - whether the aut... sender) * Attachments - table containing the names of the attachments for the autoresponse * Co... the autoresponder * AutoresponderOwner - the name of the owner of the autoresponder (blank if it's
VPOP3.RenameFolder Lua function @reference
11 Hits, Last modified: 7 years ago
======VPOP3.RenameFolder Lua function====== The [[management scripting|Lua management]] function 'VPOP3.RenameFolder' renames a folder for the specified user. VPOP3.RenameFolder(username, folder, newname); * **username** i
Misc -> General Tab @reference
11 Hits, Last modified: 7 years ago
======Misc -> General Tab====== ====VPOP3 Host Name==== The VPOP3 Host Name is used by VPOP3 when it is telling other mail software what it is called. For ... ects to another SMTP server it will send the host name as the parameter for the HELO or EHLO command, an... n SMTP client connects to VPOP3, it announces its name in the welcome banner as required by the SMTP sta
Archive Script @reference
11 Hits, Last modified: 2 years ago
Repairing corrupted database @how_to
10 Hits, Last modified: 17 months ago
Signing outgoing mail with DKIM @how_to
10 Hits, Last modified: 5 years ago
Virus Scan Filter Scripting @reference
9 Hits, Last modified: 7 years ago
Autoresponder Commands @reference
9 Hits, Last modified: 7 years ago
Groups @reference
8 Hits, Last modified: 7 years ago
Settings -> Diagnostics @reference
8 Hits, Last modified: 7 years ago
Send Admin Message @reference
8 Hits, Last modified: 7 years ago
User Delivery Script @reference
8 Hits, Last modified: 7 years ago
Spam Filter Rules: IfMatch @reference
8 Hits, Last modified: 7 years ago
Autoresponder @reference
8 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
8 Hits, Last modified: 7 years ago
Can I change the VPOP3 licence owner name? @faq
7 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
7 Hits, Last modified: 22 months ago
VPOP3.GetMessages Lua function @reference
7 Hits, Last modified: 7 years ago
How to configure Mozilla Thunderbird @how_to
7 Hits, Last modified: 7 years ago
Autoresponder scripting @reference
6 Hits, Last modified: 4 days ago
Address Book tab @reference
6 Hits, Last modified: 7 years ago
Exchange 2007 @how_to
6 Hits, Last modified: 7 years ago
SMTP error 'Invalid HELO name' @how_to
6 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting @reference
6 Hits, Last modified: 22 months ago
Calendars on eM Client @how_to
6 Hits, Last modified: 7 years ago
VPOP3 Database Size @how_to
6 Hits, Last modified: 7 years ago
POP3 Mail Collection @reference
6 Hits, Last modified: 7 years ago
Mail Collectors @reference
6 Hits, Last modified: 7 years ago
Spam Filter Rules: DNS @reference
6 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineRule @reference
6 Hits, Last modified: 7 years ago
SMTP Service - Filtering @reference
6 Hits, Last modified: 7 years ago
Allow Remote Access to VPOP3 Mailboxes @how_to
6 Hits, Last modified: 7 years ago
Password Strength Checking Script @reference
6 Hits, Last modified: 7 years ago
Spam Filter Rules: Variables @reference
6 Hits, Last modified: 22 months ago
Mappings @reference
6 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGetMD5 @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet @reference
5 Hits, Last modified: 7 years ago
Restore a database backup @how_to
5 Hits, Last modified: 21 months ago
How to configure Outlook 2010 @how_to
5 Hits, Last modified: 7 years ago
Setup steps for multiple POP3 accounts at the ISP @how_to
5 Hits, Last modified: 7 years ago
Spam Filter Rules: SURBL @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: GetUserGroup @reference
5 Hits, Last modified: 7 years ago
How To Setup VPOP3 Service Security @how_to
5 Hits, Last modified: 7 years ago
Version 5 Web Mail API @mailapi
5 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGet @reference
5 Hits, Last modified: 7 years ago
Message Archive -> Offline Tab @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: ForEach @reference
5 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct @reference
5 Hits, Last modified: 7 years ago
Misc -> DNS Tab @reference
5 Hits, Last modified: 7 years ago
Misc -> Advanced Tab @reference
5 Hits, Last modified: 7 years ago
Database query to find forwards/assistants etc in user settings @reference
5 Hits, Last modified: 7 years ago
How to configure Outlook 2007 @how_to
5 Hits, Last modified: 7 years ago
Calendar.Calendars table @reference
5 Hits, Last modified: 7 years ago
Version 5 Web Admin API @adminapi
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
Setting up an iPhone/iPad/iPod Touch @how_to
5 Hits, Last modified: 7 years ago
Setting up VPOP3 to work with Exchange 2003 @how_to
5 Hits, Last modified: 7 years ago
Connections @reference
4 Hits, Last modified: 7 years ago
Sharing IMAP4 folders @how_to
4 Hits, Last modified: 7 years ago
Calendars @how_to
4 Hits, Last modified: 7 years ago
How to upgrade VPOP3 to version 7 or later from version 6 or earlier @how_to
4 Hits, Last modified: 5 years ago
GDPR for hosted VPOP3 service @faq
4 Hits, Last modified: 7 years ago
Database -> Backups Tab @reference
4 Hits, Last modified: 7 years ago
VPOP3 Status Monitor Problems @how_to
4 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query @reference
4 Hits, Last modified: 7 years ago
How to move messages between users @how_to
4 Hits, Last modified: 7 years ago
Sending mail through your Gmail account @how_to
4 Hits, Last modified: 7 years ago
Spam Filter Rules: DNSBL @reference
4 Hits, Last modified: 5 years ago
Spam Filter Rules: DefineSetting @reference
4 Hits, Last modified: 7 years ago
POP3 Server -> General Tab @reference
4 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: CountMatches @reference
4 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another @reference
4 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: BulkScan @reference
4 Hits, Last modified: 7 years ago
General instructions for setting up an email client @how_to
4 Hits, Last modified: 7 years ago
Error message: Your connection has been blocked temporarily - Try again later @how_to
4 Hits, Last modified: 7 years ago
Configuring Calendar on iOS @how_to
4 Hits, Last modified: 7 years ago
Handling mail for multiple incoming domains @how_to
4 Hits, Last modified: 7 years ago
IMAP4 Server Scripting @reference
4 Hits, Last modified: 7 years ago
How to configure Outlook 2003 @how_to
4 Hits, Last modified: 7 years ago
Import Users From File @reference
4 Hits, Last modified: 7 years ago
Users.Users table @reference
4 Hits, Last modified: 7 years ago
How to send a fax by email using the VPOP3 FaxServer @how_to
4 Hits, Last modified: 7 years ago
Message Rules @reference
3 Hits, Last modified: 7 years ago
SMTP -> General tab @reference
3 Hits, Last modified: 7 years ago
VPOP3.GetSetting @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetAddressType @reference
3 Hits, Last modified: 7 years ago
VPOP3.MarkMessageRead Lua function @reference
3 Hits, Last modified: 7 years ago
VPOP3.PurgeMessage Lua function @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: DBQueryOne @reference
3 Hits, Last modified: 7 years ago
VPOP3.SetSetting @reference
3 Hits, Last modified: 4 years ago
Settings -> Local Mail -> General @reference
3 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Convert @reference
3 Hits, Last modified: 7 years ago
Webmail Menu bar @reference
3 Hits, Last modified: 7 years ago
Status @reference
3 Hits, Last modified: 7 years ago
ListServer Settings @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: AddHeader @reference
3 Hits, Last modified: 7 years ago
Spamfilter White/Blacklists @reference
3 Hits, Last modified: 7 years ago
Attachment Extraction Scripting @reference
3 Hits, Last modified: 7 years ago
How to Obtain Error Logs @how_to
3 Hits, Last modified: 7 years ago
Monitor Scripting @reference
3 Hits, Last modified: 6 years ago
Lists @reference
3 Hits, Last modified: 7 years ago
Status Monitor (port 5109) protocol @reference
3 Hits, Last modified: 6 years ago
v5 - Move the message store to a new folder/drive @how_to
3 Hits, Last modified: 6 years ago
Spam Filter Rules: ZipContentsFull @reference
3 Hits, Last modified: 7 years 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
Troubleshooting Tips @how_to
3 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Rule names and weights @reference
3 Hits, Last modified: 7 years ago
How To Move VPOP3 Version 2 to a New PC @how_to
3 Hits, Last modified: 6 years ago
Summary Log File Format @reference
3 Hits, Last modified: 7 years ago
v3/4 - Move the message store to a new folder/drive @how_to
3 Hits, Last modified: 7 years ago
Users.AutoresponderConditions table @reference
3 Hits, Last modified: 7 years ago
Error message: VPOP3 Alert - Non-existent user - <username> @how_to
3 Hits, Last modified: 7 years ago
Database schema used in VPOP3 5.x @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Goto @reference
3 Hits, Last modified: 7 years ago
Calendars in Mozilla Thunderbird @how_to
2 Hits, Last modified: 3 years ago
LogDB.Attachments table @reference
2 Hits, Last modified: 7 years ago
Message Archive @reference
2 Hits, Last modified: 7 years ago
SMTP Server -> IDS/IPS @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules @reference
2 Hits, Last modified: 2 years ago
Management Scripting @reference
2 Hits, Last modified: 7 years ago
loginaudit Database table @reference
2 Hits, Last modified: 22 months ago
How To Allow Mail Relay Through VPOP3 @how_to
2 Hits, Last modified: 11 days ago
Password Lengths @reference
2 Hits, Last modified: 4 years ago
LogDB.SpamRules table @reference
2 Hits, Last modified: 7 years ago
Controlling VPOP3 via Email @how_to
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetRFC822Date @reference
2 Hits, Last modified: 22 months ago
Spam Filter Rules: AddBag @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNSBL @reference
2 Hits, Last modified: 7 years ago
What's new in version 5 webmail? @reference
2 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP @reference
2 Hits, Last modified: 4 years ago
SMTPIDSEvents Replacement @adminapi
2 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function @reference
2 Hits, Last modified: 7 years ago
Database query to view password change history @reference
2 Hits, Last modified: 7 years ago
Users.Autoresponders table @reference
2 Hits, Last modified: 7 years ago
User Routing Script @reference
2 Hits, Last modified: 2 years ago
Prune Rules @reference
2 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @adminapi
2 Hits, Last modified: 7 years ago
UserRuleList Replacement @adminapi
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount @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: ClearBag @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveTags @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBag @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Include @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: IfInBag @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionMD5 @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetMD5 @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DBUpdate @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DBInsert @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DBDeleteTime @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: CopyBag @reference
2 Hits, Last modified: 7 years ago
-ERR Password supplied for "xx" is incorrect @how_to
2 Hits, Last modified: 7 years ago
LogDB.Sessions table @reference
2 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference
2 Hits, Last modified: 7 years ago
Incoming SMTP Feed @how_to
2 Hits, Last modified: 7 years ago
Calendar.Events table @reference
2 Hits, Last modified: 7 years ago
Restricting the number of recipients sent to @how_to
2 Hits, Last modified: 7 years ago
Router Problem error messages @how_to
2 Hits, Last modified: 7 years ago
Sender Policy Framework / SPF @how_to
2 Hits, Last modified: 7 years ago
Initial Configuration Tasks @how_to
2 Hits, Last modified: 7 years ago
The ISP needs SMTP Authentication @how_to
2 Hits, Last modified: 7 years ago
Message Archive -> General @reference
2 Hits, Last modified: 7 years ago
DMARC Reporter Script @reference
2 Hits, Last modified: 19 months ago
Initial User @how_to
2 Hits, Last modified: 7 years ago
UserRuleList Replacement @mailapi
2 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @mailapi
2 Hits, Last modified: 7 years ago
VPOP3 is using a lot of disk space @how_to
2 Hits, Last modified: 7 years ago
AutoresponderInfo Replacement @mailapi
2 Hits, Last modified: 7 years ago
AutoresponderConditionList Replacement @mailapi
2 Hits, Last modified: 7 years ago
How to remove messages from the outbound queue @how_to
2 Hits, Last modified: 7 years ago
Route MX Sent (Direct) Outbound Mail Through Your ISP @how_to
2 Hits, Last modified: 7 years ago
-ERR Unknown User @how_to
2 Hits, Last modified: 7 years ago
Database query to export LAN Forwarding rules @reference
2 Hits, Last modified: 7 years ago
POP3/Webmail/IMAP4 can't see a user's messages, but the administrator can @how_to
2 Hits, Last modified: 7 years ago
Database query to get all lists and members @reference
2 Hits, Last modified: 7 years ago
Obtaining Windows Event Log @how_to
2 Hits, Last modified: 7 years ago
LAN Forwarding Scripting @reference
2 Hits, Last modified: 7 months ago
Find a message @reference
2 Hits, Last modified: 7 years ago
Mail Not Downloading From ISP @how_to
2 Hits, Last modified: 7 years ago
Outbound Messages Not Appearing in Monitor Target Mailbox @how_to
1 Hits, Last modified: 7 years ago
Move the message store - alternative method @how_to
1 Hits, Last modified: 7 years ago
Webmail Status bar @reference
1 Hits, Last modified: 7 years ago
DNSSEC @faq
1 Hits, Last modified: 6 years ago
Frequently Asked Questions @faq
1 Hits, Last modified: 4 years ago
Upgrading PostgreSQL Database Software @how_to
1 Hits, Last modified: 7 years ago
Webmail Tabs @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Replace @reference
1 Hits, Last modified: 7 years ago
Use Download Rules for incoming POP3 message filtering @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
How To Upgrade VPOP3 @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 Install VPOP3 @how_to
1 Hits, Last modified: 4 years ago
VPOP3 cannot access PostgreSQL - timeout expired @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Is Responding Slowly @how_to
1 Hits, Last modified: 7 years ago
Tips & Tricks @tips
1 Hits, Last modified: 7 years ago
GDPR for other hosting services (eg web hosting) @faq
1 Hits, Last modified: 7 years ago
Lost Licence Details @faq
1 Hits, Last modified: 7 years ago
Webmail -> Advanced tab @reference
1 Hits, Last modified: 7 years ago
PostgreSQL Replication @how_to
1 Hits, Last modified: 6 years ago
How to start VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Restore selected mail folders or mailbox in VPOP3 v5 or later @how_to
1 Hits, Last modified: 7 years ago
VPOP3.GetUsers Lua function @reference
1 Hits, Last modified: 7 years ago
UserId Replacement @adminapi
1 Hits, Last modified: 7 years ago
Localhost missing from Vista HOSTS file @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
UserRuleActions Replacement @adminapi
1 Hits, Last modified: 7 years ago
ISP needs you to connect on port 587 @how_to
1 Hits, Last modified: 7 years ago
VPOP3.SaveAttachment @reference
1 Hits, Last modified: 7 years ago
ISP needs SSL connection @how_to
1 Hits, Last modified: 7 years ago
VPOP3 - POP3 Client Problem @how_to
1 Hits, Last modified: 7 years ago
How to install PostgreSQL to use another port @how_to
1 Hits, Last modified: 7 years ago
Users @reference
1 Hits, Last modified: 7 years ago
Restricting the number of messages sent @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Not Starting Properly @how_to
1 Hits, Last modified: 7 years ago
SAVSERVICE.EXE runs at 90%+ and slows the computer down @how_to
1 Hits, Last modified: 7 years ago
Sender Domain Must Resolve @how_to
1 Hits, Last modified: 7 years ago
UserRuleUpdate Replacement @adminapi
1 Hits, Last modified: 7 years ago
Sending mail from different email addresses or domains @how_to
1 Hits, Last modified: 7 years ago
Setting up VPOP3 to work with Microsoft Exchange @how_to
1 Hits, Last modified: 7 years ago
PostgreSQL server won't start due to damaged log files @how_to
1 Hits, Last modified: 7 years ago
SMTP Relay Service FAQ @faq
1 Hits, Last modified: 4 years ago
Spam Filter Rules: Escape @reference
1 Hits, Last modified: 7 years ago
450 4.3.2 Content Filter Timeout @how_to
1 Hits, Last modified: 7 years ago
Download Rules @reference
1 Hits, Last modified: 7 years ago
Route incoming POP3 mail by parsing message headers @reference
1 Hits, Last modified: 7 years ago
Reports @reference
1 Hits, Last modified: 7 years ago
Admin Replacement Names @adminapi
1 Hits, Last modified: 7 years ago
Autoresponders / Out of Office @how_to
1 Hits, Last modified: 7 years ago
Database -> Restore Tab @reference
1 Hits, Last modified: 7 years ago
Outgoing Message Scripting @reference
1 Hits, Last modified: 15 months ago
Offline Archive Error Messages @reference
1 Hits, Last modified: 7 years ago
msgaudit Database table @reference
1 Hits, Last modified: 7 years ago
Backscatter @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
Edit a user @reference
1 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings @reference
1 Hits, Last modified: 7 years ago
Find biggest messages @reference
1 Hits, Last modified: 6 years ago
Error Messages @how_to
1 Hits, Last modified: 2 years ago
How to Delete a User @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
LAN Forwarding @reference
1 Hits, Last modified: 7 years ago
Not Working As Expected @how_to
1 Hits, Last modified: 7 years ago
LogDB.Recipients table @reference
1 Hits, Last modified: 7 years ago
LogDB.Messages table @reference
1 Hits, Last modified: 7 years ago
LAN Forwarding Queue Status @reference
1 Hits, Last modified: 7 years ago
LDAP Schema in VPOP3 4.x @reference
1 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue @reference
1 Hits, Last modified: 7 years ago
Add a user @how_to
1 Hits, Last modified: 7 years ago
Bulk Add Users @reference
1 Hits, Last modified: 7 years ago
Web Based Administration @how_to
1 Hits, Last modified: 7 years ago
UserRuleUpdate 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
VPOP3DB Service doesn't exist @how_to
1 Hits, Last modified: 7 years ago
Spamfilter Whitelist & Blacklist @how_to
1 Hits, Last modified: 7 years ago
535 Authentication Failed @how_to
1 Hits, Last modified: 7 years ago
Database query to list failed message sends @reference
1 Hits, Last modified: 7 years ago
MessageView4 Replacement @mailapi
1 Hits, Last modified: 7 years ago
Socket Error 10048 - Specified Address Already in Use @how_to
1 Hits, Last modified: 7 years ago
Webmail Replacement Names @mailapi
1 Hits, Last modified: 7 years ago
Socket Error 11001 - Host not found (authoritative answer) @how_to
1 Hits, Last modified: 7 years ago
UserId Replacement @mailapi
1 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
1 Hits, Last modified: 7 years ago
How to install the VPOP3 Status Monitor on other PCs @how_to
1 Hits, Last modified: 7 years ago
Signature Script @reference
1 Hits, Last modified: 7 years ago
About @reference
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
IMAP4 'Ghost Folders' @how_to
1 Hits, Last modified: 7 years ago
Increase the spam score for header marker @reference
1 Hits, Last modified: 5 years ago
Spam Filter Rules: Assignments @reference
1 Hits, Last modified: 7 years ago
Spamfilter.Whitelist table @reference
1 Hits, Last modified: 7 years ago
SMTP Server -> Spam Reduction @reference
1 Hits, Last modified: 7 years ago
Bandwidth Control @reference
1 Hits, Last modified: 7 years ago
Batch file to end a database backup @reference
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
How to Access VPOP3's WebMail @how_to
1 Hits, Last modified: 7 years ago
OutMsgRecipients Replacement @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