On Fri, Sep 07, 2001 at 03:06:42AM +, john smith wrote:
> Hi,
>
> a question on fetchmail
>
> 1. I have created my $.fetchmailrc file via fetchmailconf and set daemon at
> 60..(that's in seconds right?) and sent myself a test message but
> bizarringly fetchmail doesn't go get it even af
also sprach Alex Suzuki (on Sat, 16 Jun 2001 08:42:37AM +0200):
> Do I just have to add this at the end of the line?
> options keep uidl
precisely.
did you 'man fetchmailrc' ?
martin; (greetings from the heart of the sun.)
\ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROT
also sprach Rafael Sasaki (on Fri, 15 Jun 2001 02:59:39PM -0300):
> poll server1 with proto POP3 user "user1" there with password
> "***" is asuzuki here options keep
>
> (if this is the account you just want to read the messages, not
> delete them from server)
and you might want to consider
I had this same problem when i were configuring my email on GNU/Linux. I solved
it adding "options keep" after the user name and pass. If it were on your
exemple it would be:
poll server1 with proto POP3
user "user1" there with password "***" is asuzuki here options keep
(if this is
Hi Alex,
I've no solution for your problem but I remember that fetchmailconf
provides an option to leave messages on server (on a per account basis).
Perahps you sdhould try to generate a pseudo config with it just to see
what you can add.
I use also two email addresses but I really use only one
> poll server1 with proto POP3
> user "user1" there with password "***" is asuzuki here
>
> poll server2 with proto POP3
> user "user2" there with password "***" is asuzuki here
> ***
>
> My question is how do I leave mail on server for the first
> account but download&delete it for
Andre Berger <[EMAIL PROTECTED]> writes:
> "john smith" <[EMAIL PROTECTED]> writes:
>
> > hey,
> >
> > I would like to know how to configure fetchmail to run in the background
> > when I connect to my isp and collect my mail and polls my mail server every
> > hour while I am connected and then
"john smith" <[EMAIL PROTECTED]> writes:
> hey,
>
> I would like to know how to configure fetchmail to run in the background
> when I connect to my isp and collect my mail and polls my mail server every
> hour while I am connected and then exits automatically if I disconnect to my
> isp.
>
>
add
fetchmail -d3600 -f config_file
to your /usr/bin/pon script
and
fetchmail --quit
to your poff
you might even do special my_pon , my_poff , calling pon and then
fetchmail and the opposite with poff.
On Thu, 1 Feb 2001, john smith wrote:
> hey,
>
> I would like to know how to configure fetch
Christopher Splinter wrote:
>
> * Viktor Rosenfeld <[EMAIL PROTECTED]> writes:
>
> > So I thought of placing a script with `fetchmail -d 300` into
> > the /etc/ppp/ip-up.d directory and a script with `fetchmail -q`
> > into the /etc/ppp/ip-down.d directory. The problem is that
> > those scripts
> - fetchmail automatically starts if I get online
> - stays in daemon mode as long as I am online
> - automatically terminates when I go offline
> - reads its information from a user file and not
> from root's .fetchmailrc
> - this has to work with several users and with several
> accounts for
* Viktor Rosenfeld <[EMAIL PROTECTED]> writes:
> So I thought of placing a script with `fetchmail -d 300` into
> the /etc/ppp/ip-up.d directory and a script with `fetchmail -q`
> into the /etc/ppp/ip-down.d directory. The problem is that
> those scripts are executed as root,
su - -c "fetchmail -
> All the mail sent to [EMAIL PROTECTED] should be sent to user abcde
> All the mail sent to [EMAIL PROTECTED] should be sent to user linux
> etc.
> All the mail sent to [EMAIL PROTECTED] should be sent to every user except
> bill :)
> etc.
>
i would use procmail.
put this in your ~/.forward (wit
13 matches
Mail list logo