logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 13-09-2020 08:49:23

xunil2003
Membre
Inscription : 06-02-2012

Installer et configurer mutt

bonjour,

Je suis sur une vieille bécane sous debian 7 wheezy

                                                                                                                   
Linux debian 3.0.4 #1 PREEMPT Tue Aug 30 19:56:02 MDT 2011 armv5tel GNU/Linux                                                                  
 



J'ai installer mutt

# apt-get install mutt



Puis j'ai créer le fichier de configuration

touch /home/$USER/.muttrc




Je souhaite utiliser smtp et pop3 pas imap
Contenue du fichier /home/$USER/.muttrc

# Adresse électronique de l'expéditeur
set from="mom-mail@free.fr"

# Nom complet de l'expéditeur
set realname = "mon-nom"

# Génération du champs from
set use_from = yes

# Signature
#set signature=~/.signature

# Définition des dossiers de travail de Mutt
set spoolfile = /var/spool/mail/$USER
set folder    = /home/serveur/tmp #~/mail
set tmpdir    = /home/serveur/mail #~/tmp

# Vim comme éditeur
#set editor = "nano -c 'set tw=72' -c 'set wrap'"
set editor = "nano"

### CONFIGURATION POP3
set pop_user = "mom-mail"
set pop_pass = "mon-mot-de-passe-email"
set pop_delete = no # On ne garde pas les mails sur le serveur
#set pop_host = "pop://pop.free.fr:995/" #inutile de tester, c'est faux :)
set pop_host = "pops://pop.free.fr:mot-de-passe@pop.free.fr:995"
# set pop_last = yes / no INUTILE vu que pop_delete à yes

### CONFIGURATION SMTP
set smtp_pass = "mot-de-passe-email"
set smtp_url = "smtp://mom-mail@free.fr@smtp.free.fr:25" # 587 465 Oui, SSL :)

# Beep en cas d'erreur
set beep

# Beep quand un nouveau message est arrivé
set beep_new



Version de mutt

mutt -v
Mutt 1.5.21 (2010-09-15)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv'
for details.

System: Linux 3.0.4 (armv5tel)
ncurses: ncurses 5.9.20110404 (compiled with 5.9)
libidn: 1.25 (compiled with 1.25)
hcache backend: tokyocabinet 1.4.47
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK  
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"                                                                                                                              
EXECSHELL="/bin/sh"                                                                                                                            
MIXMASTER="mixmaster"                                                                                                                          
To contact the developers, please mail to <mutt-dev@mutt.org>.                                                                                
To report a bug, please visit http://bugs.mutt.org/.                                                                                          
                                                                                                                                               
misc/am-maintainer-mode                                                                                                                        
features/ifdef                                                                                                                                
features/xtitles                                                                                                                              
features/trash-folder
features/purge-message
features/imap_fast_trash
features/sensible_browser_position
features-old/patch-1.5.4.vk.pgp_verbose_mime
features/compressed-folders
features/compressed-folders.debian
debian-specific/Muttrc
debian-specific/Md.etc_mailname_gethostbyname.diff
debian-specific/use_usr_bin_editor.diff
debian-specific/correct_docdir_in_man_page.diff
debian-specific/dont_document_not_present_features.diff
debian-specific/document_debian_defaults
debian-specific/assumed_charset-compat
debian-specific/467432-write_bcc.patch
debian-specific/566076-build_doc_adjustments.patch
misc/define-pgp_getkeys_command.diff
misc/gpg.rc-paths
misc/smime.rc
upstream/531430-imapuser.patch
upstream/537818-emptycharset.patch
upstream/543467-thread-segfault.patch
upstream/542817-smimekeys-tmpdir.patch
upstream/548577-gpgme-1.2.patch
upstream/553321-ansi-escape-segfault.patch
upstream/568295-references.patch
upstream/547980-smime_keys-chaining.patch
upstream/528233-readonly-open.patch
upstream/228671-pipe-mime.patch
upstream/383769-score-match.patch
upstream/578087-header-strchr.patch
upstream/603288-split-fetches.patch
upstream/537061-dont-recode-saved-attachments.patch
upstream/608706-fix-spelling-errors.patch
upstream/620854-pop3-segfault.patch
upstream/611412-bts-regexp.patch
upstream/624058-gnutls-deprecated-set-priority.patch
upstream/624085-gnutls-deprecated-verify-peers.patch
upstream/584138-mx_update_context-segfault.patch
upstream/619216-gnutls-CN-validation.patch
upstream/611410-no-implicit_autoview-for-text-html.patch
upstream/path_max
upstream/CVE-2014-0467.patch
upstream/771125-CVE-2014-9116.patch
misc/579967-fixes-german-translation.patch
mutt.org
 




Quand je démarre mutt ça ne fonctionne pas je ne vois pas mes e-mail pas de réception de mail.
Merci d'avance pour votre aides et conseils

Dernière modification par xunil2003 (13-09-2020 09:31:28)


Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7.

Hors ligne

#2 13-09-2020 10:27:42

SuShY
CA Debian-Facile
Lieu : Chartres
Distrib. : Debian Sid x86_64
Noyau : Linux > 6.0.0-2-amd64
(G)UI : i3WM - 4.21-1
Inscription : 06-01-2018
Site Web

Re : Installer et configurer mutt

Hello, as-tu jeter un coup d'oeil ici ? https://debian-facile.org/doc:reseau:mutt

Hors ligne

#3 14-09-2020 10:51:20

xunil2003
Membre
Inscription : 06-02-2012

Re : Installer et configurer mutt

Bonjour,

Oui, et j'ai suivie celui-ci également
https://www.unixmail.fr/informatique/mutt-ep2/

Bref ça fonctionne uniquement en imap mais pas en pop3 du fai Free ?
Faut-il activer autre chose ou installer un paquet pour Pop3 ?

Merci

Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7.

Hors ligne

#4 14-09-2020 12:03:41

phlinux
Membre
Distrib. : Buster
Noyau : 5.10
(G)UI : Openbox (+Rox+Feh)
Inscription : 09-05-2009

Re : Installer et configurer mutt

Bjr,
Perso c'est dans .fetchmailrc que je l'indique:

poll pop.laposte.net protocol pop3:


Pages perso : feh, omegat, udisks, passerelle, schroot vraiment transparent

Hors ligne

Pied de page des forums