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... must select the contacts in order for the **To: (Create new)/[other messages]** button to become active. If you want to create a new message, addressed **To:** the selected con
- 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 **
- 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
- How To Encrypt Sessions @how_to
- so it cannot be intercepted. This requires an [[create an ssl certificate|SSL Certificate]] to be create... 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 you have one: * if you are using VPOP3 Enterprise v6.
- 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... ll be created - eg a setting of "2009-09-21" will create a ZIP file called "2009-09-21.ZIP". This is also ... m backup size limit of 50MB, then VPOP3 will only create one ZIP file containing the oldest messages, whic... ys old, until it reaches a size of 50MB. It won't create multiple ZIP files each of 50MB. Once you press
- 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
- 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
- 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
- How to Backup VPOP3 @how_to
- to change this command appropriately) This will create a file 'database.dmp' containing a backup of the ... ory. ===Task Scheduler=== If you wish, you could create a task in Windows Task Scheduler to do this accor... PGPASSWORD before running the pg_dump program, or create a [[http://www.postgresql.org/docs/9.1/static/lib... to change this command appropriately) This will create a file 'database.dmp' containing a backup of the
- 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
- 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 ... manually) Then in the postgresql prompt type: **CREATE USER vpop3 LOGIN PASSWORD 'vpop3pass';** **CREATE DATABASE vpop3 OWNER=vpop3;** =====Install VPOP3=====
- Mail Connectors -> Connector Schedule @reference
- 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
- 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>
- Handling mail for multiple incoming domains @how_to
- veral catch-all POP3 mailboxes at the ISP, simply create multiple collectors in VPOP3, each with the appro... erence:mappings|Mappings]] In this case, you may create users called **mike1** and **mike2**, then create two Mappings: **mike@company1.com -> mike1**, and **mik... g?nolink|}} Once you have done that you //MUST// create mappings for all the email addresses you use, as
- VPOP3 Not Starting Properly @how_to
- ted. {{: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