Gerardo Arnaez <[EMAIL PROTECTED]> writes: > 4. I cant seem to get > su tofmipd -c '/usr/local/src/tmda/bin/tmda-ofmipd -f > -d -S /usr/local/src/tmda/contrib/vpopmail-vdir.sh' > > to work.
You don't want to start it this way... > ANYWAY > > the script am testing is right now is > > tinkies:/usr/local/src/tmda/bin# > /usr/local/src/tmda/bin/tmda-ofmipd -f -d -S > /usr/local/src/tmda/contrib/vpopmail-vdir.sh or this way! Instead, su to the vpopmail user and run it: # su vpopmail -c '/usr/local/src/tmda/bin/tmda-ofmipd -f -d -S /usr/local/src/tmda/contrib/vpopmail-vdir.sh' This is necessary for the virtual domain support to work with vpopmail. Your vpopmail user may be called something else, but most likely is 'vpopmail'. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
