<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: postfix</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Configuration de base d'un postfix</title>
        <link>http://www.posteet.com/view/1225</link>
        <description>
        <![CDATA[<pre>apt-get install postfix
# Choisir configuration type 'Site internet'

//////////////////////////
//-- etc/postfix/main.cf
//////////////////////////
myhostname = bart
mydomain = mydomain.com
myorigin = $myhostname.$mydomain
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $myhostname, $myorigin, localhost.$mydomain, localhost
mynetworks = 127.0.0.0/8,192.168.10.0/24 # Defines networks allowed for SMTP connections
#luser_relay = user  # used with the local daemon in the transport map,
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
transport_maps = hash:/etc/postfix/transport

//////////////////////////
//-- /etc/postfix/transport
//////////////////////////
extdomain.com smtp:[192.168.10.1]  # relay
.extdomain.com smtp:[192.168.10.1] # tous les sous domaines
* discard # jeter tous les autres messages

//////////////////////////
postmap /etc/postfix/transport
/etc/init.d/postfix reload
# Consulter les logs dans mail.info</pre> <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/mail">[mail]</a>  <a href="http://www.posteet.com/tags/postfix">[postfix]</a>  <a href="http://www.posteet.com/tags/relay">[relay]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Fri, 29 Aug 2008 15:52:38 +0000</pubDate>

            <category>debian</category>
            <category>mail</category>
            <category>postfix</category>
            <category>relay</category>
    
    </item>

  
    <item>
        <title>Tester les performances d'un serveur de mail</title>
        <link>http://www.posteet.com/view/712</link>
        <description>
        <![CDATA[<pre>smtp-source -s 20 -l 5120 -m 15 -c -f user1@domain.tld -t user2@domain.tld serveurdemail:25

# -s Nombre de thread
# -l Taille du message
# -m Nombre de message
# -c affiche un compteur
# -f expediteur
# -t destinataire</pre> <a href="http://www.posteet.com/tags/bash">[bash]</a>  <a href="http://www.posteet.com/tags/email">[email]</a>  <a href="http://www.posteet.com/tags/mail">[mail]</a>  <a href="http://www.posteet.com/tags/performance">[performance]</a>  <a href="http://www.posteet.com/tags/postfix">[postfix]</a>  <a href="http://www.posteet.com/tags/smtp">[smtp]</a>  <a href="http://www.posteet.com/tags/système">[système]</a> ]]>        </description>
        <dc:creator>henri</dc:creator>
        <pubDate>Fri, 01 Feb 2008 09:33:05 +0000</pubDate>

            <category>bash</category>
            <category>email</category>
            <category>mail</category>
            <category>performance</category>
            <category>postfix</category>
            <category>smtp</category>
            <category>système</category>
    
    </item>


</channel>
</rss>
