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 »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • problems with pop3 username at bounce processing job
Pages: [1]

Author Topic: problems with pop3 username at bounce processing job  (Read 512 times)

adunayevichg

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.3.2
  • CMS version: drupal7
  • MySQL version: 5.1.63
  • PHP version: 5.3.3
problems with pop3 username at bounce processing job
February 27, 2014, 11:32:24 am
I generated a bounce processing mail account.
When the bounce processing cron job runs I see that it tries to log into the pop account with username 'account@domain@serverdomain', which of course does not  with an authentication error.
i.e. it automatically adds the server domain to the pop3 account id.
I can not avoid puting the domain as it differs from the server domain.
'account@serverdomain' won't work.

Any work around?

I am running drupal 7.26 / civicrm4.4.4

Adolfo

sibro

  • I post occasionally
  • **
  • Posts: 47
  • Karma: 2
  • CiviCRM version: 4.4.5
  • CMS version: Drupal 7.27
  • MySQL version: 5.5
  • PHP version: 5.4
Re: problems with pop3 username at bounce processing job
May 06, 2014, 05:47:04 am
Having the same exact problem with Drupal 7.27 and Civi 4.4.5
Bruce

sibro

  • I post occasionally
  • **
  • Posts: 47
  • Karma: 2
  • CiviCRM version: 4.4.5
  • CMS version: Drupal 7.27
  • MySQL version: 5.5
  • PHP version: 5.4
Re: problems with pop3 username at bounce processing job
May 09, 2014, 02:22:09 pm
I did some more investigation. The error message is coming from home/xxx/public_html/sites/all/modules/civicrm/CRM/Utils/Mail/EmailProcessor.php
Line 171 the error message had an @ between the user id and the server name. I converted the @ to “server”.  The error message is a little misleading as I was trying to figure out why the user name included the server name.

The information for dealing with bounces is stored in civicrm_mail_settings


I tried to put prints in the stream but none gave me any output. I wanted to see the actual call to the mail server but could not figure out where it came from.
Bruce

sibro

  • I post occasionally
  • **
  • Posts: 47
  • Karma: 2
  • CiviCRM version: 4.4.5
  • CMS version: Drupal 7.27
  • MySQL version: 5.5
  • PHP version: 5.4
Re: problems with pop3 username at bounce processing job SOLVED
May 10, 2014, 09:08:31 am
SOLVED
After investigation and frustration turned out to be the outgoing port 995 was blocked on the server. No way could I easily get to this conclusion from the error message. The @ before the server name threw me of a few days. 

Is it worth opening a ticket or will people find this item and think more about causes of the error.
Bruce

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • problems with pop3 username at bounce processing job

This forum was archived on 2017-11-26.