Outils personnels

Fetchmail - installation : Différence entre versions

De wikiGite

m (a déplacé Fetchmail sur ISPConfig vers Fetchmail - installation)
Ligne 8 : Ligne 8 :
  
 
Exemple de config :
 
Exemple de config :
  #poll mail.systea.net with proto POP3
+
  # Fetchmail config
#        user "fsoyer@systea.net" with password "cemm2p!" is fsoyer here
+
poll mail.systea.net with proto POP3
  #poll mail.systea.net with proto POP3
+
        user "user1@systea.net" with password "mot_de_passe" is user1 here
#        user "infos@systea.net" with password "cemm2p!" is fsoyer here
+
  poll mail.systea.net with proto POP3
 +
        user "user2@systea.net" with password "mot_de_passe" is user1 here
 
  poll pop.free.fr with proto POP3
 
  poll pop.free.fr with proto POP3
       user "fsoyer@free.fr" there with password "eiti6k92" is web7_fsoyer here
+
       user "userFree@free.fr" there with password "mot_de_passe" is user1 here
#poll pop.free.fr with proto POP3
 
#      user "fsoy" there with password "david00" is fsoyer here
 
poll pop.adhara.fr with proto POP3
 
      user "FranSoye" there with password "FsAd8524" is web7_fsoyer here
 

Version du 18 mars 2009 à 18:36

Activer fetchmail

Le fichier de config doit obligatoirement être /etc/fetchmailrc

Mettre START_DAEMON à yes dans /etc/default/fetchmail

Démarrer le démon, si Debian il est déjà dans /etc/rc2.d

Exemple de config :

# Fetchmail config
poll mail.systea.net with proto POP3
        user "user1@systea.net" with password "mot_de_passe" is user1 here
poll mail.systea.net with proto POP3
        user "user2@systea.net" with password "mot_de_passe" is user1 here
poll pop.free.fr with proto POP3
      user "userFree@free.fr" there with password "mot_de_passe" is user1 here