Translation: English,Dutch,Deutsch.

EN COURS DE TRADUCTION (page incomplete, voir la version Anglaise)

Comment installer et configurer différents package (logiciel) sur Debian. Pas à pas.

Mots clés: Debian GNU Linux, Manuel, How To, How-To, Installation, Configuration, Facile, de Windows XP vers Debian, Wireless WPA2, anti-spam, fax, Documentation, MoinMoin Wiki, Linux, servers, Windows, Windows NT, Documentation

Services Debian

Installer et configurer postfix sur Debian

aptitude install postfix

cat /var/log/mail.log

postconf -e "myorgin = example.com"

postconf -e "myhostname=server1.example.com"

postconf -e "relay_domains = example.com, example2.com, example3.com"

postfix reload

telnet localhost 25

Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 server1.example.com ESMTP Postfix (Debian/GNU)

mail from:<you@youremail.com>
rcpt to:<user@example.com>
data
To: user@example.com
From: you@youremail.com
Subject: Hey my first email
This is my first email on debian postfix after installing configuring it.
It was easy. See you

.

quit

qshape
mailq
qshape deferred
postsuper
postsuper -r ALL   (requeue all emails)

Debian Postfix et smtp.sbcglobal.yahoo.com

aptitude postfix-tls libsasl2-modules