|
Hi Jose, Yes, I verified that the tny_camel_send_queue_flush call is being made from the create_worker (and obviously, create_worker is being called, too). I noticed that on disk (in my /tmp folder) that there is are a couple of folders created: <temp path>/maildir/outbox <temp path>/maildir/sentbox Each of those folders has 3 sub-folders: cur, new, and tmp - and I noticed that all of those sub-folders (in both the outbox and sentbox folders) are totally empty - so it's like the message I created is not getting output to the "outbox/new" sub-folder (that is just a guess I made where it would be output) - does this suggest anything else to you about the problem? I'm guessing that the worker thread will look for things in the outbox and then move them over to the sentbox once they are successfully sent, or something like that... If this is the case, then it's just a matter of figuring out why the message is not being put into the outbox/new folder (or whatever). Is this correct? Or is there something else more fundamental that I'm missing? Thank you, Steve Rosen José Dapena Paz wrote: El jue, 20-05-2010 a las 18:47 -0700, Steve Rosen escribió: |