PhpConcept

Developers Tools

  • Increase font size
  • Default font size
  • Decrease font size
Home PclZip User Guide

Installer Serveur LAMP - Courier-POP

Print PDF

Installer Apache, PHP5, MySQL, Postfix SMTP et Courier POP

sur un serveur Kimsufi ou RPS d'OVH

 

Installation de Courier-POP

Courier-POP est un serveur POP3 s'appuyant sur les configurations précédentes pour permettre de lire les mails depuis un client mail de type Thunderbird ou autre.
On installe le package courier-pop.

r10198:~# apt-get install courier-pop

Il n'y a rien de particulier à configurer en plus de ce que l'on a déjà fait.

On teste la lecture des mails en mode manuel :

r10198:~# telnet localhost 110
  Trying 127.0.0.1...
  Connected to localhost.localdomain.
  Escape character is '^]'.
  +OK Hello there.

  user 
 This e-mail address is being protected from spambots. You need JavaScript enabled to view it
 
  +OK Password required.
  pass XXXX
  +OK logged in.
  stat
  +OK 7 5725

  list
  +OK POP3 clients that break here, they violate STD53.
  1 457
  2 448
  3 456
  4 456

  5 2997
  6 458
  7 453
  .
  RETR 1
  +OK 457 octets follow.

  Return-Path: <
 This e-mail address is being protected from spambots. You need JavaScript enabled to view it
 >
  Delivered-To: 
 This e-mail address is being protected from spambots. You need JavaScript enabled to view it
 
  Received: from you (localhost.localdomain [127.0.0.1])
  by smtp.rps.phpconcept.net (Postfix) with SMTP id 9BDA932072
  for <
 This e-mail address is being protected from spambots. You need JavaScript enabled to view it
 >; Thu, 3 Jan 2008 19:29:21 
  +0100 (CET)

  Message-Id: <
 This e-mail address is being protected from spambots. You need JavaScript enabled to view it
 >
  Date: Thu, 3 Jan 2008 19:29:21 +0100 (CET)
  From: 
 This e-mail address is being protected from spambots. You need JavaScript enabled to view it
 
  To: undisclosed-recipients:;
  hello you
  .

  quit
  +OK Bye-bye.
  Connection closed by foreign host.
r10198:~#

 

 

Boites Email Virtuelles
[Sommaire] Installation Sqwebmail

 

Last Updated on Monday, 28 December 2009 16:29