Re: fetchmail woes

1999-07-12 Thread Bob Nielsen
On Mon, Jul 12, 1999 at 03:15:57PM +0100, Patrick Kirk wrote:
 Hi all,
 
 After a heavy couple of hours reading man fetchmail I came up with this
 .fetchmailrc:
 
 set postmaster patrick
 poll pop.dial.pipex.com with proto POP3
user maxy36 there with password ngookich is patrick here options
 fetchall
 warnings 3600
 
 But I get this message when I try to run it.
 
 rhino:~# fetchmail
 File /root/.fetchmailrc must have no more than -rwx--x--- (0710)
 permissions.
 
 Also, after chown 0710 I get
 
 rhino:~# ls -al .fetchmailrc
 -rw-r--r--   1 root root  164 Jul 12 15:51 .fetchmailrc
 
 What am I doing wrong?

chmod, not chown

-- 
Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


Re: fetchmail woes

1999-07-12 Thread Graham Lillico +44 1785 782329
The command your looking for is 'chmod 710 /root/.fetchmailrc' NOT chown 
which changes the owner of the file.

Hope that helps

Graham.

Hi all,

After a heavy couple of hours reading man fetchmail I came up with this
.fetchmailrc:

set postmaster patrick
poll pop.dial.pipex.com with proto POP3
   user maxy36 there with password ngookich is patrick here options
fetchall
warnings 3600

But I get this message when I try to run it.

rhino:~# fetchmail
File /root/.fetchmailrc must have no more than -rwx--x--- (0710)
permissions.

Also, after chown 0710 I get

rhino:~# ls -al .fetchmailrc
-rw-r--r--   1 root root  164 Jul 12 15:51 .fetchmailrc

What am I doing wrong?


Re: fetchmail woes

1999-07-12 Thread Patrick Kirk
Thanks.  That worked but the darn thing still won't work.  Even though
patrick is my login account I get the following errer

rhino:~# fetchmail
3 messages for maxy36 at pop.dial.pipex.com (52287 octets).
reading message 1 of 3 (29367 octets) .fetchmail: SMTP listener doesn't like
rec
ipient address [EMAIL PROTECTED]'
fetchmail: can't even send to patrick!
fetchmail: SMTP transaction error while fetching from pop.dial.pipex.com
fetchmail: Query status=10
rhino:~#

I have tried [EMAIL PROTECTED], postmaster, [EMAIL PROTECTED] and a few other
variants to no avail.

All advice appreciated.

Patrick


- Original Message -
From: Bob Nielsen [EMAIL PROTECTED]
To: Patrick Kirk [EMAIL PROTECTED]
Cc: Debian Users debian-user@lists.debian.org
Sent: Monday, July 12, 1999 4:48 PM
Subject: Re: fetchmail woes


 On Mon, Jul 12, 1999 at 03:15:57PM +0100, Patrick Kirk wrote:
  Hi all,
 
  After a heavy couple of hours reading man fetchmail I came up with this
  .fetchmailrc:
 
  set postmaster patrick
  poll pop.dial.pipex.com with proto POP3
 user maxy36 there with password ngookich is patrick here
options
  fetchall
  warnings 3600
 
  But I get this message when I try to run it.
 
  rhino:~# fetchmail
  File /root/.fetchmailrc must have no more than -rwx--x--- (0710)
  permissions.
 
  Also, after chown 0710 I get
 
  rhino:~# ls -al .fetchmailrc
  -rw-r--r--   1 root root  164 Jul 12 15:51 .fetchmailrc
 
  What am I doing wrong?

 chmod, not chown

 --
 Bob Nielsen Internet: [EMAIL PROTECTED]
 Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
 DM42nh  http://www.primenet.com/~nielsen



Re: fetchmail woes

1999-07-12 Thread Michael Merten
On Mon, Jul 12, 1999 at 03:15:57PM +0100, Patrick Kirk wrote:
 Hi all,
 
 After a heavy couple of hours reading man fetchmail I came up with this
 .fetchmailrc:
 
 set postmaster patrick
 poll pop.dial.pipex.com with proto POP3
user maxy36 there with password ngookich is patrick here options
 fetchall
 warnings 3600
 
 But I get this message when I try to run it.
 
 rhino:~# fetchmail
 File /root/.fetchmailrc must have no more than -rwx--x--- (0710)
 permissions.
 
 Also, after chown 0710 I get
  ^
Use chmod instead?

 
 rhino:~# ls -al .fetchmailrc
 -rw-r--r--   1 root root  164 Jul 12 15:51 .fetchmailrc
 
 What am I doing wrong?
 
 

Mike

-- 
Michael Merten ([EMAIL PROTECTED])
  --- NRA Life Member (http://www.nra.org)
  --- Debian GNU/Linux Fan (http://www.debian.org)
  --- CenLA-LUG Founder (http://www.angelfire.com/la2/cenlalug)
--
Sometimes when I get up in the morning, I feel very peculiar.  I feel
like I've just got to bite a cat!  I feel like if I don't bite a cat
before sundown, I'll go crazy!  But then I just take a deep breath
and forget about it.  That's what is known as real maturity.
 -- Snoopy


Re: fetchmail woes

1999-07-12 Thread Kris
Patrick Kirk wrote:

Thanks.  That worked but the darn thing still won't work.  Even though
patrick is my login account I get the following errer
[snippage]
ipient address [EMAIL PROTECTED]'
fetchmail: can't even send to patrick!

Oh, hurrah, this one pops up _again_.

Add:

:localhost

...to local_domains in your exim.conf  restart exim.

-- 
Kris
For a faster reply, use:
smaug [{at}] dufas [{dot}] globalnet.co.uk


Re: fetchmail woes

1999-07-12 Thread Mark Brown
On Mon, Jul 12, 1999 at 05:19:24PM +0100, Patrick Kirk wrote:

 I have tried [EMAIL PROTECTED], postmaster, [EMAIL PROTECTED] and a few other
 variants to no avail.

If you are using exim, have you set local_domains in /etc/exim.conf to
something like:

  local_domains = cassiel.ddns.org : localhost

-- 
Mark Brown  mailto:[EMAIL PROTECTED]   (Trying to avoid grumpiness)
http://www.tardis.ed.ac.uk/~broonie/
EUFShttp://www.eusa.ed.ac.uk/societies/filmsoc/


pgp0hwgLwLv6i.pgp
Description: PGP signature


RE: fetchmail woes

1999-07-12 Thread Patrick Kirk
Hurrah indeed!

Thanks to Kris and Mark Brown and all who mailed help for this.  exim and
fetchmail now work.  All that's left is to set up IMP for web-based mail
access.

Patrick

 -Original Message-
 From: Kris [mailto:[EMAIL PROTECTED]
 Sent: Monday, 12 July 1999 18:29
 To: Patrick Kirk
 Cc: Bob Nielsen; Debian Users
 Subject: Re: fetchmail woes


 Patrick Kirk wrote:

 Thanks.  That worked but the darn thing still won't work.  Even though
 patrick is my login account I get the following errer
 [snippage]
 ipient address [EMAIL PROTECTED]'
 fetchmail: can't even send to patrick!

 Oh, hurrah, this one pops up _again_.

 Add:

 :localhost

 ...to local_domains in your exim.conf  restart exim.

 --
 Kris
 For a faster reply, use:
 smaug [{at}] dufas [{dot}] globalnet.co.uk


 --
 Unsubscribe?  mail -s unsubscribe
 [EMAIL PROTECTED]  /dev/null