Fulltext results:
- Database schema used in VPOP3 5.x
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- .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
- 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
- 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
- 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
- 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
- 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