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 15:22] – created leland791start [2017/10/18 14:56] (current) – [Database schema] daniel
Line 1: Line 1:
-When [[http://www.debracurran.ca/">Oakville Royal Lepage</a> Debra Curran is asked how the market place is executing one of her first responses is “which industry? - <href="http://www.debracurran.ca/MLS_Listings/page_1774094.html">Real Estate Listings Oakville</a> or somewhere else within the GTA?  The reality is Oakville real estate listings and sales happen to be sturdy for the past few years and as one of the leading individual Oakville true estate agents for Royal LePage, Debra has had among her busiest and most successful years selling Oakville Real estate listings.  Curran points out that regardless of her greatest intentions to hold an open home, typically instances there is not even an opportunity to hold <a href="http://www.debracurran.ca/Open_Houses/page_2295008.html|Oakville Open Houses]] prior to the residences are soldOakville is usually a superb community and individuals are likely to do their study when determining whether or not they choose to move right here<br />“Honestly” says, Curran, “as an Oakville real estate agent, one of the most effective pieces of assistance I can offer you somebody searching a house in Oakville will be to make a point of establishing a connection with an agent, get your self set up to obtain the latest listings - for instance, I put my clientele on an automatic emailer to ensure that the moment something comes available on the market they may be aware of it.  That may be a important initial step. The following a single should be to be prepared to move promptly Inside a rapid market place buyers don’t have the luxury of buying week after week at Oakville open houses while it is an incredible approach to turn out to be acquainted with an location but once you know exactly where you would like to be that is the time to become on major of it, properly ahead of an open property that could possibly occur practically full week soon after the household has been place out there.  Just contemplate simply how much worthwhile time was wasted when in the event you have that essential connection you are currently conscious, have probably observed the property had two visits just before the open residence. It is extremely critical to know that acquiring a home can be a really specific and individual decision; occasionally it could take weeks or maybe months, before the best residence comes along. <br />Curran prides herself on the fact that helping her clients locate a ideal household is actually a top priority for her, it is not about pushing folks into rapid decisions, but rather giving them every one of the info plus the tools so that they're prepared when that ideal residence becomes offered.  Many of her clientele praise her for how much time and effort she puts into assisting the be prepared from the starting of their search all the way through to locating the spot they will contact property in Oakville “I’ve mentioned it just before and I’ll say it again” says Curran, “find oneself an Oakville real estate agent you trust and let them guide you by way of this methodIt'among the largest investments and certainly one of the most essential decisions you are going to ever make” so taking the time to find the right representative is essential to your resultsVisit www.debracurran.ca to understand additional about how you can find a genuine estate agent in Oakville or about Oakville open houses this weekend It is possible to reach Debra at Royal LePage 326 Lakeshore Road EastOakville 905-845-4267+====== Manitou-Mail Wiki ====== 
 +Welcome to the Wiki for [[http://www.manitou-mail.org|Manitou-Mail]], 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 [[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 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 a 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 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 installations. For 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.0, it'also possible to perform a 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