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
with the message:
Diagnostic-Code: SMTP; 501 5.1.8 [EMAIL PROTECTED]... Domain of sender 
address [EMAIL PROTECTED] does not exist and my message won't
post...
What does that mean? Does it mean that I have to setup a network with a real
domain just to use Mutt? I don't think so.

I usually don't send mail to myself :) but, when testing, those errors
happened and I became concerned if this could happen with messages to other
people. I can't afford missing an important message that should be sent to
some client.

I've already ready the man pages, online help and other resources and modified
my .muttrc file with the parameters:

set hostname=uai.com.br
set pop_host=pop.uai.com.br
set pop_user=vvega
set hdrs #to include my_hdr lines to message headers
and
my_hdr From: Rodrigo Fonseca [EMAIL PROTECTED]

but nothing works. Is there something I'm missing? Maybe another setting for
my smtp server? Or does this mean that my ISP's  smtp server is not well
configured?
Any help will be very appreciated!
Thanks in advance!

[]'s

Rodrigo Vega Fonseca.




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
with the message:
Diagnostic-Code: SMTP; 501 5.1.8 [EMAIL PROTECTED]... Domain of sender 
address [EMAIL PROTECTED] does not exist and my message won't
post...
What does that mean? Does it mean that I have to setup a network with a real
domain just to use Mutt? I don't think so.

I usually don't send mail to myself :) but, when testing, those errors
happened and I became concerned if this could happen with messages to other
people. I can't afford missing an important message that should be sent to
some client.

I've already ready the man pages, online help and other resources and modified
my .muttrc file with the parameters:

set hostname=uai.com.br
set pop_host=pop.uai.com.br
set pop_user=vvega
set hdrs #to include my_hdr lines to message headers
and
my_hdr From: Rodrigo Fonseca [EMAIL PROTECTED]

but nothing works. Is there something I'm missing? Maybe another setting for
my smtp server? Or does this mean that my ISP's  smtp server is not well
configured?
Another annoying thing is that every mail I fetch from the server is kept
there and every time I download the new messages, the old ones come again.
I need to download the new messages from the server and then delete them.
Don't really know what's happening...

Any help will be very appreciated!
Thanks in advance!

[]'s

Rodrigo Vega Fonseca.




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.html (wvdial + sendmail + fetchmail +
procmail + mutt for a dialup)

-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin



Re: new mail in mailboxes

2001-05-01 Thread Andre Berger

* Sridhar Srinivasan [EMAIL PROTECTED], 2001-05-01 08:56 +0200:
 pressing space 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
 detect any. if i manually cycle through those offending mailboxes, i
 find the new messages.

Check your $mailbox setting.

A. B.   [[EMAIL PROTECTED]]

 PGP signature


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.

-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin



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:
snip
 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 my message won't
 post...
 What does that mean? Does it mean that I have to setup a network with a real
 domain just to use Mutt? I don't think so.
snip
 I've already ready the man pages, online help and other resources and modified
 my .muttrc file with the parameters:
 
 set hostname=uai.com.br
 set pop_host=pop.uai.com.br
 set pop_user=vvega
 set hdrs #to include my_hdr lines to message headers
 and
 my_hdr From: Rodrigo Fonseca [EMAIL PROTECTED]
snip
 Another annoying thing is that every mail I fetch from the server is kept
 there and every time I download the new messages, the old ones come again.
 I need to download the new messages from the server and then delete them.
 Don't really know what's happening...

You might try setting the $envelope_from variable.  That could
help eliminate the error you are receiving from the mailserver.
In ~/.muttrc (or some file sourced by ~/.muttrc):

set envelope_from

Also, to delete messages aff the POP host after downloading them,
set the $pop_delete variable.  In ~/.muttrc (or some file sourced
by ~/.muttrc):

set pop_delete

You might, however, be better served to not use Mutt's mail
retrieval functions and use a mail retrieval utility like
fetchmail instead.  Personally, I find it more convenient and
useful, especially since it has more flexibility and can handle
multiple accounts, (although, with some clever hooks, I guess
Mutt could emulate some of the functionality.)

Good luck!

-- Mr. Wade
 
-- 
Linux: The Choice of the GNU Generation





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}Mail
 
 you might want to quote the entire thing above - {bignachos.com}Mail, say.

Tried that...
 
   set mbox==mbox
   mbox-hook $spoolfile $mbox
   But mutt still acts the same.  Did I get that syntax right?
  
  Did you forget this part of Suresh's message?
set move=yes

And I didn't forget that.

Ah well.  I should bring this over to the dev list.  I figured I just
had a simple syntax problem, but it might have something to do with
1.3.17.

Thanks for all your help.

-- 
Brian Nelson [EMAIL PROTECTED]



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 mail in some of the mailboxes, specifically these mailboxes are at
 the end of the listing in the mailboxes command.
 
