Re: [newbie] mutt w/ mdk (resolved)

2004-09-18 Thread jonin
On Thursday 16 September 2004 08:53 pm, [EMAIL PROTECTED] wrote:
> I use mutt to connect to my local IMAP server. Everything seems ok accept
> when I open my inbox or change to a different IMAP folder. Mutt tries to
> make me compose a message? The funny thing is it does not have a "To:"
> header, if has a "Newsgroups:" header. Once you get to the composition
> screen there is also a "Followup-To:" header. I have never seen this
> before. If I exit out and try to compose normally everything is fine "To:"
> header and all. It just happens when I try to change directories. I am
> using Mdk 10 and Mutt 1.5.5. This is the same mutt config file that worked
> fine in FC2?
>
> jonin
Issue fixed. Thanks for everyone's help. Ultimately, I downloaded the
src.rpm from Mdk and recompiled mutt w/o the nntp support. Now it works
great. Looks like, for some reason, mutt looked at my imap server as a nntp
source? Anyway, it is fixed now.

Jonin


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] mutt w/ mdk

2004-09-16 Thread jonin
I use mutt to connect to my local IMAP server. Everything seems ok accept when 
I open my inbox or change to a different IMAP folder. Mutt tries to make me 
compose a message? The funny thing is it does not have a "To:" header, if has 
a "Newsgroups:" header. Once you get to the composition screen there is also 
a "Followup-To:" header. I have never seen this before. If I exit out and try 
to compose normally everything is fine "To:" header and all. It just happens 
when I try to change directories. I am using Mdk 10 and Mutt 1.5.5. This is 
the same mutt config file that worked fine in FC2?

jonin


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Mutt and Procmail...blah

2004-06-26 Thread Todd Slater
On Fri, Jun 25, 2004 at 03:56:18PM -0500, Andrew Rice wrote:
> Hey guys,
> I am kind of new to this list but I was just curious who uses mutt and procmail
> because I cannot seem to get it to work the way I want it to with folders and
> such.  I just want to have folders that all my newsletter and mail from friends
> gets sorted into and I wanted to setup some spam filters as well but apparently
> im not doing something right.
> 
> I have looked at many other sample .muttrc files and all that and still cannot
> get it to work
> 
> HELP!!

I use Mutt and procmail. I created a ~/.procmail directory and put
different files in there (rc.bozos, rc.lists, rc.spam, rc.testing).
Those rc files take care of the filtering for me. I also run all my
messages through bogofilter for spam testing.

I'm not sure I understand what you've tried, but as far as using
procmail you shouldn't have to mess with ~/.mutt/muttrc.

Todd


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Mutt and Procmail...blah

2004-06-25 Thread Andrew Rice
Hey guys,
I am kind of new to this list but I was just curious who uses mutt and procmail
because I cannot seem to get it to work the way I want it to with folders and
such.  I just want to have folders that all my newsletter and mail from friends
gets sorted into and I wanted to setup some spam filters as well but apparently
im not doing something right.

I have looked at many other sample .muttrc files and all that and still cannot
get it to work

HELP!!



