Re: mutt reading a maildir (qmail ~/Maildir)

2001-01-26 Thread Ralf Hildebrandt

On Thu, Jan 25, 2001 at 03:39:00PM -0500, Jeffrey A Schoolcraft wrote:
> I'm trying to test my qmail install and I've set it up to deliver mail to
> ~/Maildir/ and I'd like to use mutt to read this, how can I do that?
> 
> I'm looking through the muttrc files on the site and I see stuff like:
> set mbox_style=Maildir
> set folder=~/Maildir
> but then what?

I use this:

set mbox="~/Maildir"
set mbox_type="Maildir"

set folder=~/Maildir
# directory with all mail folders

set spoolfile=~/Maildir/inbox/

-- 
[EMAIL PROTECTED]
System Engineerinnominate AG
Diplom-Informatiker the linux architects
tel: +49.30.308806-62  fax: -698  www.innominate.com

 PGP signature


mutt-1.25.i message id errors

2001-01-26 Thread Steve Kennedy

I dont know whether it's mutt or the mta, however someone
on the lists here was using mutt and generating a header
of the form

> Message-ID: 

Which was being rejected by lots of MTA's (and thus causing
bounces).

Is this mutt ?

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]



Re: mutt-1.25.i message id errors

2001-01-26 Thread Lars Hecking

Steve Kennedy writes:
> I dont know whether it's mutt or the mta, however someone
> on the lists here was using mutt and generating a header
> of the form
> 
> > Message-ID: 
> 
> Which was being rejected by lots of MTA's (and thus causing
> bounces).
> 
> Is this mutt ?

 I guess mutt doesn't know the hostname it's running on, or you have

set hostname=""

 in .muttrc.




Re: mutt-1.25.i message id errors

2001-01-26 Thread Steve Kennedy

On Fri, Jan 26, 2001 at 11:21:41AM +, Lars Hecking wrote:

> Steve Kennedy writes:
> > I dont know whether it's mutt or the mta, however someone
> > on the lists here was using mutt and generating a header
> > of the form
> > > Message-ID: 
> > Which was being rejected by lots of MTA's (and thus causing
> > bounces).
> > Is this mutt ?
>  I guess mutt doesn't know the hostname it's running on, or you have
> set hostname=""
>  in .muttrc.

Not me, a list-user ... I just get the crap bounces ...

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]



Re: mutt-1.25.i message id errors

2001-01-26 Thread Lars Hecking

 
> Not me, a list-user ... I just get the crap bounces ...
 
 Oops, sorry, I misread your message. You are refering to
 <[EMAIL PROTECTED]>?

 Still, what I posted applies. The problem can be remedied by setting
 hostname explicitly in .muttrc.

 Besides, bouncing emails with malformed bad message-id's is a daft idea.




Re: Forwarding a message with attachments

2001-01-26 Thread Christoph Bugel


I do it like this:
Go to the attachements screen (press 'v'); Go to the relevant
attachement (I guess you can 'tag' them if you want multiple
attachements, with 't'), then press on the reply key or forward ('f' or
'r' or 'g')


On Wed 2001-01-24, Brian Galbraith wrote:
> Hi Folks
> I am a new user of Mutt so please be patient.I am on a steep learning
> curve. I may have missed this in the list of options..but I have a question.
> How can I forward a message with attachments, without saving and
> reattaching?
> 
> TIA
> 
> Brian
> 
> -- 
> Brian Galbraith [ Mutt 1.3.13i]| GnuPG 1.0.4d | SuSE Linux 7.0 ]
> Encrypted Mail Preferred   NEW KEY from 7thJan 2001
> http://seattle.keyserver.net:11371/pks/lookup?op=get&search=0x98A102F3
> Hushmail Secure Webmail:  [EMAIL PROTECTED]



Re: mutt-1.25.i message id errors

2001-01-26 Thread Steve Kennedy

On Fri, Jan 26, 2001 at 11:32:07AM +, Lars Hecking wrote:

> > Not me, a list-user ... I just get the crap bounces ...
>  Oops, sorry, I misread your message. You are refering to
>  <[EMAIL PROTECTED]>?
>  Still, what I posted applies. The problem can be remedied by setting
>  hostname explicitly in .muttrc.
>  Besides, bouncing emails with malformed bad message-id's is a daft idea.

They bounce at remote MTA's, the bounces comes back to the list-owner here.

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,43 Howitt Road,   Belsize Park,London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]



Error 71 while sending message (Operating system error.)

2001-01-26 Thread Stefan Jösch

Hi!

My Mutt sends messages in fact, -- although every time I hit 
the 'y'-button after composing a new message comes the above
error message.

Has it to do with my sendmail-configuration? I'm on a Linux
Mandrake 7.2 machine.

Thanks,
Stefan.




Re: Error 71 while sending message (Operating system error.)

2001-01-26 Thread goetz haeberle

On Fri, Jan 26, 2001 at 01:37:41PM +0100, Stefan Jösch wrote:
> 
> 
> Has it to do with my sendmail-configuration? I'm on a Linux
> Mandrake 7.2 machine.
> 
> yes.

tschau
goetz 
> 



Re: mutt-1.25.i message id errors

2001-01-26 Thread Suresh Ramasubramanian

Using a large mallet, Steve Kennedy whacked out:

> > Message-ID: 
> Which was being rejected by lots of MTA's (and thus causing
> bounces).
> Is this mutt ?
 
 no.  This evil is done by the MTA (or he might be trying to be clever by
 generating a customized message-id in his editor - trivial to do in vi)

 sendmail wont generate one if it sees that the mail already has a message-id
 
-- 
Suresh Ramasubramanian + Lumber Cartel India - 
mallet @ cluestick.org + Wallopus Malletus Indigenensis
"I'd love to go out with you, but I'm converting my calendar watch from
Julian to Gregorian."



Re: Error 71 while sending message (Operating system error.)

2001-01-26 Thread Waldemar Brodkorb

On Fri, Jan 26, 2001 at 01:37:41PM +0100, Stefan Jösch wrote:
> Hi!
> 
> My Mutt sends messages in fact, -- although every time I hit 
> the 'y'-button after composing a new message comes the above
> error message.
> 
> Has it to do with my sendmail-configuration? I'm on a Linux
> Mandrake 7.2 machine.

Oh, shit I have the same Problem, but I did'nt found a solution yet.
I believe it is not a mutt problem.

-- 
MfG

Waldemar Brodkorb

Linux rulez !



Re: Error 71 while sending message (Operating system error.)

2001-01-26 Thread Suresh Ramasubramanian

Using a large mallet, Waldemar Brodkorb whacked out:

> On Fri, Jan 26, 2001 at 01:37:41PM +0100, Stefan Jösch wrote:

> > My Mutt sends messages in fact, -- although every time I hit 
> > the 'y'-button after composing a new message comes the above
> > error message.
 
> Oh, shit I have the same Problem, but I did'nt found a solution yet.
> I believe it is not a mutt problem.
 
 see if your sendmail is running properly (and if it is listening on port 25 at
 the time you sent the mail).
 
 /etc/rc.d/init.d/sendmail [status|stop|start|restart]
 
-- 
Suresh Ramasubramanian + Lumber Cartel India - 
mallet @ cluestick.org + Wallopus Malletus Indigenensis
If someone had told me I would be Pope one day, I would have studied
harder.
-- Pope John Paul I