From: "Jason R. Mastaler" <[EMAIL PROTECTED]> Read http://tmda.net/config-client.html
Ok, after rereading the docs it became apparent that I needed to set up tmda-ofmipd to accomplish what I wanted. (sorry I didn't notice that the first time) It's not working yet, which is my fault I'm sure, but here is what I've done so far:
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
Traceback (most recent call last): File "/usr/local/src/tmda-0.81/bin/tmda-ofmipd", line 1272, in ? main() File "/usr/local/src/tmda-0.81/bin/tmda-ofmipd", line 1224, in main authfile_mode = Util.getfilemode(authfile) File "./TMDA/Util.py", line 119, in getfilemode OSError: [Errno 2] No such file or directory: '/home/tofmipd/.tmda/tofmipd'
tmda-0.81 is owned by user chris_berry and group wheel. I tried changing the ownership of tmda-ofmipd, I also tried moving it to /usr/bin but neither of those worked right. I'm assuming this is a permissions problem, but I'm not sure exactly what to change to fix it properly. (Aside from the warning message, it does start when invoked by root) I'm still a newb on *nix permissions so feel free to bludgeon me with the correct answer, hehe.
Chris Berry [EMAIL PROTECTED] Systems Administrator JM Associates
"We are successful when our bosses wonder what it is we do all day." -- Tim Mullen
_________________________________________________________________
Never get a busy signal because you are always connected with high-speed Internet access. Click here to comparison-shop providers. https://broadband.msn.com
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
