Changes between Version 18 and Version 19 of howto/SetupFetchmail


Ignore:
Timestamp:
Jun 14, 2014, 9:13:26 PM (10 years ago)
Author:
kurthindenburg (Kurt Hindenburg)
Comment:

add comment about using +fetchmailconf

Legend:

Unmodified
Added
Removed
Modified
  • howto/SetupFetchmail

    v18 v19  
    2222=== Fetchmail ===
    2323
    24 Install fetchmail with
     24If you want to configure fetchmail with a GUI, use the below command.  Note that it requires that you have X11 installed and running.
    2525
    2626{{{
    2727sudo port install fetchmail +fetchmailconf +ssl
    2828}}}
     29
     30Otherwise, use the below.  You'll have to hand edit the fetchmailrc file.
     31{{{
     32sudo port install fetchmail +ssl
     33}}}
     34
    2935
    3036Some older OSX version may come preinstalled with fetchmail (OSX 10.5).  For this howto we will be using macports's version.