Changes between Version 8 and Version 9 of howto/SetupFetchmail


Ignore:
Timestamp:
Jun 6, 2008, 8:13:53 AM (16 years ago)
Author:
martin.osx@…
Comment:

split installations

Legend:

Unmodified
Added
Removed
Modified
  • howto/SetupFetchmail

    v8 v9  
    1212[wikipedia:Fetchmail fetchmail] fetchmail is program used to collect e-mail from [wikipedia:Internet_service_provider internet service provider] and transfers them to the local [wikipedia:Mail_transfer_agent mail transfer agent] for further distribution.
    1313
    14 [wikipeadia:Fetchmail fetchmail] can collect mail from various sources and for multiple users. With the setup described here the user does not need to start an [wikipedia:Email_Client] for collection to happen. In fact the user does not even need to be logged in.
     14[wikipedia:Fetchmail fetchmail] can collect mail from various sources and for multiple users. With the setup described here the user does not need to start an [wikipedia:Email_Client] for collection to happen. In fact the user does not even need to be logged in.
    1515
    1616== Installation ==
     
    1818First set-up a mail storage and a [wikipedia:Mail_transfer_agent mail transfer agent]  . See [wiki:howto/SetupDovecot Dovecot] and [wiki:howto/SetupPostfix Postfix] a possible set-up. Fetchmail will not work without and you can loose your mail if those components are not set-up properly.
    1919
     20=== Z-Shell ===
     21
     22Install Z-Shell if you are planning to use the attached command files:
     23
     24{{{
     25sudo port install zsh-devel
     26}}}
     27
     28=== Fetchmail ===
     29
    2030Then install fetchmail with
    2131
    2232{{{
    23 port install zsh.devel
    24 port install fetchmail +fetchmailconf +ssl
     33sudo port install fetchmail +fetchmailconf +ssl
    2534}}}
    2635
    27 or use the fetchmail which comes preinstalled.
     36or use the fetchmail which comes preinstalled with OSX 10.5.
    2837
    2938== Configuration ==