Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Tuning SPAMASSASSIN #370853
    pterobyte
    Participant

    Unfortunately, if you are serious about properly configuring mail services, you will have to ditch Server Admin. Be it for postfix, be it for amavis and spamassassin.

    in reply to: Tuning SPAMASSASSIN #370851
    pterobyte
    Participant

    If you update, everything is taken care of in amavisd.conf

    Good point, but has Apple ever been able to help with amavisd issues?

    in reply to: Tuning SPAMASSASSIN #370849
    pterobyte
    Participant

    [QUOTE][u]Quote by: gw1500se[/u][p]That parameter was set to -999. I get the header but it is not telling me the totals. It is the tests=_TESTSSCORES(,)_ that I need and am not getting. TIA.[/p][/QUOTE]

    If you have the “old” stock version that came with Tiger, you will have to modify /usr/bin/amavisd itself if I recall correctly.

    Best to update to 2.5.3 (for many reasons)

    in reply to: Tuning SPAMASSASSIN #370848
    pterobyte
    Participant

    Although not Mac specific, but still 95% applicable, here is a good overview:
    http://www200.pair.com/mecham/spam/amavisd-settings.html

    The amavisd.conf itself also contains lots of information.

    in reply to: Tuning SPAMASSASSIN #370845
    pterobyte
    Participant

    That should already be enabled (albeit limited on the version that comes with Tiger Server). Make sure $sa_tag_level_deflt is set to -999 so that all mail gets the headers added.

    If you make heavy use of amavisd and spamassassin, and like to tweak it, I suggest you update to the latest versions.

    And in case you use virtual domains or local host aliases, add:
    @local_domains_maps = ( 1 );
    below:
    @local_domains_acl = ( “.$mydomain” );

    to include all domains.

    in reply to: Tuning SPAMASSASSIN #370835
    pterobyte
    Participant

    After any changes to amavisd.conf, issue:
    sudo /bin/launchctl unload /System/Library/LaunchDaemons/org.amavis.amavisd.plist
    sudo /bin/launchctl load /System/Library/LaunchDaemons/org.amavis.amavisd.plist

    in reply to: Tuning SPAMASSASSIN #370820
    pterobyte
    Participant

    On OS X Server, spamassassin is controlled by amavisd. So you must edit /etc/amavisd.conf and modify sa_tag_level, sa_tag2_level and sa_kill_level

    in reply to: Mail Stuck in Queue #367690
    pterobyte
    Participant

    Most likely Server Admin hosed your settings and postfix doesn’t know what its trasnsport is.

    Edit /etc/postfix/main.cf in a text editor (not Word).
    Change:
    mailbox_transport = 0
    to
    mailbox_transport = cyrus
    Save
    Issue “sudo postfix reload”

    in reply to: Spam Assassin Tiger Server #362467
    pterobyte
    Participant

    If you are running virtual domains you need to modify /etc/amavisd.conf
    Search for @local_domains_acl = …….
    and add:
    @local_domains_maps = ( 1 );
    below it

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