Google Apps - import

Issue #394 resolved
Hari Murugan created an issue

Hi Janus Suto,

As per http://www.mailpiler.org/en/google-apps-free.html the cron entries to import emails seems to have issues. It is not downloading the emails to /var/piler/imap. I checked and executed the entries manually resulted in attached screenshot.

Any assistance?

Regards Harry

Comments (4)

  1. Janos SUTO repo owner

    Try the following:

    1 * * * * (cd /var/www/piler.yourdomain.com; php /usr/local/libexec/piler/gmail-imap-import.php --webui .)
    

    I'll update the docsm soon.

  2. Janos SUTO repo owner

    Exactly. Disable / remov ethe cron entry, then run as user piler:

    (cd /var/www/piler.yourdomain.com; php /usr/local/libexec/piler/gmail-imap-import.php --webui . -d)
    
  3. Log in to comment