mail bounced

Alain Spineux aspineux at gmail.com
Mon Jan 7 13:45:23 CET 2008


On Jan 7, 2008 1:11 PM, Andrew J. Kopciuch <akopciuch at bddf.ca> wrote:
> On January 7, 2008, rajnish kumar wrote:
> > Dear sir
> >                   Here is the log file
> >
> >
> > January 07 16:45:07 kolabmailboxfilter.php[13748]: Debug:
> > Kolabmailboxfilter successfully completed
> > January 07 16:45:07 kolabmailboxfilter.php[13756]: Debug:
> > Kolabmailboxfilter starting up, sender=sandeep.malhotra at indo.com,
> > recipients=pkmisra at indo.com, client_address=127.0.0.1
>
>
> That's the resmgr.log file, and it's showing you success on the email that is
> actually successful.   The problems you were asking about are not going to
> show up here.   They occur prior to kolabmailboxfilter even getting
> started ... so there's going to be no log for the problems in there.
>
> The problem is : the mail server takes too much time to pass the data to
> kolabmailboxfilter.  So the command times out, and the process fails, and the
> messages bounce.
>
> You need to see what is going on with your server resources, and most likely
> take some action to fix the load on the resources.  You might make this go
> away by increasing command_time_limit
> in /kolab/etc/kolab/templates/main.cf.template ... _but_ there's obviously
> something else going on there.   That will only band aid the situation.

Rajnish, you could strace the php process to look what they are waiting/doing.
Make a "ps aux", seach for PHP kolabmailboxfilter script, and then
strace them using :

# strace -p 1234
where 1234 is the process id


Also Reading your next email, could try to find some similarity
between bouncing email (or similarities between not bouncing emails)

Regards

>
>
> Andy
>
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-users at kolab.org
> https://kolab.org/mailman/listinfo/kolab-users
>
>



-- 
Alain Spineux
aspineux gmail com
May the sources be with you




More information about the users mailing list