Fulltext results:
- Management Scripting
- prise, from version 6.17 there is the facility to run Lua scripts manually or according to a schedule. ... {:reference:newscript.png?nolink|}} ====Manually running a script==== You can press the Run button to run the script you have entered (this does not save the script, so you may want to save it f
- Settings -> Attachment Processing
- would enable a malicious file to accidentally be run by the recipient. The syntax for pattern matchin... |Files with a **.vbs** extension will typically run as Visual Basic Scripts. | |<code>*.{????????-??... |Files with a **.hta** extension will typically run as HTML applications; potentially allowing the us... ath is important; not only because VPOP3 normally runs as the Local System user and so doesn't have acc
- Database -> Restore Tab
- command prompt in the VPOP3\pgsql\bin folder and run a command like createdb -U postgres -E SQL_ASC... will create a database called 'vpop3temp' Then, run a command like: pg_restore -U postgres -p 5433 ... r edit more settings while the restore process is running. =====Cleaning Up===== Once the messages hav... command prompt in the VPOP3\pgsql\bin folder and run a command like dropdb -U postgres -p 5433 vpop
- Reset Message Folder Counts
- ossible that they will get out of step. **Before running the query below you will need to stop VPOP3**. Note that running it will take some time, depending on the size... ries. At a command prompt in the VPOP3 directory run psql (The password is 'vpop3pass') Then, type
- Running database updates within a transaction
- ======Running database updates within a transaction====== This is a trick which database experts use, ... a simple mistype can trash a database... Before running any database query which can alter the databa... e transaction using the ''BEGIN'' command; Then, run your update query. Then, check the results. The
- Batch file to end a database backup
- =Batch file to end a database backup====== VPOP3 runs pg_dump.exe to perform the regular database back... backup.cmd|}} Save it to the VPOP3 directory and run it from a command prompt (run "as an administrator") Keywords: stop kill terminate backup
- Scheduled Task Script
- lable in VPOP3 Enterprise** VPOP3 Enterprise can run Lua script periodically to do custom background tasks. It can run a function every minute, 5 minutes, hourly or dai... nother, not concurrently, so after VPOP3 has been running for 5 minutes, it will call ''Sched1Min()'' *
- Scheduling Management Scripts
- ======Scheduling Management Scripts====== VPOP3 runs a script called scheduler.lua in the background, i... s been restarted this way. You should try not to run long-running scripts in the frequent (1 min/5 min) functions as that will slow down other behaviour of
- Database query to alter LAN Forwarding rules for one server to go to another
- y. If you want an extra bit of safety, see the [[running database updates within a transaction]] article. At a command prompt in the VPOP3 directory run psql (The password is 'vpop3pass') Then, t
- Database query to alter LAN Forwarding rules for one server to go to another
- y. If you want an extra bit of safety, see the [[running database updates within a transaction]] article. At a command prompt in the VPOP3 directory run psql (The password is 'vpop3pass') Then, t
- SMTP Service -> Advanced Tab
- se the '!' ('bang' character) as an indication to run a command with the received email. So, sending a ... protocol is authenticated, it can be left safely running, and it will not leak information, or cause a
- Database query to make LAN Forwarding immediately attempt to dequeue all pending messages
- d. If you want an extra bit of safety, see the [[running database updates within a transaction]] article. At a command prompt in the VPOP3 directory run psql (The password is 'vpop3pass') Then, t
- Autoresponders - v3 and v4
- low * **External Autoresponder** tells VPOP3 to run an external program to generate a response, and t... nder Command** defines the program that VPOP3 will run when an **External Autoresponder** is triggered.
- Useful Database Queries
- s which may be useful in some situations. You can run these from the 'psql' program at the command prompt. Some can also be run from the Settings -> Database -> Query page in th
- Bandwidth Control
- , or a user logs into a service, VPOP3 Enterprise runs a Lua function which can assign the connection a... ssign a bandwidth limit on the connection. VPOP3 runs a function called 'GetBandwidth' in a file calle