Hi all, how can I get my email using fetchamil ? What is the ./fetchmail listing to access my mail server ? Thanks,
From: "Aramico" <aramico@duahati.com>
Hi all, how can I get my email using fetchamil ?
Just spell it right, it runs and fetches your mail.
What is the ./fetchmail listing to access my mail server ?
Never heard of it. Maybe you want .fetchmailrc, here's mine: skip gis via pop.gis.net protocol pop3 username "kwright" password "MYOB", is "kwright" here and here's the script that runs it #!/bin/bash /usr/local/bin/fetchmail -v gis of course you have to change what you must change to get your stuff intead of mine. Type "man fetchmail". -- Keith
On Thu, Oct 10, 2002 at 10:44:08AM +0700, Aramico wrote:
how can I get my email using fetchamil ?
Fetchmail will use POP or IMAP to get your mail from a remote host and deposit it locally (using whatever local mail setup you have... I think it delivers to your local SMTP). Just make a .fetchmailrc with your servers/passwords and you're in business. "man fetchmail" for more info. -Chuck
participants (3)
-
Aramico
-
Chuck Homic
-
Keith Wright