> > 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.
# tail -f /var/log/qmail/current | /usr/local/bin/tai64nlocal 2003-11-29 14:42:56.005510500 new msg 1520808 2003-11-29 14:42:56.022068500 info msg 1520808: bytes 799 from <[EMAIL PROTECTED]> qp 1407 uid 89 2003-11-29 14:42:56.035287500 starting delivery 33: msg 1520808 to local [EMAIL PROTECTED] 2003-11-29 14:42:56.035288500 status: local 1/10 remote 0/20 2003-11-29 14:42:56.319289500 new msg 1520827 2003-11-29 14:42:56.327513500 info msg 1520827: bytes 2428 from <> qp 1412 uid 89 2003-11-29 14:42:56.337988500 starting delivery 34: msg 1520827 to local [EMAIL PROTECTED] 2003-11-29 14:42:56.337990500 status: local 2/10 remote 0/20 2003-11-29 14:42:56.337991500 delivery 33: success: did_0+0+1/ 2003-11-29 14:42:56.337991500 status: local 1/10 remote 0/20 2003-11-29 14:42:56.338160500 end msg 1520808 2003-11-29 14:42:56.549964500 delivery 34: deferral: See_/home/vpopmail/domains/test.dev/TMDA_DELIVERY_FAILURE_for_traceback/ 2003-11-29 14:42:56.549970500 status: local 0/10 remote 0/20 > > 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. # cat /var/qmail/users/assign | grep test.dev +test.dev-:test.dev:89:89:/home/vpopmail/domains/test.dev:-:: # cat /var/qmail/control/virtualdomains | grep test.dev test.dev:test.dev Just as a FYI, and I'm guessing you assume this, but I did a test with test.dev set to port 25 and it works fine. Thanks, ron _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
