Re: GMail pop & fetchmail

From: Peter J Ross (pjr_at_pjr-online.fsnet.co.uk)
Date: 08/07/05

  • Next message: Jerzy Kozera: "Re: firefox crash"
    Date: Sun, 7 Aug 2005 11:04:01 +0100
    To: debian-user@lists.debian.org
    
    

    On Sun, Aug 07, 2005 at 03:19:23AM -0400, Steve Å wrote:

    > Need help please.
    >
    > I've Google'ed for the entire evening for hints on how to enable
    > procmail to fetch from GMail. Unfortunately I haven't been able to
    > find anything Debian specific.
    >
    > What I've done so far is tell procmail to fetch using SSL.

    You mean fetchmail, not procmail, I assume.

    > When I run fetchmail (standalone as opposed to daemon), I'm told SSL
    > is not enabled.
    >
    > In my research tonight, I downloaded and installed fetchmail-ssl,
    > apparently it's a 'virtual' package, and therefore not much use.

    It exists to replace the old (Woody) fetchmail-ssl with the new
    (Sarge) fetchmail, which already includes ssl support.

    > I do have OpenSSL enabled.
    >
    > Here is what I've done:
    >
    > 1/ extracted GMail Certificate to ~/home
    > 2/ extracted Thawte Certificate to ~/home
    > 3/ added the following to my ~/home/.fetchmailrc
    >
    > poll pop.gmail.com with proto POP3 and options no dns user
    > 'username@gmail.com' with pass "pa33w0r8" is 'username' here options ssl
    > sslcertck sslcertpath '~home/certs/.certs'
    >
    > Does anyone have any hints ?

    This works for me in .fetchmailrc:

            poll pop.gmail.com
            proto POP3
            port 995
            user 'username@gmail.com'
            pass 'password'
            ssl

    Perhaps you may need to specify the port number (and check that your
    firewall allows you to connect to it)? Also, your path for sslcertpath
    seems impossible. Did you mean ~/certs/.certs? As you can see from my
    example, you don't need the certificates, though fetchmail warns if
    they're not verifiable.

    That's all I can suggest without seeing the error messages from
    fetchmail.

    -- 
    PJR :-)
    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Jerzy Kozera: "Re: firefox crash"

    Relevant Pages

    • Re: [procmail] [sed] [awk] cleaning up mail headers
      ... > I am trying to write a command line for procmail that takes the From: ... > header field from an email and cleans it up into just the email address. ... (I'm assuming here that you call fetchmail which then calls ... alias fetchmail like so: ...
      (comp.unix.admin)
    • Re: Fetchmail revisited
      ... > deposited into one email account which I access via pop [my isp calls ... The change is done by both by your provider and fetchmail. ... Use `procmail` to filter the mail. ... forward 'root' to your main account. ...
      (alt.os.linux.suse)
    • Re: [opensuse] Procmail: Filter & Resend
      ... You may better use fetchmail. ... What's missing is the catch-all case (multi drop mailboxes). ... Procmail is a mail delivery agent. ... The problem is that there are a number of Received fields. ...
      (SuSE)
    • Re: block emails with Fetchmail...
      ... So do I replace fetchmail with procmail or is procmail in addition to? ... Once your MTA decides to deliver a message locally, it hands the mail over to a local mailer. ... Once fetchmail fetches your email, it'll send the mail to the host it is running on on port 25. ... be delivered locally via your systemâs MDA (Mail Delivery Agent, usually sendmail(8) but your system may ...
      (Fedora)
    • fetchmail chopping off messages > 77 kB
      ... I'm currently using fetchmail to retrieve my email from my ISP. ... I've tried cutting procmail + SpamAssassin out of the process, ...
      (freebsd-questions)