Y Giridhar Appaji Nag wrote: > 1. Take a packet trace using ethereal when sending an email. It is
possible that the IMAP server is acting wierd and sending a failure response, or perhaps, MT isn't sending the right IMAP commands when copying the mail to Sent Folder. It would help to understand what
Fine with me, but you'll have to explain to me step by step what to do, as I'm not familiar with this tool, i.e. I have never used it.
exactly the IMAP server is expecting and what we are sending to it. Hence the details of the IMAP server should also be useful (can get information by doing a 'telnet imap.server 143').
* OK imap.server Cyrus IMAP4 v1.5.19 server ready
(I replaced the real hostname with imap.server)
2. When sending out an email, attach an strace to the MT process and observe the system calls and if they are failing. It would help to expand the size of the strings logged by strings by default to 4096 or more (man strace for more details).
Nice idea, but what process should it attach to? There are many running:
bilm 4803 1 0 09:28 ? 00:00:00 /bin/sh /usr/bin/mozilla-thunderbird
bilm 4836 4803 0 09:28 ? 00:00:00 /bin/sh /usr/lib/mozilla-thunderbird/run-mozilla.sh /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin -contentLocale en-US -UILocale en-US
OK, these were shell scripts. But these:
bilm 4841 4836 25 09:28 ? 00:00:02 /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin -contentLocale en-US -UILocale en-US
bilm 4843 4841 0 09:28 ? 00:00:00 /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin -contentLocale en-US -UILocale en-US
bilm 4844 4843 0 09:28 ? 00:00:00 /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin -contentLocale en-US -UILocale en-US
bilm 4845 4843 0 09:28 ? 00:00:00 /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin -contentLocale en-US -UILocale en-US
bilm 4846 4843 0 09:28 ? 00:00:00 /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin -contentLocale en-US -UILocale en-US
bilm 4847 4843 0 09:28 ? 00:00:00 /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin -contentLocale en-US -UILocale en-US
bilm 4848 4843 0 09:28 ? 00:00:00 /usr/lib/mozilla-thunderbird/mozilla-thunderbird-bin -contentLocale en-US -UILocale en-US
4841 seems to be the 'root' process...and 4844-4848 seem to have been forked from 4843.
Kind regards, -- ----------- Manuel Bilderbeek ----------- Oce-Technologies B.V. tel +31 77 3595039 St Urbanusweg 43 fax +31 77 3595337 NL-5900 MA Venlo home +31 24 3238923 The Netherlands e-mail [EMAIL PROTECTED] -----------------------------------------
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]