View previous topic :: View next topic |
Author |
Message |
dh003i2 Tux's lil' helper
Joined: 10 Mar 2003 Posts: 101 Location: Rochester, NY
|
Posted: Wed Apr 16, 2003 5:35 pm Post subject: Help setting up Pine/Mutt |
|
|
I'm having some trouble setting up Pine and Mutt. Firstly, for Mutt, where do I enter setup information? For Pine, I know where to enter the information, but can't get my e-mail accounts working.
I use a Road Runner and University of Rochester e-mail account. For the University of Rochester e-mail account, here is the relevant information:
Code: | Incoming server: mail.rochester.edu
Outgoing server: mail.rochester.edu
Must connect through VPN via vpn.utd.rochester.edu |
For the road-runner account, here is the relevant information:
Code: | Incoming (POP) mail: pop-server.rochester.rr.com
Outgoing (SMTP) mail: smtp-server.rochester.rr.com
Road Runner account uses DHCP, dynamic IP |
Can anyone helpe me out here? (btw, it's not a problem with the net; the net is working fine, as I can browse the internet). _________________ Become one with the command-line. |
|
Back to top |
|
|
DefconAlpha Apprentice
Joined: 25 Feb 2003 Posts: 151 Location: Alabama
|
Posted: Wed Apr 16, 2003 5:55 pm Post subject: Umm |
|
|
from my understanding, pine and mutt are mail readers, not fetchers. the *easiest* thing to do (rather than make the readers go to the pop source, which is possible, however clumsy) is to use something like getmail or fetchmail. Fetchmail is a widely used mail fetcher, but it can sometimes be a little bit difficult to configure. Getmail is a very easy to use and configure, but not as widely used (that's what i use)
Both are in portage _________________ In the end, the love you get is equal to the love you make
--John Lennon & Paul McCartney (The End - Abbey Road, |
|
Back to top |
|
|
s1th n00b
Joined: 30 Mar 2003 Posts: 31 Location: Almere, Netherlands
|
Posted: Wed Apr 16, 2003 6:18 pm Post subject: |
|
|
As the other poster mentioned, for retrieving your mail, fetchmail is a very good choice.
You ofcourse have the option of retrieving and deleting your email from the pop3 server or retrieving your email and letting it stay on the server.
Fetchmail comes with a tool called fetchmailconf which can help you setup fetchmail.
A simple .fetchmailrd file would look like:
poll your.mailserver.here with proto POP3
user foo there with password yourpwd is foo here
Another choice is to configure mutt for IMAP4 connections (if the mailserver of your provider supports it and your mutt version is compiled with IMAP support).
This is done the following way:
set folder=imap://your.mailserver.here #where I keep my mailboxes
set spoolfile=imap://your.mailserver.here/INBOX # where my new email is located
Here are some additional IMAP settings for mutt:
set imap_home_namespace=""
set imap_keepalive=900
set imap_list_subscribed=no
set imap_passive=yes
set imap_peek=yes
set imap_servernoise=yes
set imap_user=foo
HTH _________________ Why did it happen ? BOFH Excuse:
Zombie processes haunting the computer |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|