Re: SMTP Authorization

2002-03-15 Thread Jerry Van Brimmer
On Mon, 25 Feb 2002 16:03:05 -0600 David Champion [EMAIL PROTECTED] wrote: On 2002.02.23, in [EMAIL PROTECTED], Jerry Van Brimmer [EMAIL PROTECTED] wrote: . pop_authenticate: Using any available method. AUTH CRAM-MD5 +

Re: SMTP Authorization

2002-02-26 Thread Erika Pacholleck
[25.02.02 15:39 +0100] Louis-David Mitterrand -- : This small-specialized-tools-are-better-than-monolithic-apps argument keeps coming back like a mantra. It's so tired now as to seem almost pre-recorded. (Where do you guys get that propaganda anyway?) This kind of propaganda is unwillingly

Re: SMTP Authorization

2002-02-26 Thread Louis-David Mitterrand
On Mon, Feb 25, 2002 at 07:43:58PM +0100, Erika Pacholleck wrote: [25.02.02 15:39 +0100] Louis-David Mitterrand -- : This small-specialized-tools-are-better-than-monolithic-apps argument keeps coming back like a mantra. It's so tired now as to seem almost pre-recorded. (Where do you guys

Re: SMTP Authorization

2002-02-26 Thread Erika Pacholleck
[26.02.02 12:11 +0100] Louis-David Mitterrand -- : On Mon, Feb 25, 2002 at 07:43:58PM +0100, Erika Pacholleck wrote: [25.02.02 15:39 +0100] Louis-David Mitterrand -- : This small-specialized-tools-are-better-than-monolithic-apps argument keeps coming back like a mantra. It's so tired now

Re: SMTP Authorization

2002-02-26 Thread Knute
I've been following this thread, and I thought I sent a message in, but apparently it never made it. On Fri, 22 Feb 2002, Jerry Van Brimmer wrote: Newbie to Mutt here. I'm just getting started, and I'm trying to get a working rc file set up. I think I have all the basics except that my ISP

Re: SMTP Authorization

2002-02-26 Thread Knute
On Tue, 26 Feb 2002, Knute wrote: I've been following this thread, and I thought I sent a message in, but apparently it never made it. On Fri, 22 Feb 2002, Jerry Van Brimmer wrote: Newbie to Mutt here. I'm just getting started, and I'm trying to get a working rc file set up. I think I

Re: SMTP Authorization

2002-02-25 Thread Louis-David Mitterrand
On Sat, Feb 23, 2002 at 08:36:49PM -0500, Michael P. Soulier wrote: On 23/02/02 Jerry Van Brimmer did speaketh: Well, I thought Mutt was a terminal based email client that could as much or more than other email clients. So, I was hoping that I could just download all messages into my

Re: SMTP Authorization

2002-02-25 Thread David Champion
On 2002.02.23, in [EMAIL PROTECTED], Jerry Van Brimmer [EMAIL PROTECTED] wrote: . pop_authenticate: Using any available method. AUTH CRAM-MD5 + PDMyNzU3LjEwMjAyMjMxMjUzMzRAaXNwd2VzdGVtYWlsLmFjZXdlYi5uZXQ+ mutt_sasl_cb_authname: getting authname for pop3.ispwest.com:110

Re: SMTP Authorization

2002-02-25 Thread David Champion
On 2002.02.25, in [EMAIL PROTECTED], David Champion [EMAIL PROTECTED] wrote: In other words, this looks like a mutt bug. You might try setting $pop_authenticators to work around this. The goal would be not to try authenticating with MD5 -- for example: set

Re: SMTP Authorization

2002-02-23 Thread Martin Karlsson
On Fri Feb 22, 2002 at 11:54:38PM -0800, Jerry Van Brimmer wrote: [...snip...] # POP # set pop_user = [EMAIL PROTECTED] [...snip...] Every time I try to read my mail Mutt says that login failed: Login failed. USER:

Re: SMTP Authorization

2002-02-23 Thread Philip Mak
On Sat, Feb 23, 2002 at 12:27:15PM +0100, Martin Karlsson wrote: The 'USER: unknown' bit makes me think you should try just: set pop_user = jerryvb Otherwise the POP-server thinks you're trying to log in as [EMAIL PROTECTED]@pop3.ispwest.com. I don't think that's the problem. I tried

Re: SMTP Authorization

2002-02-23 Thread Jerry Van Brimmer
On Sat, 23 Feb 2002 12:27:15 +0100 Martin Karlsson [EMAIL PROTECTED] wrote: On Fri Feb 22, 2002 at 11:54:38PM -0800, Jerry Van Brimmer wrote: [...snip...] # POP # set pop_user = [EMAIL PROTECTED] [...snip...] Every

