On 04/29/2014 03:00 PM, Sam Varshavchik wrote:
> Before sending the RCPT TO command, there will be a 'submit' process 
> running. Attach strace to it, with the -s 256 flag, and then submit 
> the RCPT TO command. This will log every file the submit process 
> opens, which should provide some indication exactly what it's reading. 

If you only want file information, use:

strace -s 256 -e trace=file -p <PID>

It'll be a lot less noisy.

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to