What happen is when you press c to change folders the default selection
is the next mailbox with new mail. Or if you hit c to change folder
'?' to list all folders then Tab this will display your
mailboxes. The ones with n N have new mail.


Cheers

DanM



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 am using IMAP and it's not that simple to
  reconfigure sendmail and restart it remotely (or is it?).  
 
 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.
 
  I use an IMAP server on my local network where I download all my mail
  to.  Sendmail on all my clients is configured to send mail to my IMAP
  server.
 
 I don't think so. What kind of IMAP server do you have that supports
 SMTP?  Alternately, what kind of sendmail do you have that supports IMAP?
 
  My IMAP server has a SMART_HOST directive to deliver outbound
  mail to my ISP mail server.  My IMAP server is set up to masquerade
  using my ISP's domain.  The consequence is that any set envelope_from
  directive in my .muttrc becomes moot.  Maybe I shouldn't be doing it
  this way?  I also use this same server for routing mail via SMTP from
  Windows 98 clients using Netscape or Outlook/Express so I'm not just
  limited to a mutt environment.
 
 -- 
 Sam Roberts [EMAIL PROTECTED]

Sorry if I'm confusing things.  You are right, this really has nothing
to do with IMAP.  I'm just refering to the one computer which handles
mail in my network.  It runs IMAP so that I can access my mail from
other computers so I refer to it as an IMAP server.  I only wanted to
point out that my mail is being handled remotely.  I am refering to how
Sendmail is configured on the same computer (the one running imapd)  

Rod

-- 
Rod Pike
rodneyp @ utanet.at



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 things.  You are right, this really has nothing
 to do with IMAP.  I'm just refering to the one computer which handles
 mail in my network.  It runs IMAP so that I can access my mail from
 other computers so I refer to it as an IMAP server.  I only wanted to
 point out that my mail is being handled remotely.  I am refering to how
 Sendmail is configured on the same computer (the one running imapd)  

Ok, so you read your mail with IMAP, which mutt does well.

Mutt ONLY sends mail through the local mail system, so you need
a ../sendmail on your workstation that accepts mail. Do you have that?

I use nullmailer, because life is too short to screw with sendmail.

Whatever you use will most likely use smtp to forward the mail to your
gateway (the IMAP server machine). So you need an smtp server on
your mail gateway. Do you have one? It sounds as if you do, and that
its sendmail.

Then you need the MTA (the smtp server, sendmail in you say) on that
gateway to deliver mail...

What part is not working? I thought you said originally that you
wanted to configure some machine (the workstation or gateway?) to
forward to one of a set of smtp servers, and to reconfigure which one
on the fly.

I'm kind of puzzled, I don't know what your network setup is, or what
you're trying to achieve, so I can't really make any suggestions.

Sam

-- 
Sam Roberts [EMAIL PROTECTED]



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 pico so that I can see if vim is causing the problem.

I tried changing the EDITOR env var to pico, and adding 'set
editor=pico' to my .muttrc but it still hangs.

any ideas ?

thanks,

barry



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_close_mailbox (CONTEXT *ctx, int *index_hint)' in
'mx.c'.  In 1.3.17, anyway, it appears as though this inbox-mbox
stuff should work over IMAP.

I'm a luser MFC developer by profession, and I don't know how to use
unix debugging tools.  I'll see if I can get this to compile and take
a crash course in gdb to figure out what's going wrong...

-- 
Brian Nelson [EMAIL PROTECTED]



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
=== QUOTE END ===

The black white pattern is for anything like host:path.
Normally it should look like:

www.bla.org - yellow
host:www/bla/fasel  - white
http://www.doamin.bla   - green

This works in general.
When I switch the green and the white definition, then all the green
highlights turn white. I take it that the last matching pattern rules.
True ?

For all eMails it works, except for 1 !
Try the above color definitions and have a look on the eMail attached !
If you can, tell me ...

1. why isn't the sig recognized and coloured right ?

2. why isn't the URL at the bottom not green but white ???

When I comment out the white definition and restart mutt, the URL turns
green !!!

I'm using Mutt 1.2.5

-- 
Rado S. eMail: [EMAIL PROTECTED]
+-
Message is based on my knowledge:   | So much to do, and only so little
I'm not omniscient, take care!  | time, no mercy, no hope.



Date: Wed, 4 Apr 2001 13:43:37 -0600 (MDT)
From: Rado [EMAIL PROTECTED]
To: Rado [EMAIL PROTECTED]
Subject: Metaserver.

Rob

--

You guys are so unhip it's a wonder your bums don't fall off.

  - Zaphod Beeblebrox - The Hitchiker's Guide to the Galaxy

--

http://www.ee.ualberta.ca/~kaut
Electrical Engineering 1998
University of Alberta