Fulltext results:
- Address Book tab
- ater=== * **New Entry** -> launches a window to create a record for a new contact * **Delete** -> dele... ssages as **To:**, **Cc:** or **Bcc:** * **To: (Create new)/[other messages]** -> adds the selected cont... mail address ===Version 4=== * **New Entry** -> creates a record for a new contact * **Search** -> all... n 4=== * Click **New Entry** - this automatically creates a contact with prepopulated default values * Cor
- Message Archive -> Offline Tab
- such as CD/DVD or external drive etc. VPOP3 will create a ZIP file containing the old messages. The archi... e** 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 remembered b... on the VPOP3 computer, where the ZIP file will be created. Usually this is the VPOP3 installation director
- Autoresponder
- slightly more complicated. In version 5, you can create multiple autoresponders for a single user, and create multiple conditions for each autoresponder to say when it should act. For instance, you could create three different autoresponders, one for evenings,... =====Creating or editing an autoresponder===== To create an autoresponder, edit the user, and go to the **
- Global Signature
- to the bottom of all outgoing messages. You can create just a plain text, or HTML signature, or both. If you create just one format, then the other format will be ge... ly if necessary. However, it is generally best to create both formats, so that you can be specific in what... ssage. =====Images and other media===== When you create an HTML signature, note that this will NOT embed
- Copy SMTP Rules - Database Query
- ill perform the required operation, so we have to create a custom PostgreSQL function to copy the data. A... ') Then, type (or copy/paste) the text below, to create the required function CREATE OR REPLACE FUNCTION copysmtprules(fromid integer,toid integer) RETURNS in... This will give you a list of all the Services created in VPOP3, and their IDs (the number after the 's
- Lua SMTP Relay Control
- code> function CheckFile(filename, actions, size, createtime, mailfrom, recipients, headerdata, headerline... code> function CheckFile(filename, actions, size, createtime, mailfrom, recipients, headerdata, headerline... Creation-Time - the time the outgoing message was created in VPOP3. In ISO-8601 format * Headers - a tab... the IP address of the message sender (or blank if created by VPOP3) * Subject - the message subject *
- Mail Connectors -> Connector Schedule
- tus Monitor]] or from the [[Status]] page If you create a file called **CONNECT.NOW** in the VPOP3 instal... tely connect to the 'default' Connections If you create a file called **CONNECT.PAUSE** in the VPOP3 inst... g problem diagnosis. =====Schedules===== You can create multiple schedules if you wish. To create a new schedule, click on the **New** button. To delete one, sel
- Database -> Restore Tab
- VPOP3\pgsql\bin folder and run a command like createdb -U postgres -E SQL_ASCII -p 5433 -T template0 vpop3temp (password ''pgsqlpass'') This will create a database called 'vpop3temp' Then, run a comman... ed to a folder which no longer exists, VPOP3 will create the folder for you * The restored messages will
- Lua SMTP MX Control
- t runs a script called **mxout.lua** which can be created/edited in Settings -> Scripts (or in the VPOP3 d... Creation-Time - the time the outgoing message was created in VPOP3. In ISO-8601 format * Headers - a tab... the IP address of the message sender (or blank if created by VPOP3) * Subject - the message subject *
- Spam Filter Rules: DBInsert
- <type> is 'unique', then the record will only be created if that component/key combination does not alrea... * If <type> is 'multi', the record will always be created Example DBInsert unique sender ${Sender} 1 This will create a record for the 'sender' component with the key
- Webmail Menu bar
- ^ |-> |New Message |Always |Opens a new tab to create a new message |4+ | |-> |Open |Message is sele... -> |New Subfolder |Active folder is not Inbox |Creates a subfolder within the active folder |4+ | |-> |New Root Folder |Always |Creates a new root level folder |4+ | |-> |Rename Fold
- Calendar.Events table
- NOT when a single instance of the series ends * created - this is a timestamp indicating when the event was created - this is set automatically by a trigger * las
- Settings -> Diagnostics
- le, with a **.lbk** filename extension; which was created from the previous **.log** file, when it reached... he following way: * When a new **.lbk** file is created (as a consequence of there being a new **.log**
- Import Users From File
- ]. =====CSV file format===== The simplest way to create a new CSV file is to use a dedicated software pac... nally, specify how the users' passwords are to be created: * **From File** //The password will be import
- Database query to list failed message sends
- he password is 'vpop3pass') Then, type select created,returnpath,subject,username || '@' || domain as ... ng(msgid) where failedtime is not null order by created desc; N.B. VPOP3 does not need to be stopped wh