<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.dbmail.org/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.dbmail.org/dokuwiki/feed.php">
        <title>DBMail</title>
        <description></description>
        <link>http://www.dbmail.org/dokuwiki/</link>
        <image rdf:resource="http://www.dbmail.org/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2010-03-11T16:19:31+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.dbmail.org/dokuwiki/doku.php/start?rev=1260906278&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dbmail.org/dokuwiki/doku.php/setup_postfix?rev=1258830011&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dbmail.org/dokuwiki/doku.php/mysql_notes?rev=1255299825&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dbmail.org/dokuwiki/doku.php/wiki:syntax?rev=1255107668&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dbmail.org/dokuwiki/doku.php/safer_sql?rev=1254817808&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dbmail.org/dokuwiki/doku.php/multifoo_architecture?rev=1254817510&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dbmail.org/dokuwiki/doku.php/stunnel?rev=1245833379&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.dbmail.org/dokuwiki/lib/images/favicon.ico">
        <title>DBMail</title>
        <link>http://www.dbmail.org/dokuwiki/</link>
        <url>http://www.dbmail.org/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.dbmail.org/dokuwiki/doku.php/start?rev=1260906278&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-15T20:44:38+01:00</dc:date>
        <dc:creator>Andi</dc:creator>
        <title>start</title>
        <link>http://www.dbmail.org/dokuwiki/doku.php/start?rev=1260906278&amp;do=diff</link>
        <description>This Wiki can be used to document and discuss the use and development of DBMail. 

Please do not use the wiki for support requests. Use it for manuals, how-tos, design-proposals, or to explain 
your new ideas.

Before you can add or edit pages you will need a wiki account.</description>
    </item>
    <item rdf:about="http://www.dbmail.org/dokuwiki/doku.php/setup_postfix?rev=1258830011&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-21T20:00:11+01:00</dc:date>
        <dc:creator>Robert C. Sheets</dc:creator>
        <title>setup_postfix - Mostly formatting and language/wording changes</title>
        <link>http://www.dbmail.org/dokuwiki/doku.php/setup_postfix?rev=1258830011&amp;do=diff</link>
        <description>This document will help you set up the Postfix mailer to deliver mail to a DBMail instance.

Prerequisites


Before attempting the configuration steps suggested here, you should already have the following prerequisites in place:


	*  A DBMail installation
	*  A Postfix installation 
Packages may be available from your OS vendor, or your can download the source yourself from a postfix.org mirror.</description>
    </item>
    <item rdf:about="http://www.dbmail.org/dokuwiki/doku.php/mysql_notes?rev=1255299825&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-12T00:23:45+01:00</dc:date>
        <dc:creator>naveen</dc:creator>
        <title>mysql_notes</title>
        <link>http://www.dbmail.org/dokuwiki/doku.php/mysql_notes?rev=1255299825&amp;do=diff</link>
        <description>Author: Andrea Brancatelli


Editor: Aaron Stone


Created on: July 31, 2007


DBMail requires that most (if not all) tables be in InnoDB format. We rely on InnoDB's transactions, foreign key relations, and other strong ACID features to maintain the integrity of your mail store. InnoDB is a fairly complex table type, and requires a number of tuning parameters for best performance.</description>
    </item>
    <item rdf:about="http://www.dbmail.org/dokuwiki/doku.php/wiki:syntax?rev=1255107668&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-09T19:01:08+01:00</dc:date>
        <dc:creator>Sophia Green</dc:creator>
        <title>wiki:syntax</title>
        <link>http://www.dbmail.org/dokuwiki/doku.php/wiki:syntax?rev=1255107668&amp;do=diff</link>
        <description>doku&gt;DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages of your research papers. Simply have a look at the source of this page by pressing the Edit this page button at the top or bottom of the page. If you want to try something, just use the playground page. The simpler markup is easily accessible via quickbuttons, too.</description>
    </item>
    <item rdf:about="http://www.dbmail.org/dokuwiki/doku.php/safer_sql?rev=1254817808&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-06T10:30:08+01:00</dc:date>
        <dc:creator>Paul J Stevens</dc:creator>
        <title>safer_sql</title>
        <link>http://www.dbmail.org/dokuwiki/doku.php/safer_sql?rev=1254817808&amp;do=diff</link>
        <description>Update: since 2.3.3 dbmail uses prepared statements all over using libzdb's API unless input is trusted

On June 16, 2006, Timo Sirainen wrote:

I've been thinking about an API for SQL handling that's easy and safe  
to use in C where you just can't cause accidental SQL injection holes  
to happen without trying hard. Or I hadn't really thought much about  
it until I read your post now. I think something like this would work  
nicely:</description>
    </item>
    <item rdf:about="http://www.dbmail.org/dokuwiki/doku.php/multifoo_architecture?rev=1254817510&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-06T10:25:10+01:00</dc:date>
        <dc:creator>Paul J Stevens</dc:creator>
        <title>multifoo_architecture</title>
        <link>http://www.dbmail.org/dokuwiki/doku.php/multifoo_architecture?rev=1254817510&amp;do=diff</link>
        <description>Aaron Stone


February 5, 2007


Update: multifoo architecture has been part of dbmail since 2.3.3

Up through DBMail 2.2.x, we have a simple multiprocess architecture, with one process per connection. It scales up to several hundred active connections at a time, but falls flat anywhere past that point.</description>
    </item>
    <item rdf:about="http://www.dbmail.org/dokuwiki/doku.php/stunnel?rev=1245833379&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-24T10:49:39+01:00</dc:date>
        <dc:creator>Arnoud Vermeer</dc:creator>
        <title>stunnel - added pop3s in centos</title>
        <link>http://www.dbmail.org/dokuwiki/doku.php/stunnel?rev=1245833379&amp;do=diff</link>
        <description>You can use STunnel to provide an SSL encrypted connection to the DBmail POP3 and IMAP servers. 
This will not ensure that the email is encrypted, as it only encrypts the connection between the server and mail client, but it will keep your passwords secure.</description>
    </item>
</rdf:RDF>
