Hi, I finally figured out what was causing a problem in my TMDA config, after two weeks. It's really obvious once I thought about it, but had me confused for way too long, so it probably should be in the FAQ.
Please add the suggested FAQ entry below. Hopefully it'll save someone else the trouble later. thanks, and regards, -Nick Triantos --------------------- 2.2. After rebooting, my maillog shows No_such_file_or_directory errors You've gotten TMDA working, but after a reboot, your maillog only shows failed delivery messages of the form: Feb 9 02:52:04 bsd qmail: 1044787924.463918 starting delivery 18: msg 50481 to local [EMAIL PROTECTED] Feb 9 02:52:04 bsd qmail: 1044787924.464491 status: local 1/10 remote 0/20 Feb 9 02:52:04 bsd qmail: 1044787924.486326 delivery 18: deferral: env:_python:_No_such_file_or_directory/ Feb 9 02:52:04 bsd qmail: 1044787924.486928 status: local 0/10 remote 0/20 Yet if you stop and restart qmail, things work ok. One solution is to check and ensure that python is in the system path. An easy way to do this is to make a symlink as follows: # cd /usr/sbin # ln -s `which python` In some systems, 'python' is installed in '/usr/local/bin', which might not be in the path for the init process at boot time. _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
