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
- 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
- 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
- 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
- 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 **
- 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
- 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
- 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
- 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
- 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
- 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
- Recovering messages from corrupted database into fresh database @how_to
- to 'settings.dmp') ====Rename old database and create new database==== - At a command prompt, go to t... (this renames the old database) - type: <code>CREATE DATABASE vpop3 OWNER vpop3 encoding 'SQL_ASCII' template template0;</code> \\ (this creates a new database) - type: <code>\q</code> - ... doing it - delete the 'settings.dmp' file you created in the VPOP3\pgsql\bin folder - at a command p