User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2012/10/24 22:49] – created leland791start [2017/10/18 14:56] (current) – [Database schema] daniel
Line 1: Line 1:
-[[http://www.debracurran.ca/MLS_Listings/page_1774094.html/">Mississauga Homes For Sale</a> cover wide range of properties inside the extremely popular Town of OakvilleNorth with the QEW in  Oakville lies Joshua Creek, River OaksCollege Park, Falgarwood, West Oak Trails and Bronte Creek. These locations are house to Oakville real estate listings that range from condos, townhouses and significant detached properties. Many of these communities are so well-known that unless you have an <href="http://www.debracurran.ca/">Oakville Real Estate Agent </a>operating for you personally, it is quite likely you are going to miss out on certainly one of these properties, or uncover yourself in competitorsTo the south, you have Morrison, Olde Oakville and Central Oakville this area consists of a few of the most exclusive Oakville real estate listings ranging from properties where the worth is in the lots (not the home and often close to a million dollars for it) it is also where you will find Oakville real estate listings that are within the millions of dollars as this coveted location is close for the restaurants and shopping in Downtown Oakville as well as the lakeAdditional west and south from the QEW has a fantastic blend of older homes on larger lots, but not as pricey as their eastern counterparts!<br /><br />So the massive question is if you're looking for a property how do you go about locating an Oakville Real Estate agent to help you locate the correct house in Oakville? Many people start their search going to open houses in Oakville just to get a feel for the locations. When going to <a href="http://www.debracurran.ca/Open_Houses/page_2295008.html|Open Houses Oakville ]]you are going to meet a lot of nearby Oakville real estate agent it’s a terrific strategy to meet an agent with out them understanding you are finding a sense of who they're and how they workA few of my best customers have met me for the duration of an open house and decided they liked how I treated them along with the data I supplied them withthey later contacted me to say they felt they had finally identified and Oakville real estate agent that they trusted. What an excellent approach to commence relationship!<br /><br />If you're thinking you might prefer to start your search for a house by going to some open houses in Oakville, give me a contact and I can send you a list of Open Houses in Oakville and any other region you may be taking a look at.  Obtaining the correct home begins with obtaining the right real estate agent, an individual you trust that can listen for your demands and help you locate that excellent home. Pay a visit to debracurran.ca or Oakville-homes-forsales.com for more info, or call Debra Curran at 905-845-4267<br />+====== Manitou-Mail Wiki ====== 
 +Welcome to the Wiki for [[http://www.manitou-mail.org|Manitou-Mail]], a database-driven mail user agent. 
 + 
 +===== manitou-mdx ===== 
 +manitou-mdx is a Perl program that is responsible for importing incoming mail into the database, and exporting outgoing mail to a [[http://en.wikipedia.org/wiki/Mail_transfer_agent|Mail Transfert Agent]]. MDX stands for **M**ail **D**atabase e**X**changer. It generally runs as a daemon (a permanent process in background) although it can also be invoked as a normal command to import existing mailboxes.\\  
 +Its functionalities can be vastly extended by user-contributed plugins written in the Perl language.\\  
 + 
 +The main documentation for manitou-mdx is part of the [[http://www.manitou-mail.org/doc/|Manitou-Mail's manual]]. 
 + 
 +Additional information is available on this wiki: 
 +  * [[mdx_debian_package|Debian package]] How to create debian package from scratch for manitou-mdx. 
 +  * [[mdx_filters|Filters]] On the use of server-side mail filters. 
 +  * [[mdx_word_extractors|Word extractors]] External scripts that extract text from attachments for the full-text indexer. 
 + 
 +The [[mdx_plugins|Plugins page]] provides documentation and sample plugins. 
 + 
 +manitou-mdx can be monitored with [[mdx_nagios_plugin|Nagios]] 
 + 
 +===== manitou-spool ===== 
 +manitou-spool is a very simple shell maildrop script that copies its standard input into a separate file with a unique name in a spooldir. It is meant to be called by programs such as fetchmail or an stmp server through an entry in the /etc/aliases file. 
 +[[spool_tips|Tips about the spool directory]] 
 + 
 + 
 +===== Database schema ===== 
 +The current version of an installed Manitou-Mail database can be queried in SQL by: 
 +<code sql> 
 +SELECT rt_value FROM runtime_info WHERE rt_key='schema_version' 
 +</code> 
 + 
 +A visual representation of the schema can be seen on [[http://www.manitou-mail.org/screenshots/db-diagram.png|this diagram]]   
 + 
 +[[access_rights|Access rights]] Scripts to grant access rights for multi-user installationsFor the latest version. 
 + 
 +==== Version 1.0.0 and above ==== 
 +[[schema_1_0_0_upgrade|Upgrade script]] To upgrade the db schema from 0.9.12 
 + 
 +Starting from 1.0it's also possible to perform schema upgrade to the latest version by this shell command: 
 + <code>$ manitou-mgr --upgrade-schema</code> 
 +"Latest" here means the latest known to the manitou-mgr command. 
 + 
 + 
 + 
 +===== User Interface ===== 
 +[[nsis_script|NSIS script for Windows]] The script that is used to create Manitou-Installer.exe 
 + 
 +[[http://www.manitou-mail.org/showsource.php|Source code]] The C++ source code can be read online (one HTML page per file) 
 + 
 +===== SQL tips and queries ===== 
 +[[sample_user_queries|Sample user queries (easy)]], with the Quick Selection panel in the user interface \\ 
 +[[adv_sample_user_queries_plus|Sample user queries (advanced)]] \\ 
 +[[sql_analysis|Queries for analysis]] \\ 
 +[[sql_analysis_dedup_attachments|Analyzing the attachments deduplication]] \\ 
 +[[inverted_word_index|Querying the full text search index]] \\ 
 +[[support_functions|Support functions]] \\ 
 +[[sql_basic_stats|Basic statistics]] 
start.txt · Last modified: 2017/10/18 14:56 by daniel