• skip to content

PSCS Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Sending mail from different email addresses or domains • How to 'share' domains between Exchange and VPOP3 • Outlook/Windows Messaging reports "No transport provider is available" • Accepting Incoming SMTP through a router • How To Upgrade VPOP3 to version 5 or later • 550 5.7.1 Relaying not allowed! Bad sender IP address • VPOP3 Deleting messages as 'old' messages • Upgrading VPOP3 to version 9.x from v7 or v8 • Autoresponders / Out of Office • Error message: Your connection has been blocked temporarily - Try again later

eg

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@reference
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Address Book tab
17 Hits, Last modified: 8 years ago
/closed by pressing the +/- icons next to each category. ====List of contacts==== The top-right panel... ook tab to add recipients. ====Creating a new category==== VPOP3 allows you to maintain various categories for different groups of contacts. For example, you may want the following categories: * Customers * Suppliers * Family
Spamfilter White/Blacklists
14 Hits, Last modified: 8 years ago
e Weights|Rule Weights]] to alter this behaviour (eg you could increase the Whitelist rule weight whic... ndard' wildcards (* and ?) or you can use a PCRE regular expression by surrounding the text with / ... / characters (with optional [[http://www.regular-expressions.info/modifiers.html|PCRE modifiers]] after the last /). Regular expressions give you the most control and fle
Spamfilter database comparators
10 Hits, Last modified: 8 years ago
he above comparators makes them case insensitive (eg **==* **) Whether or not the value specified in ... he above comparators makes them case insensitive (eg **nei**) * ~ does a [[http://www.postgresql.org... 1/static/functions-matching.html#FUNCTIONS-POSIX-REGEXP|POSIX regular expression]] match comparison * !~ does a [[http://www.postgresql.org/docs/9.1/sta
Autoresponder Commands
9 Hits, Last modified: 8 years ago
or yyyy/mm/dd depending on the VPOP3 computer's regional settings. If you just specify a single date,... <To Date> and it will work between the two dates, eg **<Valid:1/2/2010-10/2/2010>** to make the autore... 10 (inclusive), assuming the server has European regional settings. * Time - the time can be specifi... rs of the day of the week defined by the Windows regional settings, eg 'Mon', 'Tue' etc in the UK. Da
Status Monitor (port 5109) protocol
9 Hits, Last modified: 7 years ago
N <username> <password> You will receive a line beginning with either "+OK" if the authentication suc... ncorrect password, permissions not allowed, etc) eg, for the user postmaster, password 'admin' +OK... N <username> <response> You will receive a line beginning with either "+OK" if the authentication suc... ncorrect password, permissions not allowed, etc) eg, for the user postmaster, password 'admin' +OK
Spam Filter Rules: IfMatch
8 Hits, Last modified: 8 years ago
on |2.1.7+ | ^Purpose |Allows you to perform a regular or substring match on a variable or part of t... ter to the **IfMatch** statement can either be a regular expression or a simple case insensitive subst... ld put quotes around the text or Perl Compatible Regular Expression (PCRE) to search for. To specify a regular expression surround it with '/' characters, o
Group a user's folders into letter groups
7 Hits, Last modified: 7 weeks ago
(v_username VARCHAR, v_prefix VARCHAR) RETURNS INTEGER LANGUAGE plpgsql AS $$ DECLARE v_userid INTEGER; v_prefixlength INTEGER; f RECORD; v_letter CHAR; v_count INTEGER; v_newfolder VARCHAR; BEGIN SELECT usernumber I
Spam Filter Rules: Variables
7 Hits, Last modified: 3 years ago
he number of 'inline' attachments in the message (eg inline images etc) |2.1.11+ | ^${VPOP3Build} |Th... s_statement_definerule|DefineRule]] |2.2.1+ | ^${RegExMatches} |The number of regular expression matches from the last match expression |2.2.1+ | ^${''<n... ''} |e.g. **${1}** - The result of the previous regular expression match corresponding to the specifi
Users.AutoresponderConditions table
7 Hits, Last modified: 8 years ago
be any day of week) - 0 is Saturday, 6 is Sunday (eg ''135'' means the condition will act on Monday, W... l message sender (or NULL to match any). If this begins with **/** then it is a [[http://www.postgresq... 1/static/functions-matching.html#FUNCTIONS-POSIX-REGEXP|regular expression match]] of the string surrounded by '/' characters, otherwise it is a [[http://
Copy SMTP Rules - Database Query
6 Hits, Last modified: 8 years ago
REATE OR REPLACE FUNCTION copysmtprules(fromid integer,toid integer) RETURNS integer AS $$ DECLARE rl RECORD; newruleid INTEGER; cnt INTEGER := 0; BEGIN FOR rl IN SE
Misc -> Advanced Tab
6 Hits, Last modified: 8 years ago
message may have got stuck in a loop somewhere - eg if a mail server is misconfigured, a message may ... igher are usually sufficient, but in a few cases, eg if all your mail passes through many mail servers... owadays, the time saved by skipping this step is negligible - eg if there are 1000 messages on the ISP, this step should take much less than 1 second, but
Attachment Processing Script
5 Hits, Last modified: 3 years ago
me other reason for VPOP3 to process attachments, eg to remove/rename an attachment due to Attachment ... he new filename, the second is the new MIME type (eg 'text/plain', 'image/jpeg', etc) ====GetContentDispositionLine==== function GetContentDispositionL... ion = true if the MIME section will be rewritten (eg because of 'NeedsRewrite' function) * returns
Error Handling Scripting
5 Hits, Last modified: 2 years ago
3 generates, it allows control of error messages, eg to limit the frequency of error messages if they ... indicating which component generated the message (eg Mail Collector, Mail Sender) * id - number indicating the id of the component (eg which Mail Collector) * type - number indicatin... icate whether the error message should be forced regardless of normal message controls A 'do nothing'
SMTP Server Lua Scripting
5 Hits, Last modified: 12 months ago
IN) - string - dotted notation client IP address (eg "192.168.1.1") * **ValidClientAddress** - (IN/O... ons to make - each entry is the full header line (eg "From: <user@company.com>") * <message MIME str... * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype string - the content subtype (eg 'html', 'plain', 'gif', etc) * ContentTypeFil
Mail Connectors -> Mail Senders -> SMTP Direct
5 Hits, Last modified: 8 years ago
il server wants to send a message to a recipient, eg //someone@example.com//, it first does a DNS look... codes: * Permanent errors - these error codes begin with a 5 (eg 520 or 507). If one of these error codes is received, then the sending mail server sho... e again * Temporary errors - these error codes begin with a 4 (eg 415 or 421). If one of these error
SMTP Server -> IDS/IPS
5 Hits, Last modified: 8 years ago
Settings -> Attachment Processing
4 Hits, Last modified: 8 years ago
IMAP4 Server Scripting
4 Hits, Last modified: 11 months ago
Misc -> DNS Tab
4 Hits, Last modified: 8 years ago
msgaudit Database table
4 Hits, Last modified: 8 years ago
Mail Sender Advanced Settings
4 Hits, Last modified: 8 years ago
Spamfilter Script Configuration tab
4 Hits, Last modified: 8 years ago
Increase the spam score for header marker
4 Hits, Last modified: 6 years ago
Spam Filter Rules: DBQueryOne
4 Hits, Last modified: 8 years ago
Autoresponder
4 Hits, Last modified: 8 years ago
Message Monitoring
3 Hits, Last modified: 8 years ago
Offline Archive Error Messages
3 Hits, Last modified: 8 years ago
POP3 Mail Collection
3 Hits, Last modified: 8 years ago
Running database updates within a transaction
3 Hits, Last modified: 8 years ago
Send Admin Message
3 Hits, Last modified: 8 years ago
SMTP Service -> Advanced Tab
3 Hits, Last modified: 8 years ago
SMTPStats.SMTPClientFailures table
3 Hits, Last modified: 8 years ago
Use the spam filter scripting to add fixed text to the subject on incoming messages
3 Hits, Last modified: 4 years ago
Spam Filter Rules: AddHeader
3 Hits, Last modified: 8 years ago
Increase the spam score for subject marker
3 Hits, Last modified: 8 years ago
Temporary Files
3 Hits, Last modified: 3 months ago
Virus Scan Filter Scripting
3 Hits, Last modified: 8 years ago
Settings -> Admin Settings
2 Hits, Last modified: 8 years ago
Message Archive -> Offline Tab
2 Hits, Last modified: 8 years ago
Autoresponder scripting
2 Hits, Last modified: 11 months ago
Bandwidth Control
2 Hits, Last modified: 8 years ago
POP3 Client Lua Scripting
2 Hits, Last modified: 3 years ago
Lua Scripting
2 Hits, Last modified: 6 weeks ago
Lua SMTP MX Control
2 Hits, Last modified: 2 months ago
Lua SMTP Relay Control
2 Hits, Last modified: 9 months ago
Mappings
2 Hits, Last modified: 8 years ago
Message Headers
2 Hits, Last modified: 8 years ago
Route incoming POP3 mail by parsing message headers
2 Hits, Last modified: 8 years ago
Security Settings -> Intrusion Protection Tab
2 Hits, Last modified: 8 years ago
SMTP Direct Sender Settings
2 Hits, Last modified: 8 years ago
Spam Filter Rules: Assignments
2 Hits, Last modified: 8 years ago
Spamrules example - increase spam score for long sender domain
2 Hits, Last modified: 8 years ago
Spam Filter Rules: CountMatches
2 Hits, Last modified: 11 months ago
Spam Filter Rules: Goto
2 Hits, Last modified: 8 years ago
Spam Filter Rules: IfInBag
2 Hits, Last modified: 8 years ago
Spam Filter Rules: Reject
2 Hits, Last modified: 8 years ago
Spam Filter Rules: StartDNS
2 Hits, Last modified: 8 years ago
Spam Filter Rules: StartDNSBL
2 Hits, Last modified: 8 years ago
Spam Filter Rules: StartSURBL
2 Hits, Last modified: 8 years ago
Prune Rules
2 Hits, Last modified: 8 years ago
Database query to alter LAN Forwarding rules for one server to go to another
1 Hits, Last modified: 8 years ago
Database query to alter LAN Forwarding rules for one server to go to another
1 Hits, Last modified: 8 years ago
Message Archive -> General
1 Hits, Last modified: 8 years ago
Archive Script
1 Hits, Last modified: 3 years ago
Autoresponders - v3 and v4
1 Hits, Last modified: 8 years ago
Batch file to end a database backup
1 Hits, Last modified: 8 years ago
Calendar.Calendars table
1 Hits, Last modified: 8 years ago
Calendar.Events table
1 Hits, Last modified: 8 years ago
Connections
1 Hits, Last modified: 8 years ago
Database -> Backups Tab
1 Hits, Last modified: 8 years ago
Database files used in VPOP3 2.x
1 Hits, Last modified: 8 years ago
Database -> Restore Tab
1 Hits, Last modified: 8 years ago
Settings -> Diagnostics
1 Hits, Last modified: 8 years ago
DMARC Reporter Script
1 Hits, Last modified: 3 years ago
Global Signature
1 Hits, Last modified: 8 years ago
Incoming SMTP Mail
1 Hits, Last modified: 8 years ago
Internal Data Formats
1 Hits, Last modified: 3 years ago
LAN Forwarding Scripting
1 Hits, Last modified: 9 months ago
LDAP Schema in VPOP3 4.x
1 Hits, Last modified: 8 years ago
Lists
1 Hits, Last modified: 8 years ago
ListServer Settings
1 Hits, Last modified: 8 years ago
LogDB.Attachments table
1 Hits, Last modified: 8 years ago
LogDB.Messages table
1 Hits, Last modified: 8 years ago
LogDB.Recipients table
1 Hits, Last modified: 8 years ago
LogDB.Sessions table
1 Hits, Last modified: 8 years ago
Mail Connectors -> Mail Senders
1 Hits, Last modified: 8 years ago
Management Scripting
1 Hits, Last modified: 8 years ago
Message Archive
1 Hits, Last modified: 8 years ago
Outgoing Message Scripting
1 Hits, Last modified: 2 years ago
Spamfilter Quarantine Viewer
1 Hits, Last modified: 8 years ago
Reset Message Folder Counts
1 Hits, Last modified: 8 years ago
Mail Connectors -> Connector Schedule
1 Hits, Last modified: 8 years ago
Settings
1 Hits, Last modified: 8 years ago
Signature Script
1 Hits, Last modified: 8 years ago
SMTP Service - Filtering
1 Hits, Last modified: 8 years ago
SMTP -> General tab
1 Hits, Last modified: 8 years ago
SMTP Reputation Stats
1 Hits, Last modified: 8 years ago
Lua SMTP Rules Scripts
1 Hits, Last modified: 6 weeks ago
Spamfilter Rule Weights
1 Hits, Last modified: 8 years ago
Spamfilter.Whitelist table
1 Hits, Last modified: 8 years ago
Increase the spam score for certain recipients
1 Hits, Last modified: 8 years ago
Spam Filter Rules: Comments
1 Hits, Last modified: 8 years ago
Spam Filter Rules: Escape
1 Hits, Last modified: 8 years ago
Spam Filter Rules: GlobalMatch
1 Hits, Last modified: 11 months ago
Spam Filter Rules: Random
1 Hits, Last modified: 8 years ago
Spam Filter Rules: Replace
1 Hits, Last modified: 8 years ago
Status
1 Hits, Last modified: 8 years ago
User Delivery Script
1 Hits, Last modified: 8 years ago
User Manager Script
1 Hits, Last modified: 2 years ago
Permissions
1 Hits, Last modified: 8 years ago
User Routing Script
1 Hits, Last modified: 3 years ago
Users.Autoresponders table
1 Hits, Last modified: 8 years ago
VPOP3.Base64
1 Hits, Last modified: 18 months ago
VPOP3.GetMessageLines
1 Hits, Last modified: 8 years ago
VPOP3.GetMessagePart
1 Hits, Last modified: 8 years ago
VPOP3.GetMessagePartBody
1 Hits, Last modified: 8 years ago
VPOP3.HexString
1 Hits, Last modified: 18 months ago
VPOP3.MessageSeek
1 Hits, Last modified: 8 years ago
VPOP3Net.GetHTTP
1 Hits, Last modified: 5 years ago

Page Tools

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