"Chris Berry" <[EMAIL PROTECTED]> writes: > groupadd tofmipd > useradd -g tofmipd tofmipd -s /bin/bash > create the file /etc/tofmipd containing the username:password combo > for my test user > > chmod 600 /etc/tofmipd > chown tofmipd /etc/tofmipd > chgrp tofmipd /etc/tofmipd > su tofmipd > /usr/local/src/tmda-0.81/bin/tmda-ofmipd --vhome-script > /usr/local/src/vmailmgr-vdir.sh
To use VMailMgr with tmda-ofmipd, you need to run it as root, not as the tofmipd user. You don't actually need the tofmipd user at all, in this case. This allows tmda-ofmipd to change to the user id that controls the virtual domain. /etc/tofmipd can be 0600 for root. I wrote this support and, as far as I know, you are the first to test it. Please let me know (through the list) if you run into problems and I'll try to help, or make any fixes that may be necessary. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
