On Fri, Jul 25, 2003 at 09:06:55PM +0200, Stephane Wirtel wrote:
> Est-ce que quelqu'un aurait déjà configuré un mutt, procmail pour gérer
> plusieurs accounts ? 

Non mais bon...

Fetchmail (comme son nom l'indique) va rechercher tes mails sur le
serveur POP/IMAP de ton FAI.

Dans ton ~/.fetchmailrc inscrit:
        set postmaster "postmaster"
        set bouncemail
        set no spambounce
        set properties ""

        # <compte1>
        poll ton_serveur_pop.be with proto POP3 user
          '[EMAIL PROTECTED]' there with password 'mot_de_passe' is
          ton_login here
        # </compte1>
        # etc...

        #option keep pour conserver les mails sur le serveur
        #option fetchall pour rapatrier tous les mails (même ceux lus)

        mda "/usr/bin/procmail -Y -d %T"   # mon mda est procmail


Tu peux rajouter autant de comptes que tu en as besoin.

Tu peux construire ton ~/.procmailrc (qui fait office de mda) autour
de ceci:

        :0:
        * [EMAIL PROTECTED]
        boite_1

        :0:
        * [EMAIL PROTECTED]
        boite_2

Et normalement le tour est joué.

Pour ce qui est de mutt il "suffit" de rajouter dans ton muttrc, la
ligne:

        mailbox ${HOME}${MAILREP}boite_1
        mailbox ${HOME}${MAILREP}boite_2

De cette manière, lorsque tu appuies sur 'c' dans mutt, il te proposera
de switcher vers =boite_1 ou =boite_2.


-- 
Bruno
Gadaleta

> 
> Stéphane Wirtel
> 
> -- 
> Stephane Wirtel <[EMAIL PROTECTED]>
> GPG ID : 1024D/C9C16DA7 | 5331 0B5B 21F0 0363 EACD  B73E 3D11 E5BC C9C1 6DA7
> 



> _______________________________________________________
> Linux Mailing List - http://www.unixtech.be
> Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
> Archives: http://www.mail-archive.com/[EMAIL PROTECTED]
> IRC: efnet.unixtech.be:6667 - #unixtech

_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
Archives: http://www.mail-archive.com/[EMAIL PROTECTED]
IRC: efnet.unixtech.be:6667 - #unixtech

Répondre à