More fetchmail woes

1999-07-13 Thread Patrick Kirk
Hi all,

fetchmail is fetching old and new messages again and again.  My .fetchmailrc
is as follows.  Can anyone suggest what I need to do to have it pick up new
messages only.  I think I have read man fetchmail correctly and use the
command fetchmail

Also, how would I add a server pop.isp.com with account abc1 and
password qwerty to my list of servers to poll?

All help appreciated!

Patrick

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


Re: More fetchmail woes

1999-07-13 Thread Patrick Kirk
Its a dummy account.  Please feel free to post to it or take from it.  If
you happen to delete the test messages, please do send another set up.

Patrick
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 13, 1999 11:28 AM
Subject: SV: More fetchmail woes



 Eh, should you really post that to a mailinglist?!

  user maxy36 there with password ngookich is
 patrick here




Re: More fetchmail woes

1999-07-13 Thread Bud Rogers
On Tue, 13 Jul 1999, Patrick Kirk wrote:
 
 fetchmail is fetching old and new messages again and again.  My .fetchmailrc
 is as follows.  Can anyone suggest what I need to do to have it pick up new
 messages only. 


Here's what I use.  This retrieves all my mail and deletes it from the
server.

poll puma.sirinet.net with proto pop3:
username budr there with password xxx is budr here
fetchall

 Also, how would I add a server pop.isp.com with account abc1 and
 password qwerty to my list of servers to poll?

Just add another stanza to your fetchmailrc.

poll pop.isp.com with proto pop3;
user abc1 with qwerty there is patrick here

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



-- 
Bud Rogers [EMAIL PROTECTED]


Re: More fetchmail woes

1999-07-13 Thread Patrick Kirk
I actually need to leave copies of all messages on the POP server.  Its
making that option work that I am struggling with.

Patrick
- Original Message -
From: Bud Rogers [EMAIL PROTECTED]
To: Debian Users debian-user@lists.debian.org
Sent: Tuesday, July 13, 1999 11:44 AM
Subject: Re: More fetchmail woes


 On Tue, 13 Jul 1999, Patrick Kirk wrote:

  fetchmail is fetching old and new messages again and again.  My
.fetchmailrc
  is as follows.  Can anyone suggest what I need to do to have it pick up
new
  messages only.


 Here's what I use.  This retrieves all my mail and deletes it from the
 server.

 poll puma.sirinet.net with proto pop3:
 username budr there with password xxx is budr here
 fetchall

  Also, how would I add a server pop.isp.com with account abc1 and
  password qwerty to my list of servers to poll?

 Just add another stanza to your fetchmailrc.

 poll pop.isp.com with proto pop3;
 user abc1 with qwerty there is patrick here

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



 --
 Bud Rogers [EMAIL PROTECTED]


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



Re: More fetchmail woes

1999-07-13 Thread Francois GELIS
On Tue, 13 Jul 1999, Patrick Kirk wrote:

 fetchmail is fetching old and new messages again and again.  My .fetchmailrc
 is as follows.  Can anyone suggest what I need to do to have it pick up new
 messages only.  I think I have read man fetchmail correctly and use the
 command fetchmail

On way to prevent multiple downloads of the same emails is to use the
flush option, which will delete the emails on the server once
downloaded.

If you want to keep them on the pop server as a backup, then use the
uidl option (look at the man page for details). It will assign an
(unique) identifier to each email, store in a file the identifiers of
mails already downloaded, and check against this list to prevent multiple
downloads of the same emails.

I hope it helps.

Francois 

--
Francois Gelis / LAPTH / [EMAIL PROTECTED]
phone:(+33) 4 50 09 16 80 / fax:(+33) 4 50 27 94 95


fetchmail woes

1999-07-12 Thread Patrick Kirk
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 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