-- 
 .-.   
 | Andrew Rice Jr | [EMAIL PROTECTED]|
 .| http://www.kryptonplanet.org   |
  `.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] mutt & fetchmail

2003-02-03 Thread Derek Jennings
On Monday 03 Feb 2003 6:55 pm, Stephen Kuhn wrote:
> On Tue, 2003-02-04 at 00:08, tuija wrote:
> > > Run "fetchmailconf" and double check where it's slurping your emails to
> > > - and then you'll be able to discern as to what is going on with the
> > > rest of the scene.
> >
> > *
> >* I did that and .fetchmailrc doesn't tell where fetchmail puts the posts
> > it pulls, /var/log/mail tells that 30 posts are pulled from server
> > *
> >*
>
> Ok...you're going to have to get into the POSTFIX configurations and
> double check those; by default, POSTFIX dumps it's mail in
> /var/spool/mail, but that could be mucked up - so best is to fire up
> Webmin and go into SERVERS, then POSTFIX, then USER MAILBOXES - click on
> any mailbox and towards the top of the page it will give you the path to
> the mailbox - and as well, will tell  you if it's a zero length file or
> if there's something in it.
>
> A question I would have, though, is when was the last time that you did
> get mail properly - and were you slurping it from /var/spool/mail, or
> have you changed anything that you know of on your system?
>
> > > My configs always dump to /var/spool/mail/yournamegoeshere
> > >
> > > ...so it's readily readable/find-able...
> >
> > *
> > My /var/spool/mail  is empty there isn't user name, I have tried to
> > command set spoolfile but it didn't help?
> > How I can put the procmail on, could it help?
> >
> > Thank you advance
>
> PROCMAIL runs from an RC file in your /etc directory - namely,
> /etc/procmailrc - but prior to just jumping into that particular file
> and it's structure, you're going to want to do some reading up on it.
> PROCMAIL can be quite powerful for blocking spam, rerouting mail
> internally on your system (or on your network) - heaps of different
> functions. Check out: http://handsonhowto.com/pmail101.html for more
> information on this powerful little text file - you won't regret it.
>
> Check through all of the above and tell us how it works mate! Cheers!


You should check that your fetchmailrc is actually passing the mail over to a 
valid user account.  For example in mine

poll pop.ntlworld.com with proto POP3
   user 'djennings' there with password 'xxx' is 'derek' here options 
fetchall  antispam 501

The account 'derek' has to be a valid user account on the server. If it is 
then Postfix will automatically create a directory in /var/mail for it.

The other question of course is . Do you have Postfix running?
If there is no listener running on port 25 (Such as Postfix or Sendmail), then 
Fetchmail will by default look to see if there is a ~/.procmailrc file in 
existance, and if there is it will pass the mail to procmail. What happens 
next is down to the contents of your .procmailrc file.


derek
-- 
--
www.jennings.homelinux.net


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] mutt & fetchmail

2003-02-03 Thread Stephen Kuhn
On Tue, 2003-02-04 at 00:08, tuija wrote:
> > Run "fetchmailconf" and double check where it's slurping your emails to
> > - and then you'll be able to discern as to what is going on with the
> > rest of the scene.
> **
> I did that and .fetchmailrc doesn't tell where fetchmail puts the posts
> it pulls, /var/log/mail tells that 30 posts are pulled from server
> **

Ok...you're going to have to get into the POSTFIX configurations and
double check those; by default, POSTFIX dumps it's mail in
/var/spool/mail, but that could be mucked up - so best is to fire up
Webmin and go into SERVERS, then POSTFIX, then USER MAILBOXES - click on
any mailbox and towards the top of the page it will give you the path to
the mailbox - and as well, will tell  you if it's a zero length file or
if there's something in it.

A question I would have, though, is when was the last time that you did
get mail properly - and were you slurping it from /var/spool/mail, or
have you changed anything that you know of on your system?

> > My configs always dump to /var/spool/mail/yournamegoeshere
> >
> > ...so it's readily readable/find-able...
> *
> My /var/spool/mail  is empty there isn't user name, I have tried to command
> set spoolfile but it didn't help?
> How I can put the procmail on, could it help?
> 
> Thank you advance

PROCMAIL runs from an RC file in your /etc directory - namely,
/etc/procmailrc - but prior to just jumping into that particular file
and it's structure, you're going to want to do some reading up on it.
PROCMAIL can be quite powerful for blocking spam, rerouting mail
internally on your system (or on your network) - heaps of different
functions. Check out: http://handsonhowto.com/pmail101.html for more
information on this powerful little text file - you won't regret it.

Check through all of the above and tell us how it works mate! Cheers!

-- 
Tue,  4 Feb 2003 05:45:00 +1100
  5:45am  up 10:11,  4 users,  load average: 0.70, 0.55, 0.34
--
|____  | kuhn media australia|
|   / ,, /| |'-.   | http://kma.0catch.com   |
|  .\__/ || |   |  |=|
|   _ /  `._ \|_|_.-'  | stephen kuhn|
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
|  |/ ._/  |"| |  email: [EMAIL PROTECTED]|
|  |'.  `\ | | |icq: 5483808 |
|  ;"""/ / | | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389|
|  '  `-`' " " | Berkeley, New South Wales, AU   |
--
 linux user:267497 * RH 8.0 * PC/Mac/Linux/Networking/Consulting
--

Texas law forbids anyone to have a pair of pliers in his possession.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] mutt & fetchmail

2003-02-03 Thread tuija
Viestissä Maanantai 3. Helmikuuta 2003 03:10, Benjamin Pflugmann kirjoitti:
> Hi.
>
> On Sun 2003-02-02 at 21:09:20 +0200, [EMAIL PROTECTED] wrote:
> > How to set mutt to find mails that
> > fetchmail pulls and puts somewhere I don't
> > know where, I lost 30 mails allready :)
> > System is Mdk9.0
>
> I am not expert in this matter, but if the mail
> system is configured correctly, mutt should find
> your incoming mails automatically (via the $MAIL
> environment variable).
>
> I am not sure where to start to look. Are you sure
> that not fetchmail is the problem?

Yes I have tested that many times
*
> What is the output of (run in a shell):
>
> echo $MAIL
> ls -l /var/spool/mail
***
/var/spool/mail is empty
I have tried set spoolfile without help?
*
> If you have a ~/.muttrc, move it away temporarily
> to make sure the configuration doesn't get in the
> way.
**
I tried that too

Thank you advance
-- 
   (\\!//)
   ( ) t.Tuija :-) alias
\   /  
 "errare humanum est"



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] mutt & fetchmail

2003-02-02 Thread Stephen Kuhn
On Mon, 2003-02-03 at 06:09, tuija wrote:
> Hi,
> 
> How to set mutt to find mails that
> fetchmail pulls and puts somewhere I don't
> know where, I lost 30 mails allready :)
> System is Mdk9.0
> 
>  Thanks advance

Run "fetchmailconf" and double check where it's slurping your emails to
- and then you'll be able to discern as to what is going on with the
rest of the scene.

My configs always dump to /var/spool/mail/yournamegoeshere

...so it's readily readable/find-able...

-- 
Mon,  3 Feb 2003 12:30:00 +1100
 12:30pm  up 14:35,  6 users,  load average: 0.70, 0.54, 0.54
--
|____  | kuhn media australia|
|   / ,, /| |'-.   | http://kma.0catch.com   |
|  .\__/ || |   |  |=|
|   _ /  `._ \|_|_.-'  | stephen kuhn|
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
|  |/ ._/  |"| |  email: [EMAIL PROTECTED]|
|  |'.  `\ | | |icq: 5483808 |
|  ;"""/ / | | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389|
|  '  `-`' " " | Berkeley, New South Wales, AU   |
--
 linux user:267497 * RH 8.0 * PC/Mac/Linux/Networking/Consulting
