• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Internet Explorer 10 Issues • Outlook / Outlook Express is sending mail repeatedly • Admin Replacement Names • How to configure Encore 32 Estate Agent Software • quarantine_report_email_has_invalid_links • Download Rules • How to make VPOP3 re-download POP3 messages from the ISP • Repairing corrupted database • German Webmail Language Page • Error Messages

ip

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

Matching pagenames:

  • Archive Script
  • Attachment Extraction Scripting
  • Attachment Processing Script
  • Autoresponder Global Scripting
  • Autoresponder scripting
  • Bandwidth Control
  • DMARC Reporter Script
  • Error Handling Scripting
  • IMAP4 Server Scripting
  • LAN Forwarding Scripting
  • LogDB.Recipients table
  • Monitor Scripting
  • POP3 Client Lua Scripting
  • Lua Scripting
  • SMTP Server Lua Scripting
  • Management Scripting
  • Outgoing Message Scripting
  • Password Strength Checking Script
  • Scheduled Task Script
  • Scheduling Management Scripts
  • Signature Script
  • SMTP Server -> IDS/IPS
  • Spamfilter Script Configuration tab
  • Increase the spam score for certain recipients
  • Allow messages through from a specific IP address
  • Spam Filter Rules: ZipContents
  • Spam Filter Rules: ZipContentsFull
  • Spam Filter Rules: ZipCount
  • User Delivery Script
  • User Manager Script
  • User Routing Script
  • Virus Scan Filter Scripting

Fulltext results:

