Help - domain does not exist

2001-05-01 Thread Rodrigo Vega Fonseca
I'm starting to use Mutt in my Linux box but I'm getting some errors when I try to send mail to my own mailbox (provided for my ISP, a pop account), even if it's just CC or BCC. Mutt can send mail to everyone I try but when it comes to my own account ([EMAIL PROTECTED]) the server returns my mail

Help - domain does not exist

2001-05-01 Thread Rodrigo Vega Fonseca
I'm starting to use Mutt in my Linux box but I'm getting some errors when I try to send mail to my own mailbox (provided for my ISP, a pop account), even if it's just CC or BCC. Mutt can send mail to everyone I try but when it comes to my own account ([EMAIL PROTECTED]) the server returns my mail

Re: Post in Mailing List

2001-05-01 Thread ZHENG, You-Zhong
On 04-30-2001, Suresh Ramasubramanian wrote: > lists was in older mutts. in mutt 1.2.x you use "subscribe" So why bother just renaming lists to subscribe? zhengyz

Re: Help - domain does not exist

2001-05-01 Thread Suresh Ramasubramanian
Rodrigo Vega Fonseca proclaimed on mutt-users that: > with the message: > "Diagnostic-Code: SMTP; 501 5.1.8 <[EMAIL PROTECTED]>... Domain of > sender address [EMAIL PROTECTED] does not exist" and my message put set envelope_from in your .muttrc and enjoy ps - see http://www.hserus.net/dlhowto

Re: new mail in mailboxes

2001-05-01 Thread Andre Berger
* Sridhar Srinivasan <[EMAIL PROTECTED]>, 2001-05-01 08:56 +0200: > pressing doesn't cycle through some mailboxes in which i know > there is new mail. > > i get new mail notification by running xbiff on the procmail log file, > so i know that there is new mail, but when i start mutt, it doesn't

Re: Post in Mailing List

2001-05-01 Thread Suresh Ramasubramanian
ZHENG, You-Zhong proclaimed on mutt-users that: > On 04-30-2001, Suresh Ramasubramanian wrote: > > lists was in older mutts. in mutt 1.2.x you use "subscribe" > So why bother just renaming lists to subscribe? Please read the mutt documentation (should be there on your pc) for why. -- S

Re: Revisiting Mutt, Debian, Ncurses, Eterm .....

2001-05-01 Thread Thomas Dickey
On Sun, Apr 29, 2001 at 09:23:09PM -0700, Jason Helfman wrote: > I'm not using any colors, though... mutt prepares for using color, even if you don't ask. (read color.c, e.g., ci_start_color). -- Thomas E. Dickey <[EMAIL PROTECTED]> http://dickey.his.com ftp://dickey.his.com

Re: Help - domain does not exist

2001-05-01 Thread Mr. Wade
Rodrigo Vega Fonseca wrote: > Mutt can send mail to everyone I try but when it comes to my > own account ([EMAIL PROTECTED]) the server returns my mail > with the message: > "Diagnostic-Code: SMTP; 501 5.1.8 <[EMAIL PROTECTED]>... Domain of sender >address [EMAIL PROTECTED] does not exist" and m

Re: Saving read messages to mbox over IMAP

2001-05-01 Thread Brian Nelson
On Tue, May 01, 2001 at 11:21:18AM +0530, Suresh Ramasubramanian wrote: > Tim Legant proclaimed on mutt-users that: > > On Tue, May 01, 2001 at 12:21:11AM -0400, Brian Nelson wrote: > > > Ok, this is what I have now: > > > > set spoolfile={bignachos.com}INBOX > > > set folder={bignachos.com}Mai

Re: new mail in mailboxes

2001-05-01 Thread Tom Cooney
On Mon, Apr 30, 2001 at 01:17:52AM -0400, Sridhar Srinivasan wrote: > i have procmail set up to deliver incoming into several mailboxes (mbox > format) and i have them defined in my .muttrc using the mailboxes > command. > > the problem is that mutt(1.2.5i) doesn't inform me that there is > new m

Re: Saving read messages to mbox over IMAP

2001-05-01 Thread Andre Berger
* Brian Nelson <[EMAIL PROTECTED]>, 2001-05-01 16:14 +0200: > On Tue, May 01, 2001 at 11:21:18AM +0530, Suresh Ramasubramanian wrote: > > Tim Legant proclaimed on mutt-users that: > > > On Tue, May 01, 2001 at 12:21:11AM -0400, Brian Nelson wrote: > > > > Ok, this is what I have now: > > > > >

Re: Using multiple mail server for uploading mail

2001-05-01 Thread Rod Pike
On Mon, Apr 30, 2001 at 10:27:05AM -0400, Sam Roberts wrote: > Quoting Rod Pike <[EMAIL PROTECTED]>, who wrote: > > Maybe I don't really have mail set up properly on my network and this is > > simpler than I think. I can't really do any of the previously mentioned > > solutions anyway because I a

Re: Using multiple mail server for uploading mail

2001-05-01 Thread Sam Roberts
Quoting Rod Pike <[EMAIL PROTECTED]>, who wrote: > > I'm confused, you seem to be mixing IMAP and SMTP up here. Sendmail is > > an SMTP server and a delivery agent, it is not an IMAP server. IMAP > > is usually used to READ mail, and SMTP is always used to SEND mail. > > Sorry if I'm confusing th

Can't send mail

2001-05-01 Thread Barry Mitchelson
Hi, all of a sudden I can't send email. Mutt gets to the point where it launches my editor to actually compose the email and just hangs. I'm guessing it may have something to do with the new version of vim I installed. My question is, how can I change mutts default editor to something like pic

Re: Saving read messages to mbox over IMAP

2001-05-01 Thread Brian Nelson
On Tue, May 01, 2001 at 09:26:33PM +0200, Andre Berger wrote: > What happens if you "set mbox_type=mbox"? Just an idea. > > A. B. [[EMAIL PROTECTED]] Nope, doesn't help. For anyone interested, the offending source code appears to be in the function 'int mx_

mutt appends @hostname while using alias

2001-05-01 Thread ZHENG, You-Zhong
Hi everyone, I try the alias function, I define some, but each time I type an alias, mutt automatically append @myhostname for me. How to prevent mutt from doing this? zhengyz

color body: influence of multiple matching patterns

2001-05-01 Thread Rado S.
I have some messages with www/ftp URLs. To highlight them I use -- QUOTE BEGIN -- color body black yellow '(ftp|www)(\.[^ ]+)+(/[^]*)*' color body black white "[^\t ]+:([^\t ]*/[^\t ]*)+" color body black green "(f|ht)tp://[^\t ]+" color signature red black