Fetchmail version 6.3.11 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    fetchmail  most recent diff


    version 6.3.11

      View the most recent changes for the fetchmail port at: fetchmail.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for fetchmail.
      The raw portfile for fetchmail 6.3.11 is located here:
      http://fetchmail.darwinports.com/dports/mail/fetchmail/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/fetchmail


      The fetchmail Portfile 56593 2009-08-30 17:48:05Z pmq macports.org $

      PortSystem 1.0

      Name: fetchmail
      Version: 6.3.11
      Category: mail
      Platform: darwin
      Maintainers: pmq openmaintainer

      Description: Batch mail retrieval utility for IMAP, POP2, POP3, APOP, KPOP, ETRN, or ODMR
      Long Description: Fetchmail is a full-featured IMAP, POP2, POP3, APOP, KPOP, ETRN, ODMR client with easy configuration, daemon mode, forwarding via SMTP or local MDA, and superior reply handling. It is used to handle intermittent email connections by acting as a coupling that seamlessly batch forwards fetched mail from your mail server to your local delivery system, allowing you to read your it with your favourite mail user agent. Fetchmail also includes useful spam filtering and multi-user functions. A typical use of fetchmail is to connect to your ISP's POP3 server, downloading your mail into the INBOX on your local computer. You may then read the mail, offline if you want, using Pine, mutt, or any standard mail user agent.
      Homepage: http://fetchmail.berlios.de
      Master Sites: http://download2.berlios.de/${name} http://download.berlios.de/${name}
      use_bzip2 yes

      Checksums: md5 43b28f296cc0024d3c727319eacae324 sha1 e769bcb81b393a55e02ec4bf7e94a52cf0c8ef8f rmd160 8d6b0e42b9ead6e836e40e8ae494a6f5b7d3a59b

      depends_lib port:gettext

      configure.args --mandir=${prefix}/share/man --with-libiconv-prefix=${prefix} --without-ssl --with-kerberos5 --with-gssapi
      post-destroot {
      if { ! [variant_isset fetchmailconf] } {
      system "find ${destroot}${prefix} -type f -iname '*fetchmailconf*' -delete"
      }
      }

      Variant: ssl description "Support secure connections using OpenSSL" {
      depends_lib-append port:openssl
      configure.args-delete --without-ssl
      configure.args-append --with-ssl=${prefix}
      }

      Variant: fetchmailconf description "Install a graphical configurator" {
      depends_lib-append port:py-tkinter
      }

      Variant: ntlm description "Enable NTLM authentication" {
      configure.args-append --enable-NTLM
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/fetchmail
      % sudo port install fetchmail
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching fetchmail
      ---> Verifying checksum for fetchmail
      ---> Extracting fetchmail
      ---> Configuring fetchmail
      ---> Building fetchmail with target all
      ---> Staging fetchmail into destroot
      ---> Installing fetchmail
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using fetchmail with these commands:
      %  man fetchmail
      % apropos fetchmail
      % which fetchmail
      % locate fetchmail

     Where to find more information:

    Darwin Ports



    Lightbox this page.