From: Mathieu M. <mat...@ki...> - 2005-09-27 14:46:59
|
Hello there, I am trying to debug syncmail (v2.3). I have a machine running a local mailserver (postifx) which then relay to a main mail server. Running the /bin/mail command from my user seems to be working fine (I can send email to yahoo.com/gmail.com ...). But I cannot get anything to work with syncmail. At first syncmail was just freezing for ever. I tried inserting print statement to debug, but even with sys.stdout.flush() I could not get anything to print on cout. I then remove `if not os.fork():` to be `if True:`. Now it is at least entering in the if. This is how far I could get. Any help *very* appreciated, esp. on how to debug syncmail. Thanks Mathieu Ps: in my loginfo I also have: ALL /bin/mail -s %s use...@my... which is working fine. |