--

Mulder: You can't bury the truth!

"The X-Files: Aprocrypha"


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] mutt & fetchmail

2003-02-02 Thread Benjamin Pflugmann
Hi.

On Sun 2003-02-02 at 21:09:20 +0200, [EMAIL PROTECTED] wrote:
> 
> How to set mutt to find mails that
> fetchmail pulls and puts somewhere I don't
> know where, I lost 30 mails allready :)
> System is Mdk9.0

I am not expert in this matter, but if the mail
system is configured correctly, mutt should find
your incoming mails automatically (via the $MAIL
environment variable).

I am not sure where to start to look. Are you sure
that not fetchmail is the problem?

What is the output of (run in a shell):

echo $MAIL
ls -l /var/spool/mail
/sbin/service postfix status
mailq

(except for the first, it may be that you need to
be root to run them).

If you have a ~/.muttrc, move it away temporarily
to make sure the configuration doesn't get in the
way.

Btw, in order to avoid losing mails until it
works, you can fetchmail say to not remove
messages from your server ("keep") and for testing
force re-fetching of mails ("all"). It may mean
that you get some mail multiple times, but it
assures that you do not lose any.

HTH,

Benjamin.





msg117941/pgp0.pgp
Description: PGP signature


[newbie] mutt & fetchmail

2003-02-02 Thread tuija
Hi,

How to set mutt to find mails that
fetchmail pulls and puts somewhere I don't
know where, I lost 30 mails allready :)
System is Mdk9.0

 Thanks advance
-- 
   (\\!//)
   ( ) t.Tuija :-) alias
\   /  
 "errare humanum est"



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] mutt

2001-06-08 Thread n6tadam

Hello John,

All a mailbox is, is just a file. This can be created using the following
command (making sure that you are "root" user)

cd /var/spool/mail && cat <> john

You dont have to worry about changing the file permissons.

HTH,

