Forum Replies Created

Viewing 15 posts - 1 through 15 (of 68 total)
  • Author
    Posts
  • in reply to: /etc/authentication and kerberos in Tiger #361810
    bustthis
    Participant

    having the same problem.

    MIT advisory on kerberos & loginwindow
    http://http://web.mit.edu/swrt/releases/macosx10.4/

    in reply to: 10.3 Server 10.4 Client – Networked Homes #361688
    bustthis
    Participant

    i find 10.4 network users work fine, but users that don’t have network homes on the server are having all sorts of weird problems.
    hth,
    charles

    in reply to: 10.4 client to 10.3.9 server kerberos problem #361547
    bustthis
    Participant

    i am not giving the initial krbtgt ticket upon login with my 10.4 client, i used to get it in 10.3.x

    in order to get a krbtgt ticket, i need to manually enter my password in
    /System/Library/CoreServices/Kerberos or by launching mail.app which uses GSSAPI auth for smtp and imap. system.log doesn’t show anything related, i’ve checked… i only see this everytime i login –

    May 5 10:54:43 w1 SystemStarter[710]: authentication service (718) did not complete successfully
    May 5 10:54:45 w1 SystemStarter[710]: /System/Library/StartupItems/AuthServer

    over at the apple disscussions page, it seems this is happening to people not using kerberos too.

    thanks for your time.

    in reply to: 10.4 client to 10.3.9 server kerberos problem #361526
    bustthis
    Participant

    network users are working… meaning getting kerberos tickets on login.
    anyone?

    in reply to: Sieve Installer – Updated #361340
    bustthis
    Participant

    thanks! this worked for me.

    in reply to: Sieve Installer – Updated #361265
    bustthis
    Participant

    i’m sorry… can you be more specific to what i’m symlinking to in /usr/libexec/?

    do you mean /usr/share/libtool/config.sub config.guess?

    in reply to: Sieve Installer – Updated #361259
    bustthis
    Participant

    ./configure –without-snmp returns a unknown build type error and retrying with powerpc i get errors saying makedepend is not installed.
    any suggestions?

    in reply to: Security Update 2005-003 v. 1.1 #361136
    bustthis
    Participant

    i held off on the first update and decided to install v.1.1… it seemed to break my mail server, so i reverted back to my clone. sieve, squatter, and reconstruct seemed broken… i deleted the sieve, squatter receipts – reinstalled, no luck! i noticed squirrelmail was updated to 1.4.4 and upon logging in i see:
    login: localhost[::1] , instead of login: localhost[127.0.0.1]

    imapd.conf sports 2 new lines:
    mboxlist_db: berkeley
    seenstate_db: flat

    i haven’t had time to look into these issues more, but i plan to over the weekend.

    has anyone gotten sieve to work with this update?

    in reply to: DiskSpaceMonitor running hourly not as specified in crontab #360756
    bustthis
    Participant

    i was going to ask this question because for my server every 60 minutes seems a bit too excessive. i think you are limited to 60 minutes, unless you hack /usr/sbin/diskspacemonitor… i could be completely wrong though Smile

    in reply to: amavis debug logs #360433
    bustthis
    Participant

    [QUOTE]debug: failed to open ‘/usr/share/spamassassin/triplets.txt’, cannot check dictionary
    [/QUOTE]

    check to see if you have a spamassassin directory located under /usr/share/spamassassin or /usr/local/share/spamassassin – the directory should contain the spamassassin tests. if it’s not there, i noticed after using cpan to upgrade spamassassin to 3.0.2, the tests were installed under /spamassassin, so look around for it and move it to the correct place 🙂

    what version of spamassassin & amavis are you using? make sure that a .spamassassin directory exists in /var/amavis and chown -R clamav:clamav everything in that folder.

    your local.cf should contain:
    use_bayes 1
    bayes_path /var/amavis/.spamassassin/bayes

    in etc/amavisd.conf:
    $sa_local_tests_only = 0;

    debug again… should work now. once you set up spamassassin correctly, you will never need to touch it again. use the amavisd.conf to whitelist/blacklist senders and all should be fine.

    in reply to: MailAdmin.. How do I? #360425
    bustthis
    Participant

    well, postfix is pretty easy to install… i would suggest using google.
    i would also suggest not just “upgrading” the stock postfix on 10.3.*
    install it in /usr/local/etc/postfix like:
    make makefiles CCARGS=’-DDEF_CONFIG_DIR=\”/usr/local/etc/postfix\” ….

    read the notes in the postfix folder for more options, including mysql support.

    in reply to: MailAdmin.. How do I? #360418
    bustthis
    Participant

    http://www.webmin.com/

    the postfix and spamassassin modules are installed by default. you can also install third party modules for amavis and clamav.

    amavisd-new module:
    http://webuser.fh-furtwangen.de/~grund/AMaViSD/webmin-AMaViSD.html

    clamav module:
    http://labs.libre-entreprise.org/project/showfiles.php?group_id=32

    i have these 2 modules installed, but i can’t say i have found them too useful… i think it’s easier to tweak amavis-clamav by hand.

    hope this helps 🙂

    in reply to: MailAdmin.. How do I? #360414
    bustthis
    Participant

    if all your looking for is a gui to edit the postfix conig files, why not just use webmin? i would think mailadmin would require upgrading postfix and mysql, which can get messy with future updates. with webmin you can administor clamav, spamassassin, amavisd and postfix from a web interface.

    in reply to: 10.3 mail backup script trouble #360330
    bustthis
    Participant

    the script seems to work again, i still get the “fatal: the Postfix mail system is already running” warning every other day when the script runs, but i guess it’s working.

    i am still confused a little about watchdog-postfix startup, but i think it makes more sense to me now. can anyone tell me what adds the line “postfix:respawn:/usr/libexec/postfix/master” to watchdog.conf, or is this just a stupid question? Smile

    in reply to: aol and other isps blocking not allowing port 25 for mail #360292
    bustthis
    Participant

    i have found that the only way i can send mail to a aol address is to use my isp’s smtp server. i created a transport filter in postfix, like so:
    aol.com smtp:[smtp-server.nyc.rr.com]
    .aol.com smtp:[smtp-server.nyc.rr.com]

    is this what you are looking for?

Viewing 15 posts - 1 through 15 (of 68 total)