"Ron Dyck" <[EMAIL PROTECTED]> writes: > I added the following line to > /home/vpopmail/domains/test.dev/test/.tmda/config > > LOGFILE_DEBUG = "/home/vpopmail/domains/test.dev/test/tmda/log" > > Yet it's still logging to > /home/vpopmail/domains/test.dev/TMDA_DELIVERY_FAILURE
For some reason qmail isn't delivering using the .qmail-test file. This is why the correct -c parameter isn't being passed to tmda-filter and, since tmda-filter isn't being told which config file to read, it is using the default, which doesn't have the LOGFILE_DEBUG change in it. In fact, the default may not exist; that's not an error, by design. The next step is to look at your qmail logs and figure out just where qmail is delivering mail addressed to '[EMAIL PROTECTED]'. If you're not comfortable with reading qmail logs, send a message to [EMAIL PROTECTED] and post every line that qmail writes here. We'll try to figure out what's happening. When you do that, you should probably also include any lines from /var/qmail/control/virtualdomains that reference test.dev and any lines from /var/qmail/users/assign that reference test.dev. Thanks, Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