Thomas Adam

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 8:11 AM
Subject: [newbie] mutt


> I'm trying to setup mutt. The problem is that when I go to send messege it
says /var/spool/mail/john is not a mailbox. How do I make it my mail box or
can I? Also were do I put my settings for pop mail in mutt? Any help would
be appreciated.
>
> Get your own FREE E-mail address at http://www.linuxfreemail.com
> Linux FREE Mail is 100% FREE, 100% Linux, and 100% yours!
>
>


Please note that the content of this message is confidential between the original 
sender and the intended recipient(s) of the message. If you are not an intended 
recipient and/or have received this message in error, kindly disregard the content of 
the message and return it to the original sender.

If you have any complaints about this message please reply to:
   [EMAIL PROTECTED]

The Purbeck School E-Mail server running:
   users.purbeck.dorset.sch.uk





Re: [newbie] Mutt & Postfix

2001-04-26 Thread Tim Holmes

I just wanted to update the group on this issue.

For those of you that use Mutt, you know how customizable it is via
your .muttrc file.  Well that's where the problem was.

In the .muttrc you can specify who you are, your email address and the
organization that you belong to.  The lines would look something like
this.

my_hdr From: Tim Holmes <[EMAIL PROTECTED]>
my_hdr Organization: UNIXTECHS ORG
my_hdr Reply-To: Tim Holmes <[EMAIL PROTECTED]>

Well there's often another line in the .muttrc that tell tells it to remove
all "extra" headers as well. That looks like this.

unmy_hdr *  

Well, from what I've been told by others, if you have the line for unmy_hdr
in your .muttrc, it will ignore error messages that you may have from reading
the .muttrc.

That's what allowed the problem to slip through, but the problem was caused
by the line for Organization.  If you leave my_hdr Organization: blank, it
causes an error.  It will allow you to open your mailbox and move around in
them and read messages, and even right them, but as soon as you try and send
them, you recieve a lovely segment fault, and sometimes a core is dumped.

Instead of just ignoring the blank field is dies on you.  Personally this being
the case is completely retarded, but that's just me.  I spent almost an entire 
day trying to figure out why I had two users, that would continue to get segment
faults each time they sent mail.  But 5 other users were just fine!  That's what
pointed me towards the .muttrc.

After rebuilding my .muttrc file line by line, (Which was a pain in the @%$ if you
ask me!) and finally found that it was the Organization line that was causing my
problem.  I removed that line, and the problem is gone.  I think the people with
mutt were retarded for doing that!  But again... that's just me.

On another note, I found a way to turn off Aurora, and I suggest that it is 
done, as well as leaving failsafe in your boot menu, as I've seen it come in
handy several times.

Thanx for listen'n! :0)
tdh


T. Holmes
Unixtechs.org
[EMAIL PROTECTED]

"Real Men use Vi."

