Gour <[EMAIL PROTECTED]> writes: > This is .qmail-ggd file for user "ggd" under virtual domain "lists.net": > > |preline /home/vpopmail/tmda/bin/tmda-filter -c >/home/vpopmail/domains/lists.net/home/vpopmail/domains/lists.net/ggd/Maildir/
This looks very messed up. Is it possibly a copy/paste error, or does the file look like this? The -c flag is expecting the full path and filename of the ggd user's .tmdarc (or .tmda/config). It looks as if you have /home/vpopmail/domains/lists.net and then the next line, the delivery line accidently got smashed into the end of the first line. This file should look like this: |preline /home/vpopmail/tmda/bin/tmda-filter -c |/home/vpopmail/domains/lists.net/ggd/.tmda/config /home/vpopmail/domains/lists.net/ggd/Maildir/ The first line could also look like this if you're using .tmdarc files: |preline /home/vpopmail/tmda/bin/tmda-filter -c |/home/vpopmail/domains/lists.net/ggd/.tmdarc Make sure that the file looks like one of the examples above. You may have stored the user config files somewhere else, so just modify the above paths to match your system. > Besides this, there are also few files linked to .qmail-ggd: > > lrwxrwxrwx 1 vpopmail vchkpw 43 Kol 9 22:37 .qmail-ggd-dated -> >/home/vpopmail/domains/lists.net/.qmail-ggd > lrwxrwxrwx 1 vpopmail vchkpw 43 Kol 9 22:37 .qmail-ggd-dated-default -> >/home/vpopmail/domains/lists.net/.qmail-ggd > lrwxrwxrwx 1 vpopmail vchkpw 43 Kol 9 22:37 .qmail-ggd-default -> >/home/vpopmail/domains/lists.net/.qmail-ggd > lrwxrwxrwx 1 vpopmail vchkpw 43 Kol 9 22:37 .qmail-ggd-sender -> >/home/vpopmail/domains/lists.net/.qmail-ggd > lrwxrwxrwx 1 vpopmail vchkpw 43 Kol 9 22:37 .qmail-ggd-sender-default -> >/home/vpopmail/domains/lists.net/.qmail-ggd You don't need the -sender links or the -dated links. The -ggd-default link will take care of all of those. So you really only need the basic .qmail-ggd file and the .qmail-ggd-default link. > Here is the line from virtualdomains: > lists.net:lists.net > > and here is the line from users/assign: > +lists.net-:lists.net:89:89:/home/vpopmail/domains/lists.net:-:: I set up a virtual domain on my system exactly like you have this set up. You're not using vpopmail for incoming mail, only for the virtual POP user password management (and perhaps roaming support). So I didn't install vpopmail. I did configure the vpopmail user and group, the vpopmail home directory and the appropriate .qmail files and links (/home/vpopmail/domains/example.com/test/.qmail*). My virtual domain is 'example.com' and my test user is 'test'. I found that I needed to set DATADIR in my example.com/test/.tmda/config file, like this: DATADIR = "/home/vpopmail/domains/example.com/test/.tmda/" With that one non-default setting, TMDA is working perfectly here. Investigate the DATADIR issue and the .qmail-ggd mangling above and let us know if you get any further. Tim _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
