• 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 • Error message: Your connection has been blocked temporarily - Try again later • Transmission Receipt Message • General instructions for setting up an email client

number

Search

You can find the results of your search below.

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

Matching pagenames:

  • UserNumber Replacement
  • Restricting the number of recipients sent to
  • Restricting the number of messages sent
  • UserNumber Replacement
  • IDS Log Event Numbers

Fulltext results:

SMTP Server Lua Scripting @reference
14 Hits, Last modified: 3 weeks ago
* **MaxRecipientsPerLocalMessage** - (IN/OUT) - number - maximum number of recipients allowed for locally sent messages * **MaxRecipientsPerIncomingMessage** - (IN/OUT) - number - maximum number of recipients allowed for incoming messages * **MaxMessagesPerLocalSession** - (IN/OUT
Restricting the number of recipients sent to @how_to
11 Hits, Last modified: 7 years ago
======Restricting the number of recipients sent to====== Some ISPs set restrictions on the number of recipients that you are allowed to send in a c... tain time period, eg 50 messages per hour, or the number of recipients that you are allowed to send per me... message/connection===== If your ISP restricts the number of recipients per message or connection, go to th
How to Restore a backup of VPOP3 @how_to
10 Hits, Last modified: 7 years ago
this, run **pgsql\bin\dropdb -U postgres -p <port number> vpop3**. When it prompts for the password enter ... L master password - default **pgsqlpass**. (<port number> is usually 5433) - Run **pgsql\bin\pg_restore -U postgres -p <port number> -v -C -d postgres DBBACK-<number>.DMP** where <number> is the latest number of the database backup made
Restricting the number of messages sent @how_to
10 Hits, Last modified: 7 years ago
======Restricting the number of messages sent====== Some ISPs set restrictions on the number of messages that you are allowed to send in a cer... tain time period, eg 50 messages per hour, or the number of messages that you are allowed to send per conn... ges per connection===== If your ISP restricts the number of messages sent per connection, go to the **VPOP
Spam Filter Rules: Variables @reference
9 Hits, Last modified: 22 months ago
the same variable can contain either a text or a number, and conversion between the two types will take p... ress of the message |2.1.7+ | ^${RcptCount} |The number of recipients which VPOP3 knows about (from the S... the message |2.1.11+ | ^${AttachmentCount} |The number of attachments in the message |2.1.11+ | ^${InlineAttachmentCount} |The number of 'inline' attachments in the message (eg inline
Restore Deleted Calendars @how_to
8 Hits, Last modified: 3 years ago
) cur = oldConn.cursor() cur.execute(f'SELECT usernumber, username FROM users.users WHERE username=\'{restore_user}\'') oldUserId = 0 for usernumber, username in cur.fetchall(): print(f'Found Backup user id {usernumber}') oldUserId = usernumber cur.close() newConn = psycopg2.connect(host=active_hostname, port=active_port
SMTP Direct Sender Settings @reference
8 Hits, Last modified: 7 years ago
requires SMTP authentication, or a different port number you can specify these as well by modifying the se... ority of the target server - specify ''$priority:<number>''. If you don't specify a priority, then the pri... - Check message size - specify ''$size<operator><number>''. If the message size matches the condition, th... ck message retries - specify ''$retries<operator><number>''. If the number of retries of this message matc
Database Maintenance @how_to
7 Hits, Last modified: 7 years ago
eSQL will be on port 5433 (but it may be a higher number, if other software is using port 5433). You can... something like '-p 5433' which tells you the port number. You need to specify the port number in all PostgreSQL commands, as '-p <portnumber>', eg ''-p 5433'' =====Freeing disk space===== In excepti
Download Rules @reference
7 Hits, Last modified: 7 years ago
(in bytes) is equal or greater than the specified number) * **Time now** (HH:MM-HH:MM to specify a range... * **Collector** - (this is the **zero-based** number of the Mail Collector. Note that VPOP3 displays them as one-based numbers, so if VPOP3 displays the collector as number '5', you must enter '4' here. This is for historical reaso
Misc -> Advanced Tab @reference
6 Hits, Last modified: 7 years ago
a message has already made (done by counting the number of 'Received:' header lines). If this number of hops exceeds a specified value, the message will be rejec... The Max Hops value tells VPOP3 what the maximum number of hops to be allowed is when checking a new message. If the number of hops ('Received:' header lines) exceeds this n
Outgoing Message Scripting @reference
6 Hits, Last modified: 15 months ago
VPOP3 will send messages with a smaller priority number first. * Headers - A list of the message header... ludes raw headers). * HoldSeconds - The current number of seconds the message will be held before being ... = no time). * DeleteAfterSeconds - The current number of seconds before the message will be deleted fro... VPOP3 will send messages with a smaller priority number first. * HoldReason - A reason to be logged in
VPOP3.GetMessageLines @reference
5 Hits, Last modified: 7 years ago
TPSVR.LUA]] scripts. It takes one parameter: - number - number of lines to retrieve The function returns two values: - number - the number of lines retrieved (this may be less than the requested number, eg if the end of the message
"Too many logins" error message @how_to
5 Hits, Last modified: 7 years ago
== VPOP3 version 4 and later have a limit on the number of concurrent logins which can be received for a ... ver** * The **UserLoginLimit** is the maximum number of logins for a user * The **IPAddressLimit** is the maximum number of logins from a single IP address - After modi... {{:how_to:userlogin.png|}} Note that setting the numbers too high could cause problems, especially if som
How to send a fax by email using the VPOP3 FaxServer @how_to
5 Hits, Last modified: 7 years ago
n lines of their own. Use: * **~<recipient fax number>~<recipient real name>~<recipient company>** to s... * **~~RealName~<real name of sender>** * **~~FaxNumber~<fax number of sender>** * **~~PhoneNumber~<phone number of sender>** * **~~Company~<company of sender>** In VPO
How to Backup VPOP3 @how_to
5 Hits, Last modified: 7 years ago
ure you backup the **[[reference:database|DBBack-<number>.DMP]]** files, these contain the mailbox contents and other settings/data. The DBBack-<number>.DMP files contain all the settings/data, so you ... directory. - Run ''pgsql\bin\pg_dump -p <port number> -F c -U vpop3 -f database.dmp vpop3'' ('<port number>' is usually 5433)\\ e.g. //pgsql\bin\pg_dump -p 54
Error Message Handling @how_to
4 Hits, Last modified: 7 years ago
Repairing corrupted database @how_to
4 Hits, Last modified: 17 months ago
SMTP Reputation Stats @reference
4 Hits, Last modified: 7 years ago
What's new in version 5 webmail? @reference
4 Hits, Last modified: 7 years ago
IDS Log Event Numbers @reference
4 Hits, Last modified: 7 years ago
Windows Server Port Conflicts @faq
4 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting @reference
4 Hits, Last modified: 22 months ago
Out of Disk Space When Sending Mail @how_to
4 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount @reference
4 Hits, Last modified: 7 years ago
Error Handling Scripting @reference
4 Hits, Last modified: 19 months ago
How to use the VPOP3 Status Monitor @how_to
4 Hits, Last modified: 7 years ago
POP3 Mail Collection @reference
3 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
3 Hits, Last modified: 7 years ago
PostgreSQL Replication @how_to
3 Hits, Last modified: 6 years ago
Send Admin Message @reference
3 Hits, Last modified: 7 years ago
Spanish Webmail Language File @how_to
3 Hits, Last modified: 7 years ago
Bandwidth Control @reference
3 Hits, Last modified: 7 years ago
Quarantine tab @reference
3 Hits, Last modified: 7 years ago
Formatting Syntax @wiki
3 Hits, Last modified: 3 years ago
Mail Sender Advanced Settings @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: DBQueryOne @reference
3 Hits, Last modified: 7 years ago
Users @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Random @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: ForEach @reference
3 Hits, Last modified: 7 years ago
Autoresponder Global Scripting @reference
3 Hits, Last modified: 4 days ago
Spam Filter Rules: CountMatches @reference
3 Hits, Last modified: 7 years ago
French Webmail Language File @how_to
3 Hits, Last modified: 7 years ago
German Webmail Language Page @how_to
3 Hits, Last modified: 7 years ago
How to install PostgreSQL to use another port @how_to
3 Hits, Last modified: 7 years ago
IMAP4 -> Advanced tab @reference
2 Hits, Last modified: 7 years ago
Spamfilter White/Blacklists @reference
2 Hits, Last modified: 7 years ago
Database -> Message Store Tab @reference
2 Hits, Last modified: 7 years ago
Database schema used in VPOP3 5.x @reference
2 Hits, Last modified: 7 years ago
Settings -> Diagnostics @reference
2 Hits, Last modified: 7 years ago
DMARC Reporter Script @reference
2 Hits, Last modified: 19 months ago
VPOP3.SaveAttachment @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function @reference
2 Hits, Last modified: 7 years ago
Users.Users 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
Users.AutoresponderConditions table @reference
2 Hits, Last modified: 7 years ago
Mail Collectors @reference
2 Hits, Last modified: 7 years ago
Monitor Scripting @reference
2 Hits, Last modified: 6 years ago
Spam Filter Rules: ZipContentsFull @reference
2 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
2 Hits, Last modified: 7 years ago
Spamfilter.Whitelist table @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionMD5 @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetRFC822Date @reference
2 Hits, Last modified: 22 months ago
Use the spam filter scripting to add random text to the subject on incoming messages @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents @reference
2 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query @reference
2 Hits, Last modified: 7 years ago
Socket Error 10048 - Specified Address Already in Use @how_to
2 Hits, Last modified: 7 years ago
AutoresponderConditionList Replacement @mailapi
2 Hits, Last modified: 7 years ago
Router Problem error messages @how_to
2 Hits, Last modified: 7 years ago
Delete OutQueue messages directly from the database @how_to
2 Hits, Last modified: 7 years ago
Outgoing Mail @how_to
2 Hits, Last modified: 7 years ago
550 5.7.1 Recipient Prohibited (x) @how_to
2 Hits, Last modified: 7 years ago
How to configure Mozilla Thunderbird @how_to
2 Hits, Last modified: 7 years ago
Emptying a user's mailbox @how_to
2 Hits, Last modified: 7 years ago
How to move messages between users @how_to
2 Hits, Last modified: 7 years ago
FATAL: connection limit exceeded for non-superusers @fatal
2 Hits, Last modified: 7 years ago
VPOP3 - SMTP Client Problem @how_to
2 Hits, Last modified: 7 years ago
SMTP Relay Service FAQ @faq
2 Hits, Last modified: 4 years ago
How do I get support? @faq
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
UserNumber Replacement @mailapi
2 Hits, Last modified: 7 years ago
UserNumber Replacement @adminapi
2 Hits, Last modified: 7 years ago
SMTPIDSEvents Replacement @adminapi
2 Hits, Last modified: 7 years ago
Spam Filter Rules: BulkScan @reference
1 Hits, Last modified: 7 years ago
Setting up VPOP3 to work with Exchange 2003 @how_to
1 Hits, Last modified: 7 years ago
Exceptions @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineRule @reference
1 Hits, Last modified: 7 years ago
Error expanding recipient - Nesting Level too deep @how_to
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Assignments @reference
1 Hits, Last modified: 7 years ago
Exchange 2007 @how_to
1 Hits, Last modified: 7 years ago
Inbox size is zero but mailbox size is not zero @how_to
1 Hits, Last modified: 7 years ago
Controlling VPOP3 via Email @how_to
1 Hits, Last modified: 7 years ago
About @reference
1 Hits, Last modified: 7 years ago
Configure Email Signatures @how_to
1 Hits, Last modified: 7 years ago
Database query to view password change history @reference
1 Hits, Last modified: 7 years ago
DokuWiki @wiki
1 Hits, Last modified: 3 years ago
UserRuleList Replacement @adminapi
1 Hits, Last modified: 7 years ago
VPOP3.PostgresQuery @reference
1 Hits, Last modified: 7 years ago
VPOP3.MessageSeek @reference
1 Hits, Last modified: 7 years ago
VPOP3.HMAC @reference
1 Hits, Last modified: 7 months ago
VPOP3.GetSetting @reference
1 Hits, Last modified: 7 years ago
Which Ports does VPOP3 use? @faq
1 Hits, Last modified: 7 years ago
Configuring Calendar on iOS @how_to
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
User Routing Script @reference
1 Hits, Last modified: 2 years ago
Prune Rules @reference
1 Hits, Last modified: 7 years ago
Status @reference
1 Hits, Last modified: 7 years ago
450 4.3.2 Content Filter Timeout @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
Socket Error 10054 - The virtual circuit was reset by the remote end @how_to
1 Hits, Last modified: 7 years ago
Spamfilter Rule Weights @reference
1 Hits, Last modified: 7 years ago
Sent message summary @reference
1 Hits, Last modified: 7 years ago
SMTP -> Load Limiting tab @reference
1 Hits, Last modified: 7 years ago
Database -> Restore Tab @reference
1 Hits, Last modified: 7 years ago
Find a message @reference
1 Hits, Last modified: 7 years ago
Database query to find forwards/assistants etc in user settings @reference
1 Hits, Last modified: 7 years ago
Find biggest messages @reference
1 Hits, Last modified: 6 years ago
VPOP3 is using a lot of disk space @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Not Starting Properly @how_to
1 Hits, Last modified: 7 years ago
VPOP3 re-downloading old messages from the ISP POP3 server @how_to
1 Hits, Last modified: 7 years ago
Spamfilter Whitelist & Blacklist @how_to
1 Hits, Last modified: 7 years ago
AutoresponderInfo Replacement @mailapi
1 Hits, Last modified: 7 years ago
Move VPOP3 Version 5 (or later) to a new PC @how_to
1 Hits, Last modified: 9 months ago
Admin Replacement Names @adminapi
1 Hits, Last modified: 7 years ago
Webmail Replacement Names @mailapi
1 Hits, Last modified: 7 years ago
Autoresponder Commands @reference
1 Hits, Last modified: 7 years ago
UserRuleList Replacement @mailapi
1 Hits, Last modified: 7 years ago
Message Archive -> General @reference
1 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another @reference
1 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another @reference
1 Hits, Last modified: 7 years ago
VPOP3 Antivirus Update Error - Error 55 @how_to
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
SMTP Server -> IDS/IPS @reference
1 Hits, Last modified: 7 years ago
Make VPOP3 retry outgoing messages immediately @how_to
1 Hits, Last modified: 7 years ago
SMTP Service - Filtering @reference
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct @reference
1 Hits, Last modified: 7 years ago
Address Book tab @reference
1 Hits, Last modified: 7 years ago
ISP needs SSL connection @how_to
1 Hits, Last modified: 7 years ago
Mail Not Downloading From ISP @how_to
1 Hits, Last modified: 7 years ago
Security Settings -> Intrusion Protection Tab @reference
1 Hits, Last modified: 7 years ago
Running database updates within a transaction @reference
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
Troubleshooting Tips @how_to
1 Hits, Last modified: 7 years ago
Password Lengths @reference
1 Hits, Last modified: 4 years ago
Misc -> External Fax Tab @reference
1 Hits, Last modified: 7 years ago
Performance Requirements @how_to
1 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
1 Hits, Last modified: 22 months ago
VPOP3 Status Service Disabled @how_to
1 Hits, Last modified: 7 years ago
Lua Hashing Functions @reference
1 Hits, Last modified: 7 months ago
Settings -> Local Mail -> General @reference
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