Forum Replies Created
-
AuthorPosts
-
stevek
ParticipantI did switch to BRU, the interface SUCKS but once you get past that it is real powerful. It is nice and scriptable and I haven’t had an issue once I set it up.
stevek
Participantwell it doesn’t matter any more.. the thing is sold out..
stevek
Participantdid you try the script from http://osx.topicdesk.com/downloads/ ? the mailbfr script might be what you need.
stevek
Participanttake a look at osx.topicdesk.com the mailbfr script is a life saver.
This has fixed more of my mail problems than I want to admit.stevek
Participantyour issue is an .plst/XML issue..
[QUOTE BY= rfn]<key>redirect_port</key> <array> <dict> <key>proto</key> <string>tcp</string> <key>targetIP</key> <string>10.0.0.99</string> <key>targetPortRange</key> <string>6881-6889</string> <key>aliasIP</key> <string>[my external IP]</string> <key>aliasPortRange</key> <string>6881-6889</string> </dict> </array> <key>redirect_port</key> <array> <dict> <key>proto</key> <string>tcp</string> <key>targetIP</key> <string>10.0.0.99</string> <key>targetPortRange</key> <string>5900</string> <key>aliasIP</key> <string>[my external IP]</string> <key>aliasPortRange</key> <string>5900</string> </dict> </array>
[/QUOTE]
what your problem is is having 2
<key>redirect_port</key> <array> ... </array>
tags.
what you need to do is under the first redirect_port key create another
array so what you should have is<key>redirect_port</key> <array> <dict> <key>proto</key> <string>tcp</string> <key>targetIP</key> <string>10.0.0.99</string> <key>targetPortRange</key> <string>6881-6889</string> <key>aliasIP</key> <string>[my external IP]</string> <key>aliasPortRange</key> <string>6881-6889</string> </dict> </array> <array> <dict> <key>proto</key> <string>tcp</string> <key>targetIP</key> <string>10.0.0.99</string> <key>targetPortRange</key> <string>5900</string> <key>aliasIP</key> <string>[my external IP]</string> <key>aliasPortRange</key> <string>5900</string> </dict> </array>
this should work.
stevek
Participant[QUOTE BY= Flash]
1. ditto -rsrc source_dir destination_dir
2. Then use WGM to make the ldap change. You could certainly use some other ldap tool, but WGM can do many at once without screwing up each user’s path.
[/QUOTE]I think you need to swap step 1 and 2.. when I did it this way I could not mount the home directory… As per the apple documentation you need to create the new directory with WGM before moving the data, of cores I didn’t read that until I moved the data, and had to delete it and move it again.
-
AuthorPosts
Recent Comments