Fulltext results:
- SMTP Server Lua Scripting
- e edited from the Settings -> Scripts page in the VPOP3 settings. This script is called whenever an instance of the VPOP3 SMTP server is launched - ie whenever someone opens a connection to port 25 on the VPOP3 server to send it a message, whether from a local... d by the Lua script itself in order to change the VPOP3 behaviour. VPOP3 will call the following Lua fun
- Misc -> Advanced Tab
- t need to change any settings on this page unless VPOP3 technical support have suggested it. If you do m... ttings to their defaults. ====Don't multi-thread VPOP3 plugins==== If you have any VPOP3 plugins installed, then VPOP3 will usually access them as necessary, possibly with multiple processing t
- Lua Scripting
- e often used for embedding in other applications. VPOP3 uses it to customise behaviour in places where mo... ote that if you use the **print** command in Lua, VPOP3 will write the output to the **Lua.out** file, it won't appear directly on screen. VPOP3 writes Lua interpreter errors (eg syntax errors etc) to **Luaerrors.log** in the VPOP3 logging directory. Please note - the only help w
- Settings -> Diagnostics
- ble various methods of diagnostic logging, within VPOP3. =====Log file overview===== By default, VPOP3 will keep two copies of most log files: * The current... ten to, until it reaches its maximum size. //e.g. vpop3.log// * The most recent old log file, with a **... ** file, when it reached its maximum size. //e.g. vpop3.lbk// Where the settings are changed, causing ad
- SMTP -> General tab
- eneral settings for the SMTP service component of VPOP3. The SMTP service is how users send outgoing mail... This sets the display name of the SMTP service in VPOP3. Usually this is set to **SMTP Server**. There is usually no need to change this unless you have VPOP3 Enterprise and choose to create extra SMTP servic... e **Bindings** are which IP addresses & ports the VPOP3 SMTP service will listen on for connections. The
- Lua SMTP MX Control
- ======Lua SMTP MX Control====== Every time VPOP3 is going to send messages using direct MX sending, it r... created/edited in Settings -> Scripts (or in the VPOP3 directory in VPOP3 v6.6 or earlier). =====Messages to be sent===== For every message which is to be sent VPOP3 calls a function in that script called **CheckFil
- Mail Sender Advanced Settings
- =====Advanced===== ====Domain Filtering==== For VPOP3 v6.11 and later, see [[http://www.pscs.co.uk/manu... rt of connection==== If this box is checked, then VPOP3 will get a list of messages waiting in the [[outg... eue]] at the time when the connection starts, and VPOP3 will only send those messages during this connect... r sending (or attempting to send) those messages, VPOP3 will stop sending messages, even if new messages
- Mail Connectors -> Connector Schedule
- ctor Schedule====== The Connector Schedule tells VPOP3 when to connect to send mail using [[Mail Senders... Forwarding]]. The connection schedule also tells VPOP3 when to check for updates to the [[Spamfilter]] o... schedule is active (resumed). If you want to stop VPOP3 sending or collecting mail, then you can pause th... warding) =====Manual overrides===== You can tell VPOP3 to connect from the VPOP3 [[Status Monitor]] or f
- SMTP Server -> IDS/IPS
- ough them). Because of this, there is a system in VPOP3 which will track attack attempts on the SMTP serv... ogging===== The IDS Logging section lets you tell VPOP3 to write details of suspicious events to a specif... t]]) The IDS logging is disabled by default, and VPOP3 does not use it itself. The IPS component of VPOP3 uses its own log system. If you turn on IDS logging i
- POP3 Mail Collection
- il Collection====== POP3 Mail Collection is when VPOP3 will collect mail from an external POP3 mailbox -... Provider. =====POP3 General===== This page tells VPOP3 how to collect mail. {{:reference:pop3general.pn... P address) of the POP3 server from which you want VPOP3 to collect mail * Port - this is the port of the POP3 server VPOP3 is collecting mail from. Usually this will be 110
- SMTP Direct Sender Settings
- ab The SMTP Direct Settings tab lets you set how VPOP3 will send mail using SMTP Direct ====DNS Servers to Use==== This setting tells VPOP3 the IP addresses of the DNS servers it should use... esses with commas. If you leave this blank, then VPOP3 will use the DNS servers set in the [[misc dns|Misc Settings]]. Ideally, VPOP3 should be using local caching DNS servers. DNS se
- SMTP Service -> Advanced Tab
- purposes. If you put some text in this box, then VPOP3 will refuse any SMTP connections from clients who... Eg, if this setting is set to '.myisp.com', then VPOP3 would refuse SMTP connections from any client whi... t 'Return Receipts'. If you check this box, then VPOP3's DSN support is disabled. There is normally no r... ctivity, as you could specify a route. Note that VPOP3 will not interpret the % symbol this way, but spa
- Mappings
- ======Mappings====== In VPOP3, Mappings are a way of explicitly linking an email address to a user or lis... e called 'aliases' =====Implied Mappings===== In VPOP3, by default, a user (or list) will have implied M... or Mappings without an explicit email domain set, VPOP3 uses a list of domains set elsewhere for checking... ist will depend on how the message is arriving at VPOP3. For email which arrives at VPOP3 using SMTP, th
- Lua SMTP Relay Control
- ======Lua SMTP Relay Control====== Every time VPOP3 is going to send messages via SMTP Relay, it runs a script called **relayout.lua** in the VPOP3 directory. ====Global Variables==== This script ... ve global variables, depending on your version of VPOP3. In VPOP3 3.0.0L and later, there are two read-only global variables set at the start of the script:
- Scheduling Management Scripts
- ======Scheduling Management Scripts====== VPOP3 runs a script called scheduler.lua in the background, it ... elied upon for timing. The script is loaded when VPOP3 loads and is kept loaded permanently, so global v... to maintain state. If the script is edited, then VPOP3 will unload the old script and reload the new scr... nctions as that will slow down other behaviour of VPOP3. E.g. if you want to go through all users' folder