SMTP Server Lua Scripting
85 Hits, Last modified: 4 weeks ago
======SMTP Server Lua Scripting====== The SMTP Server [[http://wiki.pscs.co.uk/reference;lua_scripting|Lua Script]] is called SMTPSVR.LUA and can be edited from the Settings -> Scripts page in the VPOP3 settings. This script is call
Lua Scripting
59 Hits, Last modified: 5 days ago
======Lua Scripting====== [[http://www.lua.org|Lua]] is a simple scripting programming language often used for embedding... users, we have opted to go for a more flexible scripting facility. For general Lua programming instru... ral or help you to write or debug your own Lua scripts. We can help with that, but it will be on a cha
SMTP Server -> IDS/IPS
32 Hits, Last modified: 7 years ago
======SMTP Server -> IDS/IPS====== The **IDS/IPS** tab lets you set logging and automatic blocking parameters for the IDS (Intrusion Detection System) and IPS (Intrusion Prevention System) component of the S... s on the SMTP service and can automatically block IP addresses which try to do bad things. =====IDS L
LAN Forwarding Scripting
25 Hits, Last modified: 7 months ago
======LAN Forwarding Scripting====== (Added in V8.7) This is stored in the 'LanForwarding.lua' script in Settings -> Scripts There are two global variables set: * MessageType - this is the state VPOP3 is in when calling the script. * message = this is a message received from
Spam Filter Rules
24 Hits, Last modified: 2 years ago
-in spam filter system which supports a simple script language optimised for content- and spam-filteri... ce contains a definition of the spam filtering script language supported by VPOP3. Note that as later ... nguage Introduction===== The VPOP3 Spam Filter scripting language is a very basic language designed to... VPOP3 comes with a pre-configured spam filter script, and it is recommended that you use that, and mo
Management Scripting
23 Hits, Last modified: 7 years ago
======Management Scripting====== In VPOP3 Enterprise, from version 6.17 there is the facility to run Lua scripts manually or according to a schedule. These scripts can do things like access mail folders & message... some maintenance on them. ====Creating a new script==== In Settings -> Scripts you can create a new
Monitor Scripting
21 Hits, Last modified: 6 years ago
======Monitor Scripting====== (Added in V6.15) This script has three functions: * MonitorIncoming * MonitorInternal... lls MonitorOut(sender, authenticated_sender, recipient_list, subject) or MonitorInternal(sender, recipient_list, subject) or MonitorIncoming(sender, r
Lua SMTP Relay Control
21 Hits, Last modified: 7 years ago
ing to send messages via SMTP Relay, it runs a script called **relayout.lua** in the VPOP3 directory. ====Global Variables==== This script may have global variables, depending on your ver... -only global variables set at the start of the script: * senderid - this is the numeric message send... a boolean value saying whether to [[http://en.wikipedia.org/wiki/Bounce_Address_Tag_Validation|BATV]]
Spam Filter Rules: ZipContentsFull
18 Hits, Last modified: 7 years ago
======Spam Filter Rules: ZipContentsFull====== ^Statement |ZipContentsFull | ^Version |6.7+ | ^Purpose |Enables the script to obtain the list of files contained in a ZIP attachment | The **ZipContentsFull** statement requi
Download Rules
17 Hits, Last modified: 7 years ago
use the [[spam filter rules]]. There can be multiple download rules created. VPOP3 checks the downlo... essage will be sent to the originally intended recipient asking if they want the message to be downloa... m the ISP mailbox, and the originally intended recipient will receive a message saying that this has h... t user/list instead of the originally intended recipient * **Copy** - the message will be downloaded
Settings -> Attachment Processing
17 Hits, Last modified: 7 years ago
a malicious file to accidentally be run by the recipient. The syntax for pattern matching is to type ... * extension will typically run as Visual Basic Scripts. | |<code>*.{????????-????-????-????-?????????... applications; potentially allowing the use of JScript and VBScript. | |<code>*.???.???</code> |Files with a 'double' filename extension are commonly use
Message Archive -> Offline Tab
16 Hits, Last modified: 7 years ago
D/DVD or external drive etc. VPOP3 will create a ZIP file containing the old messages. The archive ind... still remember the messages, and the name of the ZIP file they are contained in, so you will still be ... e **Archive Backup Name** is the filename of the ZIP file which will be created - eg a setting of "2009-09-21" will create a ZIP file called "2009-09-21.ZIP". This is also rememb
SMTP -> General tab
16 Hits, Last modified: 7 years ago
==Bindings==== The service **Bindings** are which IP addresses & ports the VPOP3 SMTP service will lis... The default is for it to listen on any available IP address on port 25 which is the standard port for... connections, unless it is overridden for specific IP addresses in the [[SMTP IP Access Restrictions|IP Access Restrictions]] tab. In most cases nowadays
Spam Filter Rules: ZipContents
15 Hits, Last modified: 7 years ago
======Spam Filter Rules: ZipContents====== ^Statement |ZipContents | ^Version |6.7+ | ^Purpose |Enables the script to obtain the list of files contained in a ZIP attachment | The **ZipContents** statement requires
POP3 Client Lua Scripting
15 Hits, Last modified: 22 months ago
======POP3 Client Lua Scripting====== The POP3 Client [[http://wiki.pscs.co.uk/reference;lua_scripting|Lua Script]] is called POP3CLT.LUA and is edited in Settings -> Scripts. This script is called whenever VPOP3 runs a PO
User Routing Script
15 Hits, Last modified: 2 years ago
Spam Filter Rules: ZipCount
14 Hits, Last modified: 7 years ago
DMARC Reporter Script
14 Hits, Last modified: 19 months ago
Security Settings -> Intrusion Protection Tab
13 Hits, Last modified: 7 years ago
SMTP Service -> Advanced Tab
13 Hits, Last modified: 7 years ago
Send Admin Message
13 Hits, Last modified: 7 years ago
Increase the spam score for certain recipients
13 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct
12 Hits, Last modified: 7 years ago
Scheduled Task Script
12 Hits, Last modified: 4 years ago
User Delivery Script
12 Hits, Last modified: 7 years ago
Scheduling Management Scripts
12 Hits, Last modified: 7 years ago
Autoresponder Global Scripting
11 Hits, Last modified: 5 days ago
Outgoing Message Scripting
11 Hits, Last modified: 15 months ago
LogDB.Recipients table
11 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineRule
10 Hits, Last modified: 7 years ago
Archive Script
10 Hits, Last modified: 2 years ago
Spam Filter Rules: Variables
10 Hits, Last modified: 22 months ago
Lua SMTP MX Control
10 Hits, Last modified: 23 months ago
ListServer Commands
10 Hits, Last modified: 7 years ago
SMTP Service - Filtering
10 Hits, Last modified: 7 years ago
SMTP Reputation Stats
9 Hits, Last modified: 7 years ago
Spam Filter Rules: ForEach
9 Hits, Last modified: 7 years ago
Autoresponder scripting
9 Hits, Last modified: 5 days ago
Message Monitoring
9 Hits, Last modified: 7 years ago
Spam Filter Rules: IfMatch
8 Hits, Last modified: 7 years ago
Access Restrictions Internal Format
8 Hits, Last modified: 22 months ago
POP3 Mail Collection
7 Hits, Last modified: 7 years ago
Spamfilter Script Configuration tab
7 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineSetting
7 Hits, Last modified: 7 years ago
Attachment Processing Script
7 Hits, Last modified: 3 years ago
User Manager Script
6 Hits, Last modified: 14 months ago
SMTPStats.SMTPClientFailures table
6 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings
6 Hits, Last modified: 7 years ago
Allow messages through from a specific IP address
6 Hits, Last modified: 3 years ago
Autoresponder Commands
6 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer
6 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNSBL
6 Hits, Last modified: 7 years ago
Settings -> Diagnostics
6 Hits, Last modified: 7 years ago
Error Handling Scripting
5 Hits, Last modified: 19 months ago
Virus Scan Filter Scripting
5 Hits, Last modified: 7 years ago
Mail Connectors -> Connector Schedule
5 Hits, Last modified: 7 years ago
Spam Filter Rules: SendMessage
5 Hits, Last modified: 7 years ago
IMAP4 Server Scripting
5 Hits, Last modified: 7 years ago
SMTP Server
5 Hits, Last modified: 7 years ago
Password Strength Checking Script
5 Hits, Last modified: 7 years ago
Global Signature
5 Hits, Last modified: 7 years ago
Offline Archive Error Messages
5 Hits, Last modified: 7 years ago
Use the spam filter scripting to add random text to the subject on incoming messages
5 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders
5 Hits, Last modified: 7 years ago
Signature Script
5 Hits, Last modified: 7 years ago
Message Headers
5 Hits, Last modified: 7 years ago
VPOP3.MessageReset
4 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings
4 Hits, Last modified: 7 years ago
VPOP3.MessageSeek
4 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartHeader
4 Hits, Last modified: 7 years ago
VPOP3.SaveAttachment
4 Hits, Last modified: 7 years ago
Spam Filter Rules: DNSBL
4 Hits, Last modified: 5 years ago
LAN Forwarding Queue Status
4 Hits, Last modified: 7 years ago
Webmail Menu bar
4 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody
4 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart
4 Hits, Last modified: 7 years ago
Use the spam filter scripting to add fixed text to the subject on incoming messages
4 Hits, Last modified: 4 years ago
POP3 Server -> General Tab
4 Hits, Last modified: 7 years ago
Incoming SMTP Mail
4 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNS
4 Hits, Last modified: 7 years ago
New message tab
4 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines
4 Hits, Last modified: 7 years ago
Spam Filter Rules: StartSURBL
4 Hits, Last modified: 7 years ago
Attachment Extraction Scripting
4 Hits, Last modified: 7 years ago
Misc -> Advanced Tab
4 Hits, Last modified: 7 years ago
IDS Log Event Numbers
4 Hits, Last modified: 7 years ago
SMTP Service -> VRFY/EXPN Tab
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetAddressType
3 Hits, Last modified: 7 years ago
Increase the spam score for header marker
3 Hits, Last modified: 5 years ago
Spamrules example - increase spam score if there are many links in the email
3 Hits, Last modified: 7 years ago
Bandwidth Control
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Redirect
3 Hits, Last modified: 7 years ago
Increase the spam score for subject marker
3 Hits, Last modified: 7 years ago
Spamfilter White/Blacklists
3 Hits, Last modified: 7 years ago
Spamrules example - increase spam score for long sender domain
3 Hits, Last modified: 7 years ago
msgaudit Database table
3 Hits, Last modified: 7 years ago
POP3 Server
3 Hits, Last modified: 7 years ago
Settings -> Local Mail -> General
3 Hits, Last modified: 7 years ago
Misc -> DNS Tab
3 Hits, Last modified: 7 years ago
IMAP4 -> Advanced tab
3 Hits, Last modified: 7 years ago
Misc -> General Tab
3 Hits, Last modified: 7 years ago
loginaudit Database table
3 Hits, Last modified: 22 months ago
VPOP3.GetMessages Lua function
2 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
2 Hits, Last modified: 7 years ago
Lua SMTP MX Server Rules
2 Hits, Last modified: 23 months ago
Database query to list failed message sends
2 Hits, Last modified: 7 years ago
LogDB database schema
2 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DNS
2 Hits, Last modified: 7 years ago
SMTP -> Load Limiting tab
2 Hits, Last modified: 7 years ago
Spam Filter Rules: SURBL
2 Hits, Last modified: 7 years ago
Misc -> External Fax Tab
2 Hits, Last modified: 7 years ago
Permissions
2 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another
2 Hits, Last modified: 7 years ago
Status
2 Hits, Last modified: 7 years ago
Autoresponder
2 Hits, Last modified: 7 years ago
ListServer Settings
2 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another
2 Hits, Last modified: 7 years ago
Groups
2 Hits, Last modified: 7 years ago
Connections
2 Hits, Last modified: 7 years ago
Webmail Tabs
2 Hits, Last modified: 7 years ago
Address Book tab
2 Hits, Last modified: 7 years ago
Sent message summary
2 Hits, Last modified: 7 years ago
Webmail Server
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Rule names and weights
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ClearBag
2 Hits, Last modified: 7 years ago
What's new in version 5 webmail?
2 Hits, Last modified: 7 years ago
VPOP3.SendMessage
2 Hits, Last modified: 4 years ago
Spamfilter Rule Weights
2 Hits, Last modified: 7 years ago
Users database schema
2 Hits, Last modified: 7 years ago
Spamfilter -> General
2 Hits, Last modified: 7 years ago
Calendar.Events table
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Assignments
2 Hits, Last modified: 7 years ago
Settings -> Admin Settings
1 Hits, Last modified: 7 years ago
Mail tab
1 Hits, Last modified: 7 years ago
Mappings
1 Hits, Last modified: 7 years ago
VPOP3.RenameFolder Lua function
1 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function
1 Hits, Last modified: 7 years ago
VPOP3.PurgeMessage Lua function
1 Hits, Last modified: 7 years ago
VPOP3.SetSetting
1 Hits, Last modified: 4 years ago
VPOP3.GetSetting
1 Hits, Last modified: 7 years ago
VPOP3.GetUsers Lua function
1 Hits, Last modified: 7 years ago
VPOP3.MarkMessageRead Lua function
1 Hits, Last modified: 7 years ago
Lists
1 Hits, Last modified: 7 years ago
VPOP3.PostgresQuery
1 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Relay
1 Hits, Last modified: 7 years ago
Useful other things
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Goto
1 Hits, Last modified: 7 years ago
Settings
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Comments
1 Hits, Last modified: 7 years ago
Mail Sender Advanced Relay Settings
1 Hits, Last modified: 7 years ago
LogDB.Sessions table
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Break
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Convert
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Copy
1 Hits, Last modified: 7 years ago
imap4_server
1 Hits, Last modified: 7 years ago
Import Users From File
1 Hits, Last modified: 7 years ago
Route incoming POP3 mail by parsing message headers
1 Hits, Last modified: 7 years ago
Reset Message Folder Counts
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGet
1 Hits, Last modified: 7 years ago
Summary Log File Format
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGetMD5
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost
1 Hits, Last modified: 7 years ago
VPOP3 Reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Log
1 Hits, Last modified: 7 years ago
Quarantine tab
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBag
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *IFSUPPORT
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *STOP
1 Hits, Last modified: 7 years ago
os.timedexecute
1 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet
1 Hits, Last modified: 7 years ago
Message Archive -> Results Tab
1 Hits, Last modified: 7 years ago
VPOP3 Internals
1 Hits, Last modified: 22 months ago
Spam Filter Rules: Stop
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