CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • PHP-based solution for the return channel
Pages: 1 ... 3 4 [5]

Author Topic: PHP-based solution for the return channel  (Read 36107 times)

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: PHP-based solution for the return channel
June 16, 2010, 01:46:10 pm

if u r a PHP programmer, would be great if you can edit that file (bin/EmailProcessor.php) and trace the code and figure out whats happening

please report back on your findings

thanx

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: PHP-based solution for the return channel
June 17, 2010, 02:10:36 am
Quote from: tiborg on June 16, 2010, 04:47:18 am
connecting to pop.gmail.com and authenticating as localhost@tiborg.co.cc fetching 50 messages retrieving message 1 fetching message 1 and putting it in the ignored mailbox got to the end of the mailbox

Why put in the ignored mailbox?

Maybe it doesn’t match the addresses which are picked-up by the CiviMail Processor script. Please check your configuration (especially the localpart); are you sure the email address is localhost@…?

Quote
Please help the return channel configuration. Where is this how to in documentation?

It’s at http://wiki.civicrm.org/confluence/display/CRMDOC/CiviMail+Processor
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: PHP-based solution for the return channel
June 17, 2010, 02:26:33 am
Or in the book (describes the 3.2 version, but most of the stuff is working the same on 3.1)

http://en.flossmanuals.net/CiviCRM/SystemConfiguration
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

tiborg

  • I post occasionally
  • **
  • Posts: 33
  • Karma: 0
Re: PHP-based solution for the return channel
July 26, 2010, 04:57:29 am
Quote from: tiborg on June 16, 2010, 04:47:18 am
Hi all,

I have a follow message, but in contact activity not showing the new e-mail.

connecting to pop.gmail.com and authenticating as localhost@tiborg.co.cc fetching 50 messages retrieving message 1 fetching message 1 and putting it in the ignored mailbox got to the end of the mailbox

Why put in the ignored mailbox? Please help the return channel configuration. Where is this how to in documentation?

thank you

tiborg

This problem is solved, when the administrator change permission the /tmp folder, but this is not best practice in shared host.

Please write to me, how to change the tmp path to another? (ex: /var/www/username/tmp)

thank you for all

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: PHP-based solution for the return channel
July 28, 2010, 05:44:53 am
Quote from: tiborg on July 26, 2010, 04:57:29 am
This problem is solved, when the administrator change permission the /tmp folder, but this is not best practice in shared host.

Why not? /tmp should be writable by all users anyway, and its permissions are drwxrwxrwt everywhere I checked…

Quote
Please write to me, how to change the tmp path to another? (ex: /var/www/username/tmp)

CiviCRM uses the temp dir from PHP settings, so if your admin restricts /tmp access, they should configure PHP to use the right temp dir (or let you have your own php.ini files, where you can configure your tmp location).
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: 1 ... 3 4 [5]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • PHP-based solution for the return channel

This forum was archived on 2017-11-26.