This is a discussion on mail proxing within the Linux Networking forums, part of the Linux Forums category; Dear all, I have a linux gw/router in my house and server for everything It also has the connections ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Dear all,
I have a linux gw/router in my house and server for everything It also has the connections to the Internet on it (ISDN and WiFi) I want to: 1/ Have the linux box overnight connect to the internet and fetch all the Yahoo mail I have (via POP3?) 2/ Have the linux box also overnight connect to the Internet and fetch all the MSexchange2000 mail I have (the exchange server is also accessible via IMAP) both accounts have them stored locally and then use outlook express from the internal network for reading all those e-mails. (so the linux will not connect to the net for this) How can I do it? Thank you for your time, Theophanis |
|
|||
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message In comp.os.linux.setup Theophanis Kontogiannis <tkonto@aegean.gr> suggested: [..] > 1/ Have the linux box overnight connect to the internet and fetch all the > Yahoo mail I have (via POP3?) Use 'fetchmail' from cron, pulling all mail from the internet and handing them over to your MTA, you can use a single user for this purpose. Just put in the proper ~/.fetchmailrc for this user. One can run fetchmail in daemon mode, but it sounds as if running from cron should be fine for you. man -k fetchmail fetchmail (1) - fetch mail from a POP, IMAP, ETRN, or ODMR-capable server Comes with almost any distro and might be even installed per default. > 2/ Have the linux box also overnight connect to the Internet and fetch all > the MSexchange2000 mail I have (the exchange server is also accessible via > IMAP) See 1/. > both accounts have them stored locally and then use outlook express from the > internal network for reading all those e-mails. (so the linux will not > connect to the net for this) I'd strongly suggest dropping M$ Outlook, there are various good/free (Eudora/etc) MUA for M$ if you are limited to that on your desktop. -- Michael Heiming (GPG-Key ID: 0xEDD27B94) mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAyB01AkPEju3Se5QRAmzqAJ0ediBuKw8eMXDGL8GQq9 1W5W2kdwCbBnwz Tkr3g/gzsXM+YuAZ492Wnyw= =0MLM -----END PGP SIGNATURE----- |
|
|||
|
Michael Heiming <michael+USENET@www.heiming.de> wrote in message news:<m2jlp1-95h.ln1@news.heiming.de>...
> I'd strongly suggest dropping M$ Outlook, there are various > good/free (Eudora/etc) MUA for M$ if you are limited to that on > your desktop. One of the etc's being Mozilla Thunderbird. Yummy. |
|
|||
|
Well I know all of the MUAs and OExpress just came out of mind :)
Anyway From what I see, fetchmail is used as an intermediate between a local MTA and your mail account. Well it does not do what I need. On the exchange/IMAP account I have, I have more then 200 subcatalogs. Fetchmail canot replicate this structure before starting downloading. This is what I need. An overnight IMAP/Exchange mail account replicator. Thank you all for your time. Theophanis "Mattias Honrendgard" <comeand@kissmyfatarse.com> wrote in message news:dd394218.0406110837.179710d7@posting.google.c om... > Michael Heiming <michael+USENET@www.heiming.de> wrote in message news:<m2jlp1-95h.ln1@news.heiming.de>... > > I'd strongly suggest dropping M$ Outlook, there are various > > good/free (Eudora/etc) MUA for M$ if you are limited to that on > > your desktop. > > One of the etc's being Mozilla Thunderbird. Yummy. |