Fulltext results:
- Prune Rules
- ======Prune Rules====== The **[[edit a user|Edit User]] -> Prune Rules** tab can be used to create/edit rules whi... ording to specified criteria. To add or edit a "prune rule", press the Add Rule button. This will add ... ot what should happen to messages. You can edit prune rules which apply to all users by going to Setti
- 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... Change filtered attachment extension to make it unrunnable** - //This is achieved by replacing the fina
- 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
- SMTP Server -> IDS/IPS
- ou should have some system in place for rotating/truncating the log files. Check with the third party s... are using how the file can be acceptably rotate/truncated. VPOP3 will not rotate or truncate the log file itself, it will simply append entries to the file
- 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
- 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
- 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 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
- 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 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
- 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.