• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Socket Error 10503 - No More Data • How To Allow Mail Relay Through VPOP3

table

Search

You can find the results of your search below.

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

Matching pagenames:

  • Using tables/grids

Fulltext results:

SMTP Server Lua Scripting @reference
24 Hits, Last modified: 4 weeks ago
art()** function if desired: * **RBLServers** - table containing a list of RBL servers to query * **RBLWhitelist** - table containing a list of white-listed servers (wildca... he result of the RBL processing. Also there is a table called **RBLResultInfo** which contains the raw result information in the form of a table of entries indexed on the name of the RBL databas
Repairing corrupted database @how_to
19 Hits, Last modified: 17 months ago
efore restarting VPOP3. =====Finding the problem table/index===== Often the error message will say somet... tallation to another. To determine which database table/index the relation refers to, follow these instru... aste) select n.nspname AS schema, c.relname AS tablename, c.relkind as kind from pg_class c inner join... fix the problem. If it is 'r' then it is a normal table, or if it is 't' then it is a 'toast' table (see
Formatting Syntax @wiki
13 Hits, Last modified: 3 years ago
content. If you have more than three headlines, a table of contents is generated automatically -- this ca... > Really? >> Yes! >>> Then lets do it! ===== Tables ===== DokuWiki supports a simple syntax to create tables. ^ Heading 1 ^ Heading 2 ^ Heading 3... ol 1 | Row 3 Col 2 | Row 3 Col 3 | Table rows have to start and end with a ''|'' for norma
User Delivery Script @reference
9 Hits, Last modified: 7 years ago
be delivered as flagged/starred * Keywords - a table containing a list of keywords to be associated with the message * Folders - a table containing a list of folders for the message to b... to the message * Headers - the message headers (table of string pairs - [1] field name, [2] data * Fo... ards - email addresses to forward the message to (table of strings) * HeaderMods - header modifiers (ta
POP3 Client Lua Scripting @reference
8 Hits, Last modified: 22 months ago
he message subject line * <recipient list> is a table containing a list of the recipient email addresse... the RCPT TO envelope) * <current actions> is a table with the following entries * SendToOriginalRe... reason is needed for the action * Recipients table - table containing new/replacement recipients for the message * HeaderModifiers table - list of mess
Autoresponder Global Scripting @reference
7 Hits, Last modified: 7 days ago
bal variables set: * Autoresponder - this is a table with the following fields: * ID - the numeric... should 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 autoresponse * CopyTo - table containing email addresses the original message s
Signature Script @reference
7 Hits, Last modified: 7 years ago
<sender email address>, <subject>) In v6.9+, a table is passed containing the LDAP attributes for the ... address>, <subject>, <LDAP Data>) The LDAP data table is a table of tables which consists of a table where the index is the LDAP attribute name (in upper case), and the
VPOP3 Database Size @how_to
6 Hits, Last modified: 7 years ago
e daily backups. Usually these will be much more stable in size. The backups do not contain the 'free spa... the first place to look is to see which database tables are using the most space. To do this, go to th... press **Do Query**. This will show the biggest 20 tables in the database, and how much space they are occ... elation_size(C.oid) DESC LIMIT 20; Some of the tables which are commonly large are: * messages.msgd
What is PostgreSQL? @faq
5 Hits, Last modified: 7 years ago
Express were products we considered which had suitable licences. MSSQL Server Express was ruled out bec... tgreSQL which is generally considered to be very stable and robust, although it is less well known than M... much experience with it, so, although it seems suitable, we chose to use PostgreSQL instead. =====Why no... , in PostgreSQL and MySQL you use **SELECT * FROM table LIMIT 3**. To do the same in MSSQL you use **SELE
Move the message store - alternative method @how_to
5 Hits, Last modified: 7 years ago
VPOP3\pgsql\data folder, but the actual database tables & indexes are stored in the new location. This m... tp://www.postgresql.org/docs/9.1/static/manage-ag-tablespaces.html|Tablespaces]]' To do this: - [[stop VPOP3]] - [[backup_vpop3#manual_database_backup|Bac... lt password here is 'pgsqlpass' - Type ''CREATE TABLESPACE vpop3ts OWNER vpop3 LOCATION 'd:\vpop3data'
Autoresponder scripting @reference
4 Hits, Last modified: 7 days ago
nition==== The Autoresponder global variable is a table with the following fields: * **ID** - the numer... ould be appended to the autoresponse * **To** - table containing the email addresses the autoresponse should go to * **Attachments** - table containing the names of the attachments for the autoresponse * **CopyTo** - table containing email addresses the original message s
Calendar.Calendars table @reference
4 Hits, Last modified: 7 years ago
======Calendar.Calendars table====== The [[Calendar]].Calendars table contains a list of all 'calendars' created in VPOP3. Each user ac... (Use the [[db_users|users]].[[users_users|users]] table to find the numeric id from the user name) * na... rs on the [[Calendar]].[[calendar_events|Events]] table will automatically update this entry when an even
Lua Hashing Functions @reference
4 Hits, Last modified: 7 months ago
l functions take a string parameter, and return a table of numbers containing the hash value (one byte per table entry). The length of the returned table are: * SHA1 - 20 bytes * SHA256 - 32 bytes * SHA512 - 64 bytes * MD5 - 16 bytes If there is an error, the returned table is empty
Groups @reference
4 Hits, Last modified: 7 years ago
===== To add a new group, press ''New'' above the table, then enter the group name. The group name must... a group===== To delete a group, select it in the table, and press the ''Delete'' button above the table. =====Editing a group===== To edit a group, you can just use the controls in the group table. Some of the controls are three-state checkboxe
LAN Forwarding Scripting @reference
4 Hits, Last modified: 7 months ago
e recipient's email address after '@' * rules = table of LAN forwarding rules, each table entry is another table containing * InAddress - address to match * ServerAddress - server addres... ntry) The function can return a modified 'rules' table containing new rules to check while processing th
VPOP3Net.GetHTTP @reference
4 Hits, Last modified: 4 years ago
Users.Users table @reference
3 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function @reference
3 Hits, Last modified: 7 years ago
LogDB.Recipients table @reference
3 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function @reference
3 Hits, Last modified: 7 years ago
Data stream contained NUL character @how_to
3 Hits, Last modified: 7 years ago
VPOP3.PostgresQuery @reference
3 Hits, Last modified: 7 years ago
VPOP3.HMAC @reference
3 Hits, Last modified: 7 months ago
Delete OutQueue messages directly from the database @how_to
3 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
2 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
2 Hits, Last modified: 23 months ago
Calendar.Events table @reference
2 Hits, Last modified: 7 years ago
Autoresponder @reference
2 Hits, Last modified: 7 years ago
Spamfilter.Whitelist table @reference
2 Hits, Last modified: 7 years ago
SMTPStats.SMTPClientFailures table @reference
2 Hits, Last modified: 7 years ago
LogDB.Attachments table @reference
2 Hits, Last modified: 7 years ago
SMTP Reputation Stats @reference
2 Hits, Last modified: 7 years ago
LogDB.SpamRules table @reference
2 Hits, Last modified: 7 years ago
LogDB.Messages table @reference
2 Hits, Last modified: 7 years ago
Prune Rules @reference
2 Hits, Last modified: 7 years ago
LogDB.Sessions table @reference
2 Hits, Last modified: 7 years ago
Users @reference
2 Hits, Last modified: 7 years ago
Custom filtering incoming mail @how_to
2 Hits, Last modified: 7 years ago
VPOP3.UnBase64 @reference
2 Hits, Last modified: 7 months ago
Using tables/grids @reference
2 Hits, Last modified: 7 years ago
Some PCs cannot access VPOP3 when VPOP3 is connected to the Internet @how_to
2 Hits, Last modified: 7 years ago
VPOP3.Base64 @reference
2 Hits, Last modified: 7 months ago
Attachments have been removed or renamed @how_to
2 Hits, Last modified: 7 years ago
SMTP Relay Service FAQ @faq
2 Hits, Last modified: 4 years ago
VPOP3.GetUsers Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.UnHexString @reference
2 Hits, Last modified: 7 months ago
POP3 Mail Collection @reference
2 Hits, Last modified: 7 years ago
Spanish Webmail Language File @how_to
2 Hits, Last modified: 7 years ago
Users.Autoresponders table @reference
2 Hits, Last modified: 7 years ago
Users.AutoresponderConditions table @reference
2 Hits, Last modified: 7 years ago
VPOP3 cannot access PostgreSQL - timeout expired @how_to
2 Hits, Last modified: 7 years ago
VPOP3.HexString @reference
2 Hits, Last modified: 7 months ago
Spamfilter Whitelist & Blacklist @how_to
2 Hits, Last modified: 7 years ago
User Routing Script @reference
1 Hits, Last modified: 2 years ago
VPOP3.SetSetting @reference
1 Hits, Last modified: 4 years ago
Mail Connectors -> Mail Senders -> SMTP Relay @reference
1 Hits, Last modified: 7 years ago
Send Admin Message @reference
1 Hits, Last modified: 7 years ago
SMTPStats database schema @reference
1 Hits, Last modified: 7 years ago
Spamfilter Rule Weights @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetSetting @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody @reference
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart @reference
1 Hits, Last modified: 7 years ago
Database query to view password change history @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGet @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet @reference
1 Hits, Last modified: 7 years ago
User Advanced settings @reference
1 Hits, Last modified: 7 years ago
User Manager Script @reference
1 Hits, Last modified: 14 months ago
Quarantine tab @reference
1 Hits, Last modified: 7 years ago
SMTPClientAllowAdd Action @adminapi
1 Hits, Last modified: 7 years ago
Outgoing Message Scripting @reference
1 Hits, Last modified: 15 months ago
How to filter attachments @how_to
1 Hits, Last modified: 7 years ago
Restricting the number of messages sent @how_to
1 Hits, Last modified: 7 years ago
Restricting the number of recipients sent to @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
Spam Quarantine @how_to
1 Hits, Last modified: 7 years ago
Performance Requirements @how_to
1 Hits, Last modified: 7 years ago
How to make VPOP3 re-download POP3 messages from the ISP @how_to
1 Hits, Last modified: 7 years ago
Internationalisation @how_to
1 Hits, Last modified: 7 years ago
Error Message Handling @how_to
1 Hits, Last modified: 7 years ago
How To Upgrade VPOP3 to version 5 or later @how_to
1 Hits, Last modified: 6 years ago
How To Encrypt Sessions @how_to
1 Hits, Last modified: 7 years ago
Copy Outgoing mail @how_to
1 Hits, Last modified: 7 years ago
Calendars @how_to
1 Hits, Last modified: 7 years ago
GDPR for hosted VPOP3 service @faq
1 Hits, Last modified: 7 years ago
Encryption @faq
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
How To Upgrade VPOP3 @how_to
1 Hits, Last modified: 7 years ago
How to upgrade VPOP3 to version 7 or later from version 6 or earlier @how_to
1 Hits, Last modified: 5 years ago
os.timedexecute @reference
1 Hits, Last modified: 7 years ago
Find a message @reference
1 Hits, Last modified: 7 years ago
msgaudit Database table @reference
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
Logging @reference
1 Hits, Last modified: 7 years ago
SMTPClientAllowRemove Action @adminapi
1 Hits, Last modified: 7 years ago
LogDB database schema @reference
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
DMARC Reporter Script @reference
1 Hits, Last modified: 19 months ago
UserRuleActions Replacement @mailapi
1 Hits, Last modified: 7 years ago
Users database schema @reference
1 Hits, Last modified: 7 years ago
Tables @reference
1 Hits, Last modified: 7 years ago
Database -> Restore Tab @reference
1 Hits, Last modified: 7 years ago
Database -> Backups Tab @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
Attachment Processing Script @reference
1 Hits, Last modified: 3 years ago
Settings -> Attachment Processing @reference
1 Hits, Last modified: 7 years ago
Welcome to your new DokuWiki @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