On (30/06/04 23:37), Alejandro Aguilar Sierra wrote:
> Reply-To: [EMAIL PROTECTED]
> Date: Wed, 30 Jun 2004 23:37:51 -0500 (CDT)
> From: Alejandro Aguilar Sierra <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [vchkpw] How to configure mutt
> 
> Hello:
> 
> If this is a faq please let me know the link. Which is the best way to
> configure mutt to access an email account on a server which uses qmail,
> vpopmail and an imap server (courier).
> 

After much fiddling, I use mutt regularly with our qmail cluster.
You'll need the latest version of mutt, and some arcane info
in the .muttrc:

        account-hook imap://[EMAIL PROTECTED] 'set imap_pass=xxxxxxx'
(this is optional, to prevent always getting prompted for the password,
and involves some security risk by putting passwords into the file)

Then I use a shell alias to actually call it up:

mydomainmail is alliased to:
        mutt -f imap://[EMAIL PROTECTED]@mailserver/INBOX

Good luck!  (this mail prepared with Mutt 1.4i)

----james

Reply via email to