public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* setting up email for linux.
@  Shaun Oliver
   ` John Covici
  0 siblings, 1 reply; 10+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

Hi guys I need to know how to set up my email programm for linux please?
I'm using zipslack at the moment. no correct that zipspeak although there's no difference accept for speakup. <grin>
I've only got sendmail and procmail and for the client I've got mailx.
what do I do to setup my pop3 account with my isp?
Oh yeah while I'm here, how do I enter urls in lynx? I know that all this has probably been covered a few months ago but to be truthful, I had to delete alot of my emails so I didn't have a chance to read them all carefully..
Thanks for all your help. 
Shaun..

[-- Attachment #2: Type: text/html, Size: 1170 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: setting up email for linux.
   setting up email for linux Shaun Oliver
@  ` John Covici
     ` Shaun Oliver
  0 siblings, 1 reply; 10+ messages in thread
From: John Covici @  UTC (permalink / raw)
  To: speakup

I would recomend using fetchmail -- I don't know about slackware
packages, I have been using RedHat and Debian.


"Shaun Oliver" <shauno@sgtnet.com.au> writes:

> Hi guys I need to know how to set up my email programm for linux please?
> I'm using zipslack at the moment. no correct that zipspeak although there's no difference accept for speakup. <grin>
> I've only got sendmail and procmail and for the client I've got mailx.
> what do I do to setup my pop3 account with my isp?
> Oh yeah while I'm here, how do I enter urls in lynx? I know that all this has probably been covered a few months ago but to be truthful, I had to delete alot of my emails so I didn't have a chance to read them all carefully..
> Thanks for all your help. 
> Shaun..

-- 
         John Covici
         covici@ccs.covici.com


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: setting up email for linux.
   ` John Covici
@    ` Shaun Oliver
       ` Geoff Shang
  0 siblings, 1 reply; 10+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

hi john.
I've got fetchmail here and I've installed/uncompressed it and now I have an
error popping up complaining about the permissions.
here is just a little bit of my .fetchmailrc file
set daemon 300 # Poll at 5-minute intervals

defaults
 interface "sl0/192.168.0.1" # SLIRP standard address
 user shauno is shauno
 fetchall

# Use this for production
poll mailserver.goanna.net.au protocol POP3:
 no dns,
 password nottelling:
any help from anyone out their would be greatly appreciated.
Shaun..
----- Original Message -----
From: "John Covici" <covici@ccs.covici.com>
To: <speakup@speech.braille.uwo.ca>
Sent: Monday, March 19, 2001 5:02 PM
Subject: Re: setting up email for linux.


> I would recomend using fetchmail -- I don't know about slackware
> packages, I have been using RedHat and Debian.
>
>
> "Shaun Oliver" <shauno@sgtnet.com.au> writes:
>
> > Hi guys I need to know how to set up my email programm for linux please?
> > I'm using zipslack at the moment. no correct that zipspeak although
there's no difference accept for speakup. <grin>
> > I've only got sendmail and procmail and for the client I've got mailx.
> > what do I do to setup my pop3 account with my isp?
> > Oh yeah while I'm here, how do I enter urls in lynx? I know that all
this has probably been covered a few months ago but to be truthful, I had to
delete alot of my emails so I didn't have a chance to read them all
carefully..
> > Thanks for all your help.
> > Shaun..
>
> --
>          John Covici
>          covici@ccs.covici.com
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: setting up email for linux.
     ` Shaun Oliver
@      ` Geoff Shang
         ` Tim Burgess
                         ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: speakup

Hi:

I've never seen the interface spec before.  This might cause problems later
depending on how you do net access, so you might want to remove it or at
least comment it out.  I was going to repost detailed instructions on how
to do the fetchmail thing, but you seem to have it sussed already (well
done).

The permissions thing is to safeguard your password.  Fetchmail will not
permit you to have a .fetchmailrc file that is readable by anyone else.  So
you will want read and write access for you and no-one else.  The easiest
way to do this is:

chmod 600 .fetchmailrc

You could also do:

chmod u=rw,go= .fetchmailrc

if you find that clearer.  Either way, it gives the user read/write access
and the group and other users no access.  You need these set or fetchmail
will refuse to run.

Geoff.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: setting up email for linux.
       ` Geoff Shang
@        ` Tim Burgess
         ` Buddy Brannan
         ` Shaun Oliver
  2 siblings, 0 replies; 10+ messages in thread
From: Tim Burgess @  UTC (permalink / raw)
  To: speakup

Hi,

I'm sorry I can't add anything to this thread, but can I ask that you do the
detailed fetchmail thing anyway for us complete novices?

Cheers.

Tim


-----Original Message-----
From: speakup-admin@braille.uwo.ca
[mailto:speakup-admin@braille.uwo.ca]On Behalf Of Geoff Shang
Sent: 19 March 2001 12:07
To: speakup@braille.uwo.ca
Subject: Re: setting up email for linux.


Hi:

I've never seen the interface spec before.  This might cause problems later
depending on how you do net access, so you might want to remove it or at
least comment it out.  I was going to repost detailed instructions on how
to do the fetchmail thing, but you seem to have it sussed already (well
done).

The permissions thing is to safeguard your password.  Fetchmail will not
permit you to have a .fetchmailrc file that is readable by anyone else.  So
you will want read and write access for you and no-one else.  The easiest
way to do this is:

chmod 600 .fetchmailrc

You could also do:

chmod u=rw,go= .fetchmailrc

if you find that clearer.  Either way, it gives the user read/write access
and the group and other users no access.  You need these set or fetchmail
will refuse to run.

Geoff.



_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: setting up email for linux.
       ` Geoff Shang
         ` Tim Burgess
@        ` Buddy Brannan
           ` Geoff Shang
         ` Shaun Oliver
  2 siblings, 1 reply; 10+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: speakup