Re: SMTP Authorization

2002-02-23 Thread Martin Karlsson
On Sat Feb 23, 2002 at 08:12:57AM -0800, Jerry Van Brimmer wrote: [...snip...] I'm brand new to Mutt, so any advice is welcome. Well, I don't use POP myself, so I haven't tried mutt's pop-functionalities. However, I'm sure others can be of assistance with this. If what you're trying to do

Re: SMTP Authorization

2002-02-23 Thread Joel Hammer
I came in late to this conversation, but.. Have you tried just to telnet to your pop server and see what happens? For example, here is a typical transcript from a telnet session to my pop server. telnet netmail.home.com 110 Trying 24.0.95.143... Connected to femail.sdc1.sfba.home.com. Escape

Re: SMTP Authorization

2002-02-23 Thread Jerry Van Brimmer
Well, I thought Mutt was a terminal based email client that could as much or more than other email clients. So, I was hoping that I could just download all messages into my mailbox and the headers would be displayed in the index, sort of just like all others, i.e. Sylpheed. I thought Mutt was a

Re: SMTP Authorization

2002-02-23 Thread Ryan Singer
On Sat, Feb 23, 2002 at 05:21:24PM +0100, Martin Karlsson wrote: [snip] If what you're trying to do is simply to fetch all messages from the POP-server to a local mailbox, though, I'd suggest using something like Fetchmail (http://tuxedo.org/~esr/fetchmail/), as indeed The Friendly Manual

Re: SMTP Authorization

2002-02-23 Thread David Champion
On 2002.02.23, in [EMAIL PROTECTED], Jerry Van Brimmer [EMAIL PROTECTED] wrote: Well, I thought Mutt was a terminal based email client that could as much or more than other email clients. So, I was hoping that I could just download all messages into my mailbox and the headers would be

Re: SMTP Authorization

2002-02-23 Thread Jerry Van Brimmer
So what's wrong with my .muttrc file? How do I get this puppy working? # POP # set pop_user = [EMAIL PROTECTED] set pop_pass = password set pop_delete = no set pop_host = pop3.ispwest.com #set pop_port = 110 #set pop_last = no

Re: SMTP Authorization

2002-02-23 Thread Jerry Van Brimmer
OK, did that. Where do I find the output? On Sat, 23 Feb 2002 14:51:16 -0600 David Champion [EMAIL PROTECTED] wrote: On 2002.02.23, in [EMAIL PROTECTED], Jerry Van Brimmer [EMAIL PROTECTED] wrote: So what's wrong with my .muttrc file? How do I get this puppy working? # POP

Re: SMTP Authorization

2002-02-23 Thread Jerry Van Brimmer
OK, I found the debug output file, here it is: Mutt 1.3.22.1i started at Sat Feb 23 13:04:12 2002 . Debugging at level 3. +OK VopMail POP3 Server 5.2.203.0 Ready [EMAIL PROTECTED] CAPA +OK Capability list follows TOP USER UIDL RESP-CODES EXPIRE 1 USER SASL LOGIN NTLM SCRAM-MD5 CRAM-MD5

Re: SMTP Authorization

2002-02-23 Thread Joel Hammer
Don't you want set pop_user=jerryvb? Joel On Sat, Feb 23, 2002 at 12:44:33PM -0800, Jerry Van Brimmer wrote: So what's wrong with my .muttrc file? How do I get this puppy working? # POP # set pop_user = [EMAIL PROTECTED]

Re: SMTP Authorization

2002-02-23 Thread Michael P. Soulier
On 23/02/02 Jerry Van Brimmer did speaketh: Well, I thought Mutt was a terminal based email client that could as much or more than other email clients. So, I was hoping that I could just download all messages into my mailbox and the headers would be displayed in the index, sort of just like

Re: SMTP Authorization

2002-02-23 Thread Knute
On Sat, 23 Feb 2002, Jerry Van Brimmer wrote: On Sat, 23 Feb 2002 12:27:15 +0100 Martin Karlsson [EMAIL PROTECTED] wrote: On Fri Feb 22, 2002 at 11:54:38PM -0800, Jerry Van Brimmer wrote: [...snip...] # POP # set

SMTP Authorization

2002-02-22 Thread Jerry Van Brimmer
Newbie to Mutt here. I'm just getting started, and I'm trying to get a working rc file set up. I think I have all the basics except that my ISP requires me to login with username and password to read my mail. I can't get Mutt to login. Here's a copy of my POP section: # POP