* Tim Holmes <[EMAIL PROTECTED]> [010422 06:25]:
| I installed Mandrake 8 last night.  And it went pretty smooth.  It's back
| to using Aurora again, which I don't like, but my sister likes watching
| the pretty backgrounds as it goes though.  (Believe it or not she's 19.)
| 
| So I get my system up and running, I restore the user directories from my
| Mandrake 7.2 install, and everything appears to be doing just fine.  I start
| fetchmail, I brought of my old HTML files and mail, so I start up my favorite
| mail client.
| 
| I start up mutt and it has my old mail, and it reads my .muttrc even though it
| thinks there's no $HOME/mail directory, which there is, but it insists on making
| one, and everything's fine.  So I decide it's time to respond to some emails,
| and here's where I have the problem.
| 
| I finish typing up my email, I verify all the addresses are in place and hit
| y to send the email.  I get a "Sending message...Segmentation fault."  But it
| doesn't actually send the message and then mutt of course dies on me.
| 
| The last time I tried to upgrade Mutt, I had this problem, but it was when I 
| trying to download POP mail.  I keep trying to figure out why this is happening
| and then I get it.
| 
| [timh@r2d2 timh]$ mutt -v
| Mutt 1.3.15i (2001-02-12)
| Copyright (C) 1996-2000 Michael R. Elkins and others.
| Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
| Mutt is free software, and you are welcome to redistribute it
| under certain conditions; type `mutt -vv' for details.
| 
| System: Linux 2.4.3-20mdk [using ncurses 5.2]
| Compile options:
| -DOMAIN
| +DEBUG
| -HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE
| +USE_FCNTL  -USE_FLOCK
| +USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  -USE_SASL
| +HAVE_REGCOMP  -USE_GNU_REGEX
| +HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
| +HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
| +HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT
| +ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
|+HAVE_LANGINFO_YESEXPR
| +HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO
| ISPELL="/usr/bin/ispell"
| SENDMAIL="/usr/sbin/sendmail"
| MAILPATH="/var/mail"
| SHAREDIR="/etc"
| SYSCONFDIR="/etc"
| EXECSHELL="/bin/sh"
| -MIXMASTER
| To contact the developers, please mail to <[EMAIL PROTECTED]>.
| To report a bug, please use the flea(1) utility.
| 
| Mutt's configured, straight off the CD, for sendmail.
| 
| SENDMAIL="/usr/sbin/sendmail"
| 
| But Mandrake has been trying to push postfix on everybody for the last 3 releases.
| It won't even allow you to install sendmail.  Gives you a good 100 or so dependancy
| errors.
| 
| So my question, is how do I install Mutt to use postfix?  Or where do I go and change
| mutt so it will use postfix instead.
| 
| Any help is greatly appreciated.
| tdh
| 
|  
| T. Holmes
| Unixtechs.org
| [EMAIL PROTECTED]
| 
| "Real 

[newbie] Mutt & Postfix

2001-04-22 Thread Tim Holmes

I installed Mandrake 8 last night.  And it went pretty smooth.  It's back
to using Aurora again, which I don't like, but my sister likes watching
the pretty backgrounds as it goes though.  (Believe it or not she's 19.)

So I get my system up and running, I restore the user directories from my
Mandrake 7.2 install, and everything appears to be doing just fine.  I start
fetchmail, I brought of my old HTML files and mail, so I start up my favorite
mail client.

I start up mutt and it has my old mail, and it reads my .muttrc even though it
thinks there's no $HOME/mail directory, which there is, but it insists on making
one, and everything's fine.  So I decide it's time to respond to some emails,
and here's where I have the problem.

I finish typing up my email, I verify all the addresses are in place and hit
y to send the email.  I get a "Sending message...Segmentation fault."  But it
doesn't actually send the message and then mutt of course dies on me.

The last time I tried to upgrade Mutt, I had this problem, but it was when I 
trying to download POP mail.  I keep trying to figure out why this is happening
and then I get it.

[timh@r2d2 timh]$ mutt -v
Mutt 1.3.15i (2001-02-12)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.4.3-20mdk [using ncurses 5.2]
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE
+USE_FCNTL  -USE_FLOCK
+USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  -USE_SASL
+HAVE_REGCOMP  -USE_GNU_REGEX
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
+HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  -SUN_ATTACHMENT
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
++HAVE_LANGINFO_YESEXPR
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  +HAVE_GETADDRINFO
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
SHAREDIR="/etc"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <[EMAIL PROTECTED]>.
To report a bug, please use the flea(1) utility.

Mutt's configured, straight off the CD, for sendmail.

SENDMAIL="/usr/sbin/sendmail"

But Mandrake has been trying to push postfix on everybody for the last 3 releases.
It won't even allow you to install sendmail.  Gives you a good 100 or so dependancy
errors.

So my question, is how do I install Mutt to use postfix?  Or where do I go and change
mutt so it will use postfix instead.

Any help is greatly appreciated.
tdh

 
T. Holmes
Unixtechs.org
[EMAIL PROTECTED]

"Real Men use Vi."




[newbie] Mutt and sendmail

2000-07-12 Thread Niels Rasmussen

Hi all

I am new to this list (used to have SuSE).

I'm trying to configure mutt to send mail immediately, but it seems to
fail :-(

I have sendmail installed, and have it set up with the use of
install-sendmail.

Sendmail is running.

In my .muttrc I have this:
set sendmail="/usr/sbin/sendmail -oi -oem"

But still, I cant send any mail with mutt, it just stays in the queue !!

When i enter sendmail -q the mails are send, but I want to send it
immediately when pressing y!

What has to be set ??

/niller




Re: [newbie] Mutt or Pine

2000-05-07 Thread Paul

On Sun, 7 May 2000, Wayne Petherick wrote:

>Howdy all,
>I have read all of the mutt and pine how to's and man pages that exist and
>still cannot get either to work.  I appear to have my fetchmail set up properly
>in that it downloads my mail fine, but I do not know where to!!!  I am guessing
>that where it downloads it to is where I have to point my Pine MUA to, but I
>cannot find in any how to's where this is and how to set it up.  I would
>appreciate if anyone would avoid the temptation to point me to another how
>to (unless of course it is written for a complete spoon!) and give me some
>straightforward settings so I can get (preferably Pine) my mail up and running.
> I am gettting frustrated with underdeveloped GUI's.

Hi Wayne,
I have turned to the combination Qmail and Getmail. Qmail
(www.qmail.org) works well for me, with the "maildir" option, and Getmail
is as simple as can be. I use Pine with that. Looked at Mutt, but I don't
like it.

Paul

)0(---)0(

A mistake only becomes an error
if you refuse to correct it.

)0([[EMAIL PROTECTED]]-)0(
http://nlpagan.net - ICQ 147208
Registered Linux User 174403




Re: [newbie] Mutt or Pine

2000-05-07 Thread flupke

I also had problems with mail on my mandrake.
I discovered that the problem did not come from the mail reader, but from
the mail delivry agent.
I had postfix installed, and I never figured how to configure it. (if
someone knows where I can find easy docs about it and about mail
configuration in general, I'm interrested.)

But once I uninstalled it and installed sendmail instead, all went fine
and I hadn't any problems anymore.

HTH
Flupke


On Sun, 7 May 2000, Wayne Petherick wrote:

> Howdy all,
> I have read all of the mutt and pine how to's and man pages that exist and
> still cannot get either to work.  I appear to have my fetchmail set up properly
> in that it downloads my mail fine, but I do not know where to!!!  I am guessing
> that where it downloads it to is where I have to point my Pine MUA to, but I
> cannot find in any how to's where this is and how to set it up.  I would
> appreciate if anyone would avoid the temptation to point me to another how
> to (unless of course it is written for a complete spoon!) and give me some
> straightforward settings so I can get (preferably Pine) my mail up and running.
>  I am gettting frustrated with underdeveloped GUI's.
> 
> TIA,
> 
> Wayne
> 
> 




Re: [newbie] Mutt or Pine

2000-05-06 Thread Steve Philp

Wayne Petherick wrote:
> 
> Howdy all,
> I have read all of the mutt and pine how to's and man pages that exist and
> still cannot get either to work.  I appear to have my fetchmail set up properly
> in that it downloads my mail fine, but I do not know where to!!!  I am guessing
> that where it downloads it to is where I have to point my Pine MUA to, but I
> cannot find in any how to's where this is and how to set it up.  I would
> appreciate if anyone would avoid the temptation to point me to another how
> to (unless of course it is written for a complete spoon!) and give me some
> straightforward settings so I can get (preferably Pine) my mail up and running.
>  I am gettting frustrated with underdeveloped GUI's.
> 
> TIA,
> 
> Wayne

Check /var/spool/mail/.

If it isn't there, check your mail transfer/local delivery agent setup
to see where it's configured to put the mail.

-- 
Steve Philp, MCSE/MCP+I
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]




Re: [expert] [newbie] Mutt or Pine

2000-05-06 Thread Barry Marler

By default, fetchmail should place your mail in 
/var/spool/mail/yourusername.

--on Sunday, May 07, 2000 10:26 AM +1000 Wayne Petherick wrote:
> Howdy all,
> I have read all of the mutt and pine how to's and man pages that exist and
> still cannot get either to work.  I appear to have my fetchmail set up
> properly in that it downloads my mail fine, but I do not know where to!!!
> I am guessing that where it downloads it to is where I have to point my
> Pine MUA to, but I cannot find in any how to's where this is and how to
> set it up.  I would appreciate if anyone would avoid the temptation to
> point me to another how to (unless of course it is written for a complete
> spoon!) and give me some straightforward settings so I can get
> (preferably Pine) my mail up and running. I am gettting frustrated with
>  underdeveloped GUI's.
>
> TIA,
>
> Wayne




/b
-
Barry Marler
Department of Medical Microbiology and Parasitology
University of Georgia
(706)542-0142
(706)542-0059