If I'm not very much mistaken, fetchmail also wants the .fetchmailrc to
have execute permission, so you'll be wanting to use
chmod 700 .fetchmailrc
-- 
Buddy Brannan, KB5ELV    | I choose you to take up all of my time.
Email: davros@ycardz.com | I choose you because you're funny and kind
Phone: (972) 276-6360    | I want easy people from now on.
                         | --the Nields


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: setting up email for linux.
         ` Buddy Brannan
@          ` Geoff Shang
  0 siblings, 0 replies; 10+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: speakup

On Mon, 19 Mar 2001, Buddy Brannan wrote:

> If I'm not very much mistaken, fetchmail also wants the .fetchmailrc to
> have execute permission, so you'll be wanting to use
> chmod 700 .fetchmailrc

This is incorrect.  .fetchmailrc is not a script or other executable, so
the execute permission makes no difference either way.

Geoff.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: setting up email for linux.
       ` Geoff Shang
         ` Tim Burgess
         ` Buddy Brannan
@        ` Shaun Oliver
           ` Geoff Shang
  2 siblings, 1 reply; 10+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

thanks for the vote of confidence geoff.
I think though the specs I showed u, were allowing mail to go to root only
and not the user Shaun. I think I have it sussed by doing user shauno is
shauno Shaun Shaun here;
but then again I might be wrong.
Shaun
----- Original Message -----
From: "Geoff Shang" <gshang@uq.net.au>
To: <speakup@braille.uwo.ca>
Sent: Monday, March 19, 2001 11:07 PM
Subject: Re: setting up email for linux.


> Hi:
>
> I've never seen the interface spec before.  This might cause problems
later
> depending on how you do net access, so you might want to remove it or at
> least comment it out.  I was going to repost detailed instructions on how
> to do the fetchmail thing, but you seem to have it sussed already (well
> done).
>
> The permissions thing is to safeguard your password.  Fetchmail will not
> permit you to have a .fetchmailrc file that is readable by anyone else.
So
> you will want read and write access for you and no-one else.  The easiest
> way to do this is:
>
> chmod 600 .fetchmailrc
>
> You could also do:
>
> chmod u=rw,go= .fetchmailrc
>
> if you find that clearer.  Either way, it gives the user read/write access
> and the group and other users no access.  You need these set or fetchmail
> will refuse to run.
>
> Geoff.
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: setting up email for linux.
         ` Shaun Oliver
@          ` Geoff Shang
             ` Shaun Oliver
  0 siblings, 1 reply; 10+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: speakup

On Tue, 20 Mar 2001, Shaun Oliver wrote:

> thanks for the vote of confidence geoff.
> I think though the specs I showed u, were allowing mail to go to root only
> and not the user Shaun. I think I have it sussed by doing user shauno is
> shauno Shaun Shaun here;
> but then again I might be wrong.

I think the syntax is "user shauno is shaun here" assuming your local
account is shaun and your pop3 account is shauno.  I don't have to deal
with this however, as I run fetchmail as the user that it's intended for.
This has its advantages - you can control polling for mail on a
user-by-user basis.  Running it this way, you need only do "user shauno" as
it will deliver to the account running the process.

Geoff.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: setting up email for linux.
           ` Geoff Shang
@            ` Shaun Oliver
  0 siblings, 0 replies; 10+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

ah. that sounds like un common sence to me.
thanks for that little bit of advise.
I'll give it a go and let you know how I get on
Shaun..
----- Original Message -----
From: "Geoff Shang" <gshang@uq.net.au>
To: <speakup@braille.uwo.ca>
Sent: Tuesday, March 20, 2001 10:28 PM
Subject: Re: setting up email for linux.


> On Tue, 20 Mar 2001, Shaun Oliver wrote:
>
> > thanks for the vote of confidence geoff.
> > I think though the specs I showed u, were allowing mail to go to root
only
> > and not the user Shaun. I think I have it sussed by doing user shauno is
> > shauno Shaun Shaun here;
> > but then again I might be wrong.
>
> I think the syntax is "user shauno is shaun here" assuming your local
> account is shaun and your pop3 account is shauno.  I don't have to deal
> with this however, as I run fetchmail as the user that it's intended for.
> This has its advantages - you can control polling for mail on a
> user-by-user basis.  Running it this way, you need only do "user shauno"
as
> it will deliver to the account running the process.
>
> Geoff.
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 setting up email for linux Shaun Oliver
 ` John Covici
   ` Shaun Oliver
     ` Geoff Shang
       ` Tim Burgess
       ` Buddy Brannan
         ` Geoff Shang
       ` Shaun Oliver
         ` Geoff Shang
           ` Shaun Oliver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).