Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Home DIR’s (Sorry to revisit this) #367643
    Peggaweng
    Participant

    Ok I have fixed it. As per my previous post it seems that was the issue. What i had to do to fix this was to open Terminal and su to root, cd /automount, rm Servers and restart. When this was done going to Network in the sidebar and selecting Servers then showed an alias of my server HD which in turn showed the contents of the drive. I then used WGM to remove the network mount for home dir’s and stopped sharing the folder. I then re-enabled the share and then set the home dir mount again. After this it succesfully created the home folders in that dir when asked to and I was then able to log in and manage the account.

    I hope this is of some use to others…

    regards Gary.

    in reply to: Home DIR’s (Sorry to revisit this) #367640
    Peggaweng
    Participant

    I don’t know if this means anything but here goes….

    I have two servers at different locations running the same level of system. One makes home folders and the other does not. I can see no difference between the setup’s other that the obvious hostnames etc. One thing I have noticed is that ont the working server when I select the Network icon in the sidebar and then Servers it shows contents of the server HD. On the not working server this Servers icon is a white alias document icon and thus shows nothing when selected. Is is possible that this is part of the issue and if so how can I repair this?

    Thanks in advance

    Gary.

    in reply to: Home DIR’s (Sorry to revisit this) #367634
    Peggaweng
    Participant

    I did disable and re-enable the afp network mount in that way but it did not work.

    in reply to: 10.4.3 Quota warnings #365216
    Peggaweng
    Participant

    Has anyone got the answer to this?

    in reply to: 10.4.3 Quota warnings #364126
    Peggaweng
    Participant

    Sorry for not being that clear. I mean the mailbox quota warnings.

    in reply to: saslauthd not starting during startup. #364014
    Peggaweng
    Participant

    I understand this but if I don’t start saslautd by hand the filters don’t work. I get an error about logging onto the timsieved. I have ensured that the line for it is in /etc/services : sieve 2000/tcp # Sieve mail filtering.

    perf-port 1995/tcp # cisco perf port
    tr-rsrb-port 1996/udp # cisco Remote SRB port
    tr-rsrb-port 1996/tcp # cisco Remote SRB port
    gdp-port 1997/udp # cisco Gateway Discovery Protocol
    gdp-port 1997/tcp # cisco Gateway Discovery Protocol
    x25-svc-port 1998/udp # cisco X.25 service (XOT)
    x25-svc-port 1998/tcp # cisco X.25 service (XOT)
    tcp-id-port 1999/udp # cisco identification port
    tcp-id-port 1999/tcp # cisco identification port
    #
    callbook 2000/udp # callbook
    callbook 2000/tcp # callbook
    sieve 2000/tcp # Sieve mail filtering
    # Devon Bowen
    wizard 2001/udp # curry
    dc 2001/tcp #
    globe 2002/udp #
    globe 2002/tcp #
    emce 2004/udp # CCWS mm conf

    ? Confused.

    in reply to: Mailman Disabled #363261
    Peggaweng
    Participant

    Boo no help… Anyone please?

    in reply to: Mailman Disabled #363205
    Peggaweng
    Participant

    Please help!!!

    in reply to: Sieve Installer – Updated #362208
    Peggaweng
    Participant

    [QUOTE BY= justyn.pride] I agree it would be great if someone has been able to get sieve working on a fresh 10.4 install to outline what is needed. It’s the only thing holding me back from moving over to it![/QUOTE]

    Same here

    in reply to: Sieve Installer – Updated #361919
    Peggaweng
    Participant

    [QUOTE BY= epaulsen5] O.K. Here is what I did, step by step, for those like me who can follow directions but don’t have much experience when it comes to troubleshooting builds. I did the following as root on my system.

    1. Created a builds directory in /usr/local
    mkdir /usr/local/builds
    cd /usr/local/builds

    2. Downloaded the 2.2.12 source for cyrus:
    curl -O ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-2.2.12.tar.gz

    3. Extracted using:
    gunzip cyrus-imapd-2.2.12.tar.gz
    tar -xvf cyrus-imapd-2.2.12.tar

    4. Changed to the source directory:
    cd cyrus-imapd-2.2.12

    5. Deleted two troublesome configs and linked to the correct ones for OS X:
    rm config.guess config.sub
    ln -s /usr/share/libtool/config.guess ./config.guess
    ln -s /usr/share/libtool/config.sub ./config.sub

    6. Delete the #include from the following files in the source directory:
    imap/mboxlist.c
    imap/cvt_cyrusdb.c
    imtest/imtest.c
    perl/sieve/lib/request.c

    I use vi for text editing, so an example would be like this, assuming I’m in /usr/local/builds/cyrus-imapd-2.2.12:
    vi imap/mboxlist.c (which opens the file in vi)
    /msg.h (which searches the document for an instance of msg.h)
    dd (which deletes that entire line)
    :wq (which writes the file and quits vi)

    7. Ran the configure script with two mods, the first Joel referenced at AFP548 in the forums and the second is so that it knows where we put the BerkelyDB:
    ./configure –without-snmp –with-dbdir=/usr/local/BerkeleyDB.4.1

    8. Ran make to build the binaries:
    make

    9. Copied the new timsieved binary into the install directory and changed its group to wheel:
    cd timsieved
    chgrp wheel timsieved
    cp timsieved /usr/bin/cyrus/bin

    10. Ran the masssievec perl script in the tools directory to convert existing filters:
    cd ../tools
    sudo -u cyrus ./masssievec /usr/bin/cyrus/bin/sievec[/QUOTE]

    Ok I followed these instructions to the letter but when i get to stage 7 and run the first mod (Joels that is on the first page) I get this??

    configure: error: Berkeley DB 3.x or later was not found. You may need to
    supply the –with-bdb-libdir or –with-bdb-incdir configure options.

    Can anyone please help me?? Thanks in advance Gary.

    in reply to: Sieve Installer – Updated #361182
    Peggaweng
    Participant

    Hi all,

    Just wondering if ayone has enabled the latest version of the avelsieve plugin yet??? Version 1.9.2? I have tried this new version but I am getting this error

    ERROR:
    Server responded with:
    script errors:
    line 9: parse error, unexpected
    Please contact your administrator.

    Has anyone got any ideas as to what this might be please????

    Thanks in advance Gary.

    in reply to: Mailbox Full Message #359874
    Peggaweng
    Participant

    How would I do that?

    in reply to: Sieve Installer – Updated #359820
    Peggaweng
    Participant

    Why would it only work for some users?

    Others get the could not log on message?

Viewing 13 posts - 1 through 13 (of 13 total)