Fulltext results:
- Status Monitor (port 5109) protocol
- Login===== Before the Status Monitor receives any updates or can issue commands it must log in using a... 50C2 +OK Logged in OK (Build 2886) =====Status Updates===== Immediately that you are logged into the Status Server, VPOP3 will send status updates to you. Initially it will send a big burst of data to get you up-to-date, then it will send updates as and when th
- Running database updates within a transaction
- ======Running database updates within a transaction====== This is a trick which database experts use,... any database query which can alter the database (UPDATE, DELETE, INSERT, DROP, CREATE, ALTER) begin a... tion using the ''BEGIN'' command; Then, run your update query. Then, check the results. Then, eithe... to undo what you have just done. After doing the update query, you can also issue SELECT queries or o
- Connections
- ow to 'connect' to the Internet. VPOP3 supports up to 10 **Connections**, which can be either network connections or Dial-Up connections (using a modem) A **Connection** is ... hrough a router normally, but fall back to a dial-up modem (note: if your //router// does the fallback to dial-up then this isn't necessary) ====Connection Name==
- Mail Connectors -> Mail Senders
- your ISP's SMTP mail server). If you have a dial-up, ADSL, cable, satellite connection, then you shou... reject mail which is coming directly from a dial-up/ADSL/cable/etc connection, because a large majori... then you should consider changing ISP or signing up to a third party mail relay service (we do one fo... ou try to use this option with an ADSL/cable/dial-up account you will find that many recipients (espec
- Settings -> Diagnostics
- iles will only cover a few seconds before filling up// * **Keep old log files for** [-] **days** - /... his setting limits the amount of disk space taken up by old log files// * **Delete old log files (*.... is setting prevents VPOP3 from completely filling up a disk with old log files. When this threshold is... VPOP3 will begin removing old log files, to free up more disk space// **//Note//**: Despite these se
- Database query to alter LAN Forwarding rules for one server to go to another
- server host name instead) As this database query updates the database, be sure to take care doing it ... n extra bit of safety, see the [[running database updates within a transaction]] article. At a comman... l (The password is 'vpop3pass') Then, type UPDATE rules.lanforwarding SET server='<new server>'... ervers respectively. Don't include the <>. eg UPDATE rules.lanforwarding SET server='192.168.1.53'
- Database query to alter LAN Forwarding rules for one server to go to another
- server host name instead) As this database query updates the database, be sure to take care doing it ... n extra bit of safety, see the [[running database updates within a transaction]] article. At a comman... l (The password is 'vpop3pass') Then, type UPDATE messages.outgoingtargets SET target='<new ser... ervers respectively. Don't include the <>. eg UPDATE messages.outgoingtargets SET target='192.168.
- Archive Script
- ctly. There are a set of functions which perform uploads, downloads, check for presence of message fi... is logged) if it is inaccessible ====CustomStore_Upload==== CustomStore_Upload(local_filename, archive_filename) Uploads 'local_filename' and makes it accessible online as '
- Incoming SMTP Mail
- eed]] for more information.** If you have a dial-up connection, or other intermittent connection, or ... * command to receive mail, or * You have a dial-up connection where VPOP3 needs to initiate the conn... or! =====Incoming SMTP Options===== ====Wait for up to x seconds for an incoming SMTP connection==== ... not control the flow of messages, so if it dials up to the Internet , it will usually not do anything
- Spam Filter Rules: DBUpdate
- tement |DBUpdate | ^Version |6.16+ | ^Purpose |Updates a record in the spam filter database | The ... l be created * <operator> may be =, +=, -=, .=, upper or lower * = sets the record value to the sp... tes the specified value onto the record value * upper/lower sets the record value to the specified value after conversion to upper or lower case Example DBUpdate subject ${Su
- Mail Connectors -> Connector Schedule
- ction schedule also tells VPOP3 when to check for updates to the [[Spamfilter]] or [[Antivirus]] compo... ing, or if it is currently connected using a dial-up connection. If VPOP3 is currently sending mail, ... uled time==== This option is most useful for dial-up connections. It can be used to limit how often VP... Y minutes==== This option is most useful for dial-up connections or connections which cost money. If t
- Spam Filter Rules: DBDeleteTime
- from the spam filter database based on their last update time | The **DBDeleteTime** statement requir... cords for the 'subject' component which were last updated earlier than 3 months ago. The SQL expression is created as 'updatetime <comparator> now() - <timevalue>', so the above statement's query string becomes ''where updatetime < now() - '3 months' ''
- Outgoing Message Scripting
- = false for k,v in pairs(Headers) do if string.upper(v[1]) == "SUBJECT" then SenderSubj... then SenderSubject = "..." end end if string.upper(v[1]) == "TO" then SenderAddressTo = v[2... hen SenderAddressTo = "..." end end if string.upper(v[1]) == "FROM" then -- SenderAddressFro
- SMTP Service - Filtering
- The [[SMTP Server]] -> Filtering tab lets you set up filtering of messages going through the VPOP3 SMT... press the **Edit SMTP Rules** button. This brings up the SMTP Rules list. Each row in the rule list i... s the 'bin' icon next to the rule. To move a rule up or down in the list order, use the 'arrow' icons
- Database -> Message Store Tab
- essages into the new database structure if it was upgraded from version 2.x or earlier. Usually this i... e database, purging the recycle bin will not free up disk space immediately. As with most enterprise database systems, PostgreSQL does not free up emptied space in the database files. This is for