Fulltext results:
- Address Book tab @reference
- 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
- Formatting Syntax @wiki
- s <del>deleted</del> as well. **Paragraphs** are created from blank lines. If you want to **force a newli... zed, too. ==== Internal ==== Internal links are created by using square brackets. You can either just gi... nal [[pagename|link text]]. Internal links are created by using square brackets. You can either just gi... ki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enable
- Message Archive -> Offline Tab @reference
- 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
- Initial Configuration Tasks @how_to
- gs you need to do: - Set your Local Domain - Create a [[Create a connection method|Connection]] and Mail Sender - Optionally create one or more [[Create a mail collector|Mail Collectors]] - Create your [[add a user|users]] and [[add an
- Autoresponder @reference
- 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 **
- How To Encrypt Sessions @how_to
- so it cannot be intercepted. This requires an [[create an ssl certificate|SSL Certificate]] to be created for VPOP3. VPOP3 supports two methods of encryption: ... TTLS or SSL on one of the VPOP3 services you must create and install the certificate. There are several ways to [[create an SSL certificate|create a certificate]]. Once
- Configuring iCal on Mac OSX to connect to VPOP3's CalDAV service @how_to
- h similar versions. We have **not** been able to create an account by going to System Preferences -> Mail... the VPOP3 computer - eg **192.168.1.1** Press **Create**. You will probably get some errors, possibly ab... iously, but check them just in case. Press the **Create** button. You may get another warning about **Ser... en back to the **Account Settings** page, press **Create** again. You should, hopefully, eventually end
- How to install PostgreSQL to use another port @how_to
- eSQLPort DWORD value to the new port number =====Create the VPOP3 user/database manually===== Now you need to create the database user/database in the NEW version of ... different -U <username> and password value if you created a different superuser when setting up Postgres manually) Then in the postgresql prompt type: **CREATE USER vpop3 LOGIN PASSWORD 'vpop3pass';** **CREATE
- Global Signature @reference
- 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
- Restore Deleted Calendars @how_to
- e default is 'pgsqlpass' cd \vpop3\pgsql\bin createdb -U postgres -p 5433 --encoding=SQL_ASCII --owne... curEvents.execute('SELECT scopestart, scopeend, created, lastupdate, filename, content, recurrence, obje... alid=%s', (oldCalId,)) for scopestart, scopeend, created, lastupdate, filename, content, recurrence, obje... NTO calendar.events (calid, scopestart, scopeend, created, lastupdate, filename, content, recurrence, obje
- SMTP Rule Example - restrict who can send to a local email address @how_to
- )' then it is complicated a bit. You can either create two rules: 'condition A AND condition B' and 'con... nyb.com// ===Simple way, using multiple rules=== Create two SMTP rules as below: {{:how_to:smtprule_aa.p... e to block anyone not matched by the first rule. Create two SMTP rules as below: {{:how_to:smtprule_aabb... nyb.com// ===Simple way, using multiple rules=== Create three SMTP rules as below: {{:how_to:smtprule2_a
- Total Rebuild of Database @how_to
- P3 - Backup Database - Delete Database - Re-create Database - Restore/Create Database - Restart VPOP3 The process may take 5-10 minutes, or more depend... d. It simply means that the restore was trying to create something which already existed. <code> pg_restor... y: ERROR: language "plpgsql" already exists Command was: CREATE PROCEDURAL LANGUAGE plpgsql; </code>
- Initial User @how_to
- r====== When you install VPOP3 it will ask you to create an initial user. This counts towards your user count and is created as your initial administrator account. More administrator accounts can be created later if you wish, and you can [[delete_a_user|r... remember the details of the initial user you have created as you will need these details to be able to log
- How To Setup VPOP3 Service Security @how_to
- = The **Default for your LAN** button makes VPOP3 create a default set of rules which are likely to be OK ... nternal LAN usage scenarios What it does is: - create a **DENY** rule for any gateways (routers) - create an **ALLOW** rule for each network which the VPOP3 ... ctly connected to For more situations, this will create a set of rules such as: * DENY 192.168.1.1 (t
- VPOP3 Not Starting Properly @how_to
- **vpop3**. If not, then the database has not been created. {{:how_to:vpop3db_checkdatabases.png|}} To create the database/user manually type in CREATE USER vpop3 LOGIN PASSWORD 'vpop3pass'; CREATE DATABASE vpop3 OWNER vpop3 ENCODING 'SQL_ASCII' TEMPLATE te