• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

http

Search

You can find the results of your search below.

Exact match
  • 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

Matching pagenames:

  • Spam Filter Rules: HTTPGet
  • Spam Filter Rules: HTTPGetMD5
  • Spam Filter Rules: HTTPPost
  • Spam Filter Rules: WinHTTPGet
  • VPOP3Net.GetHTTP

Fulltext results:

Database schema used in VPOP3 5.x
6 Hits, Last modified: 7 years ago
versions as well. Also note that VPOP3 5.x uses [[http://www.postgresql.org/docs/9.1/static/release-9-1-... 9.1]] or later, whereas 3.x-4.x use PostgreSQL [[http://www.postgresql.org/docs/8.3/static/release-8-3-... tory. To access the database, we generally use [[http://www.postgresql.org/docs/9.1/static/app-psql.htm... her tools available if you prefer them, such as [[http://www.pgadmin.org/|PgAdmin]]. [[http://psqlodbc.p
Spam Filter Rules: WinHTTPGet
5 Hits, Last modified: 7 years ago
rst line of the headers variable will contain the HTTP result code, if present * If VPOP3 cannot conne... the website, the headers may be empty * <nowiki>http://</nowiki> and <nowiki>https://</nowiki> connect... lowing example will retrieve the webpage <nowiki>"http://www.pscs.co.uk"</nowiki>, return the HTTP headers into the ${hdrs} variable and return the content in
Spam Filter Rules: HTTPGet
5 Hits, Last modified: 7 years ago
rst line of the headers variable will contain the HTTP result code, if present * If VPOP3 cannot conne... ebsite, the headers may be empty * Only <nowiki>http://</nowiki> connections are supported - for <nowi... lowing example will retrieve the webpage <nowiki>"http://www.pscs.co.uk"</nowiki>, return the HTTP headers into the ${hdrs} variable and return the content in
Spamfilter White/Blacklists
4 Hits, Last modified: 7 years ago
the text with / ... / characters (with optional [[http://www.regular-expressions.info/modifiers.html|PCR... rnet about regular expressions, one we like is at http://regular-expressions.info. So, for instance, th... the text with / ... / characters (with optional [[http://www.regular-expressions.info/modifiers.html|PCR... rnet about regular expressions, one we like is at http://regular-expressions.info. So, for instance, th
Spamfilter database comparators
4 Hits, Last modified: 7 years ago
them case insensitive (eg **nei**) * ~ does a [[http://www.postgresql.org/docs/9.1/static/functions-ma... lar expression]] match comparison * !~ does a [[http://www.postgresql.org/docs/9.1/static/functions-ma... expression]] not-match comparison * ~* does a [[http://www.postgresql.org/docs/9.1/static/functions-ma... ar expression]] match comparison * !~* does a [[http://www.postgresql.org/docs/9.1/static/functions-ma
Users.AutoresponderConditions table
4 Hits, Last modified: 7 years ago
ch any). If this begins with **/** then it is a [[http://www.postgresql.org/docs/9.1/static/functions-ma... surrounded by '/' characters, otherwise it is a [[http://www.postgresql.org/docs/9.1/static/functions-ma... ch any). If this begins with **/** then it is a [[http://www.postgresql.org/docs/9.1/static/functions-ma... surrounded by '/' characters, otherwise it is a [[http://www.postgresql.org/docs/9.1/static/functions-ma
Spam Filter Rules: HTTPPost
4 Hits, Last modified: 7 years ago
rst line of the headers variable will contain the HTTP result code, if present * If VPOP3 cannot conne... a 'test=1&data=something' to the webpage <nowiki>"http://www.pscs.co.uk/test.cgi"</nowiki>, return the resulting HTTP headers into the ${hdrs} variable and return the ... ent into the ${content} variable <code> HTTPPost "http://www.pscs.co.uk/test.cgi" "test=1&data=something
Spam Filter Rules: HTTPGetMD5
4 Hits, Last modified: 7 years ago
rst line of the headers variable will contain the HTTP result code, if present * If VPOP3 cannot conne... lowing example will retrieve the webpage <nowiki>"http://www.pscs.co.uk"</nowiki>, return the HTTP headers into the ${hdrs} variable and return MD5 hash of the contents into the ${md5var} variable <code> HTTPGetMD5 "http://www.pscs.co.uk" hdrs md5var </code>
SMTP Service -> Advanced Tab
3 Hits, Last modified: 7 years ago
ery Status Notifications are an SMTP extension ([[http://tools.ietf.org/html/rfc3461|RFC 3461]]) which a... ng the percent symbol in an email address had a [[http://www.remote.org/jochen/mail/info/address.html#pe... le. =====Minger===== Minger (Mail pINGER) is a [[http://tools.ietf.org/html/draft-hathcock-minger-06|dr
Webmail -> Advanced tab
3 Hits, Last modified: 7 years ago
.1, then the Webmail address would normally be http://192.168.1.1:5108 If the **Allow Password in UR... s checked, then you can go to the address like: http://192.168.1.1:5108?user=postmaster&password=admin... details For a bit more security you could use: http://192.168.1.1:5108?user=postmaster&md5pass=MD5-ha
Calendar.Events table
2 Hits, Last modified: 7 years ago
currence. =====Columns===== * id - this is a [[http://www.postgresql.org/docs/9.0/static/datatype-num... u will probably need to read and understand the [[http://tools.ietf.org/html/rfc5545|iCalendar specifica
SMTP Server Lua Scripting
2 Hits, Last modified: 3 weeks ago
MTP Server Lua Scripting====== The SMTP Server [[http://wiki.pscs.co.uk/reference;lua_scripting|Lua Scr... ible * **UseBATV** - (IN/OUT) - boolean - use [[http://en.wikipedia.org/wiki/Bounce_Address_Tag_Valida
POP3 Client Lua Scripting
2 Hits, Last modified: 22 months ago
OP3 Client Lua Scripting====== The POP3 Client [[http://wiki.pscs.co.uk/reference;lua_scripting|Lua Scr... andle the message. A scripted version of normal [[http://www.pscs.co.uk/manual/download_rules.html|Downl
SMTP Direct Sender Settings
2 Hits, Last modified: 7 years ago
server, another good DNS server for Windows is [[http://www.simpledns.com|SimpleDNS]]. [[http://www.isc.org/downloads/bind/|Bind for Windows]] is also good,
VPOP3Net.GetHTTP
2 Hits, Last modified: 4 years ago
parameter - the URL to retrieve. This can be %%http:// or https://%% The function returns two values... mation * HTTPResult - a string containing the HTTP Response code (eg "200") * StatedLength - the
Spam Filter Rules: DBDeleteTime
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score for long sender domain
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting
1 Hits, Last modified: 7 years ago
SMTP Service -> VRFY/EXPN Tab
1 Hits, Last modified: 7 years ago
SMTP Server -> Spam Reduction
1 Hits, Last modified: 7 years ago
SMTP Server -> IDS/IPS
1 Hits, Last modified: 7 years ago
SMTP -> General tab
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct
1 Hits, Last modified: 7 years ago
What's new in version 5 webmail?
1 Hits, Last modified: 7 years ago
Calendar.Calendars table
1 Hits, Last modified: 7 years ago
Settings
1 Hits, Last modified: 7 years ago
LogDB.Sessions table
1 Hits, Last modified: 7 years ago
Database -> Backups Tab
1 Hits, Last modified: 7 years ago
Database -> Restore Tab
1 Hits, Last modified: 7 years ago
Settings -> Diagnostics
1 Hits, Last modified: 7 years ago
lan_forwarding_configuration
1 Hits, Last modified: 7 years ago
LogDB.Attachments table
1 Hits, Last modified: 7 years ago
LogDB.Messages table
1 Hits, Last modified: 7 years ago
LogDB.Recipients table
1 Hits, Last modified: 7 years ago
LogDB.SpamRules table
1 Hits, Last modified: 7 years ago
VPOP3 Reference
1 Hits, Last modified: 7 years ago
Lua Scripting
1 Hits, Last modified: 4 days ago
Lua SMTP Relay Control
1 Hits, Last modified: 7 years ago
Misc -> Advanced Tab
1 Hits, Last modified: 7 years ago
Misc -> DNS Tab
1 Hits, Last modified: 7 years ago
POP3 Mail Collection
1 Hits, Last modified: 7 years ago
POP3 Server -> General Tab
1 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer
1 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings
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