Forum Replies Created

Viewing 15 posts - 466 through 480 (of 581 total)
  • Author
    Posts
  • in reply to: iÃŒm stuck with no selectable volumes in the finder… #355494
    Anonymous
    Participant

    [quote:50c5c7df3a]but i have a little problem to finally select a volume on[/quote:50c5c7df3a]

    Is the ‘server’ an OSxServer ? or an OsX client ?

    In both case you have to log in via ssh at least one time in the terminal.
    [b:50c5c7df3a]
    1) If server is a client OsX[/b:50c5c7df3a]
    make sure : fileshring and ssh are checked in the sharing pref pane. You also have to have an account on the machine you want to connect to.
    In that case, you may be able to only view the Shared folder and other user’s public folder, and your home directory. ”
    This would be the default setting if I could say.” If you want to ‘custom’ this a bit, then I recommend you to use SHAREPOINT (a pref pane or a single app).
    you will be then able to create whatever you want to share or access.

    [b:50c5c7df3a]
    2) if server is an OsXserver[/b:50c5c7df3a]
    check settings of the user (you) on the server. Set permission on folders or disks you want to connect to. [as you would do if using Sharepoint on a Client ]
    Check remote connection in file sharing.
    then you have to launch (if not already done) file sharing.

    I do have a server and had to go in the firewall settings in serversetting app, then (because I deny everything I’ve added a rule for port 548, 22 and 10548).
    I have a User that logs in my server via vapor from his home. (both broadband connection). very cool.
    Since I discovered Vapor, I do not use anymore RBrowser to connect to others OSX machines via ssh.

    in reply to: Training SpamAssassin #355466
    Anonymous
    Participant

    I’ll have to check on the version number, but have a look at <http://spamassassin.org/doc/Mail_SpamAssassin_Conf.html>–maybe I’m misreading it, but it looks like it’s learning by default. (A “naive-Bayesian-style” filter…?)

    Thanks,
    Bill

    in reply to: Unable to reach network #355462
    Anonymous
    Participant

    I swapped the origin IP… since we are connected to a rather large Intranet…. Don’t want to tempt people to break in. 🙂

    It appears my problem was most of our servers are pointed to our WAN router at 172.18.143.1. I was only able to ping the two desktops I have set with the gateway address of the VPN router at 172.18.143.2.

    I do not have access to the WAN router… so I assume there is no work around other than changing the gateway of the servers I wish to access.

    in reply to: Apple IMAP not getting mail received by exim #355459
    Anonymous
    Participant

    Heh, did that too. 🙂

    in reply to: Adding "Mail" to all users in NetInfo/LDAP databas #355424
    Anonymous
    Participant

    Sorry, was at home when I posted my reply. I’ve included the script below. Any feedback on why only works for some users would be greatly appreciated.

    cheers,

    Kent.
    —————————————————————————————————–
    #!bin/sh

    #Get all users in our NetInfo Database
    userList=`niutil -list / /users | cut -d” ” -f2`

    #loop through each user
    flag=
    for userName in ${userList}
    do

    # Check to see if “mail” entry already exists
    exists=`niutil -read / /users/$userName | grep “mail: $userName”`
    result=`expr “$exists” : ‘.*’`

    if (expr $result = 0)
    then
    # only create if doesn’t already exist
    niutil -createprop / /users/$userName mail ${userName}@mmc.school.nz
    echo “created $exists – $result”
    fi
    done

    exit 0

    in reply to: Certificate based authentication #355408
    Anonymous
    Participant

    Thanks for the update, and I apologize if it sounded like I was implying the source was being held secret or something like that, I simiply meant that it wasn’t up for public download.

    I appreciate the work you’ve done VERY MUCH, and look forward to the enhanced version when it’s ready.

    in reply to: Xserve IP failover… #355404
    Anonymous
    Participant

    The Xserve RAID would do it, but a SAN solution will not suffice. The reason we need two copies of the data is in case there is a fire in one of our buildings, it would cost too much to buy two Xserve RAIDs. Thanks for the advice though, the website was spot on!

    in reply to: Adding "Mail" to all users in NetInfo/LDAP databas #355403
    Anonymous
    Participant

    For those who are interested, I’ve managed to write a .sh script which loops through each user in my NetInfo database and…

    1) Checks if a “Mail” tag already exists.
    2) if not, attempts to add one.

    This is working, however I needed to run it several times. Seems to have an error when attempting to add the tag “access denied”.
    If I run again, some users with the error are updated okay.
    I’ve managed to get to about 95% of my 1000+ users done.
    If I manually add the user, no problems. just in the script.

    still, I’ll live. better than on 5%

    cheers,

    Kent.

    in reply to: linking netinfo database to UW IMAP #355399
    Anonymous
    Participant

    [quote=”mkjellman”]I guess I don’t know what I missed. I have UW IMAP and Postfix installed and happy. I can telnet to them, the log files are finally happy. I just don’t understand how to have users that have been given permission in the Workgroup Manager have permission to send/retreve emails. I can not find any information on any websites and the article here gets you to the point where it is set up but never goes any further on explaining how to permit users to use it.

    mkjellman describes my situation exactly. Mail.app repeatedly asks for the correct password and sometimes when I cancel gives me a user not found error, but usually give no further info. I have tried it with multiple users and passwords – nothing seems to authenticate. Any additional info would be appreciated.

    Ric
    [email protected]

    in reply to: Certificate based authentication #355398
    Anonymous
    Participant

    For what it’s worth, I’ve gotten IPSec here running between my MacOS X machine and a Linux FreeS/WAN gateway I set up using x509 certificates. Everything I have here right now is command-line driven, I’m just pondering wrapping it into a GUI somehow.

    I’d be happy to help integrate it with VaporSec, but the source isn’t available.

    I’d be happy to help if I can, but this post is already quite old and maybe solutions have been found.

    in reply to: Vaporsec and checkpoint #355397
    Anonymous
    Participant

    [quote:989d0f4a00=”MacTroll”]Great!
    I’m glad that you got it to work.
    Thanks,
    Joel[/quote:989d0f4a00]

    Thanks to you, it’s really an excellent software.

    Congratulations !

    in reply to: LDAP result limited to user group #355388
    Anonymous
    Participant

    Thanks,

    I was wondering if I needed to set up another master server and put staff on that server only, and students on the other.

    cheers,

    Kent.

    in reply to: Setting up an LDAP server #355386
    Anonymous
    Participant

    I had this working for a month and I just followed the instruction from Joel… It worked for a full month and when I rebooted I have nothing… in fact when I try to do a query from my entourage it crashes my entourage… so at first I thought entourage was corrupted… come to find out it’s just not working.

    I have rechecked every step and I cannot find anything anywhere that would stop it from working. Hey Joel any ideas?

    in reply to: linking netinfo database to UW IMAP #355384
    Anonymous
    Participant

    [quote:fcca34641f=”MacTroll”]

    So if you are using a password server you’ll need to enable pam or ldap authentication for uwimap.

    Joel[/quote:fcca34641f]

    Does anyone have a set of instructions for adding pam support to uwimap on OSX? I need to use password server to facilitate sharing to Windows clients on the network. I have tried compiling with ./build NOSSL PASSWDTYPE=pam osx but all I get is the following error:

    `cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
    osdep.c:65: header file ‘security/pam_appl.h’ not found
    osdep.c:114: undefined type, found `pam_handle_t’
    cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
    make[3]: *** [osdep.o] Error 1
    make[2]: *** [osx] Error 2
    make[1]: *** [OSTYPE] Error 2
    make: *** [osx] Error 2
    😥

    in reply to: security question – bogus client application #355369
    Anonymous
    Participant

    I just noticed a similar message:

    “mDNSResponder[280]: 8599: WARNING! Bogus client application has now registered 3 identical instances of service (my computer name)._afpovertcp._tcp.local.”

    OS X 10.2.3

Viewing 15 posts - 466 through 480 (of 581 total)