Results 1 to 5 of 5

Thread: Unable to retrieve any bounce email

  1. #1
    ikariya is offline Member
    Join Date
    Sep 2009
    Posts
    5

    Default Unable to retrieve any bounce email

    Sorry to bother you once more with an inbound email problem but i think i'm quite lost !

    here's my atual setup :

    Code:
    [root@ServerWeb SugarCRM]# php -v
    PHP 5.2.9 (cli) (built: Apr 15 2009 09:30:33)
    Code:
    [PHP Modules]
    bz2
    calendar
    ctype
    curl
    date
    dbase
    dom
    exif
    fileinfo
    filter
    ftp
    gd
    gettext
    gmp
    hash
    iconv
    imap
    json
    ldap
    libxml
    mbstring
    mysql
    mysqli
    odbc
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    PDO_ODBC
    pdo_sqlite
    posix
    readline
    Reflection
    session
    shmop
    SimpleXML
    sockets
    SPL
    standard
    sysvmsg
    sysvsem
    sysvshm
    tokenizer
    wddx
    xml
    xmlreader
    xmlrpc
    xmlwriter
    xsl
    zip
    zlib
    
    [Zend Modules]
    Code:
    [root@ServerWeb SugarCRM]# httpd -v
    Server version: Apache/2.2.13 (Unix)
    Code:
    [root@ServerWeb SugarCRM]# crontab -u root -e
    * * * * * cd /home/website/SugarCRM; /usr/bin/php -f cron.php > /dev/null 2>&1
    seems to work as reported in /var/log/cron

    Code:
    Sep 29 09:15:01 localhost CROND[8843]: (root) CMD (cd /home/website/SugarCRM; /usr/bin/php -f cron.php > /dev/null 2>&1)
    MySQL Version is : 5.1.37
    My sugarCRM version is : CE 5.2j
    Linux Version : Fedora 11

    I've setup a test campaign using good and wrong email adresses to see if email settings and bounce settings are working. Mails were sent, campagn tracking seems to work but i cant get any bounce email in the group folders.

    I've checked on the web interface of the email account and there are mails for wrong email adresses so it seems that the problem is in email retrieving from SugarCRM. Error mails are of this type :

    "Mail delivery failed: returning message to sender"

    My email server both support POP3 and IMAP so i've tried to change connexion protocol from POP to IMAP but there's no significant improve.

    searching for somedays now, i've found some erros messages in various log files, especially in th apache logs :

    Code:
    [root@ServerWeb SugarCRM]# cd /etc/httpd/logs/
    [root@ServerWeb logs]# more error_log
    [Tue Sep 29 08:22:23 2009] [error] [client 82.228.164.2] PHP Notice:  Undefined variable: error in /home/website/SugarCRM/modules/InboundEmail/Save.php on line 199, referer: http://atanor-sa.gotdns.org/SugarC
    RM/index.php
    [Tue Sep 29 08:23:59 2009] [error] [client 82.228.164.2] PHP Notice:  Undefined variable: error in /home/website/SugarCRM/modules/InboundEmail/Save.php on line 199, referer: http://atanor-sa.gotdns.org/SugarC
    RM/index.php
    and when i edit the /sugarCRM/sugarcrm.log i got the following debug messages :

    Code:
    Tue Sep 29 09:08:02 2009 [8492][1][INFO] -----> Scheduler found [ 4 ] ACTIVE jobs
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->Schedulers->deriveDBDateTimes() got an object of type: schedulers
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * day
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * months
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->Scheduler did NOT find valid job (Prune User History Table on 1st of Month) for time GMT(2009-09-29 07:08)
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->Schedulers->deriveDBDateTimes() got an object of type: schedulers
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * day
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * months
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * dates
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * hours
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->Scheduler did NOT find valid job (Check Inbound Email Accounts) for time GMT(2009-09-29 07:08)
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->Schedulers->deriveDBDateTimes() got an object of type: schedulers
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * day
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * months
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * dates
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->Scheduler did NOT find valid job (Run Nightly Process Bounced Campaign Emails) for time GMT(2009-09-29 07:08)
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->Schedulers->deriveDBDateTimes() got an object of type: schedulers
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * day
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * months
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->got * dates
    Tue Sep 29 09:08:02 2009 [8492][1][DEBUG] ----->Scheduler did NOT find valid job (Run Nightly Mass Email Campaigns) for time GMT(2009-09-29 07:08)
    To complete i must admit there are some very strange behaviour :

    - When I setup individual email accounts, based on POP or IMAP, i can get inbound emails
    - When i setup a group email with the "Create case" i can also get emails, cases are created but cases are always assigned to admin whatever the distribution method i use

    I've tried using other mail provider, and even in setting up a 5.5beta2 installation but i got the same results !

    any idea why i can't get bounce emails into group folders ?

  2. #2
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Unable to retrieve any bounce email

    If you check here for user 'kuske' you will find some comments and even solutions for this particular issue. It seems as if the Sugar code needs to be adjusted to work for more than a single bounce message type.

    However, I have exactly the same issue for a very long time now and I have given up on it. The few bounces I have I correct manually. No solution but a way...
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  3. #3
    ikariya is offline Member
    Join Date
    Sep 2009
    Posts
    5

    Default Re: Unable to retrieve any bounce email

    yep, i've yet read almost all posts on the subject and checked any idea,

    i'm about to give up !

  4. #4
    ikariya is offline Member
    Join Date
    Sep 2009
    Posts
    5

    Default Re: Unable to retrieve any bounce email

    any idea ?

  5. #5
    hkphooey is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    94

    Default Re: Unable to retrieve any bounce email

    I've replied to another thread on this topic. Maybe we can pool our intelligence and come up with a solution: http://www.sugarcrm.com/forums/showthread.php?p=191672

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Bounce Handling on email campaigns
    By jamesj55 in forum General Discussion
    Replies: 1
    Last Post: 2009-09-05, 01:59 PM
  2. Bounce email not picking up in Sugar 5
    By svaish in forum Help
    Replies: 15
    Last Post: 2009-08-18, 03:13 PM
  3. Replies: 3
    Last Post: 2008-04-14, 11:20 PM
  4. Replies: 0
    Last Post: 2007-05-21, 06:10 PM
  5. Bounce Email
    By sanver in forum Help
    Replies: 0
    Last Post: 2006-05-19, 10:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •