Gerardo Arnaez <[EMAIL PROTECTED]> writes: > su vpopmail -c '/usr/bin/tmda-ofmipd -S > /usr/share/doc/tmda/contrib/vpopmail-vdir.sh'
It appears from the .tmda/tofmipd file below that you want to authenticate using the 'vchkpw' program. To do that, you'll need to put the -A option on the tmda-ofmipd command line. Your script above should look like this: su vpopmail -c '/usr/bin/tmda-ofmipd -A "/home/vpopmail/bin/vchkpw /bin/true" -S /usr/share/doc/tmda/contrib/vpopmail-vdir.sh' all on one line, of course. > tinkies:/home/vpopmail/.tmda# cat tofmipd > -A "/home/home/vpopmail/bin/vchkpw /bin/true" If you use 'checkpassword' style authentication, you don't need a 'tofmipd' file. That file is only necessary if you plan on listing your users and their passwords in it and authenticating from it. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
