Forum Replies Created
-
AuthorPosts
-
pterobyte
ParticipantUnfortunately, 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.
pterobyte
ParticipantIf you update, everything is taken care of in amavisd.conf
Good point, but has Apple ever been able to help with amavisd issues?
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)
pterobyte
ParticipantAlthough not Mac specific, but still 95% applicable, here is a good overview:
http://www200.pair.com/mecham/spam/amavisd-settings.htmlThe amavisd.conf itself also contains lots of information.
pterobyte
ParticipantThat 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.
pterobyte
ParticipantAfter 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.plistpterobyte
ParticipantOn 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
pterobyte
ParticipantMost 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”pterobyte
ParticipantIf 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 -
AuthorPosts
Recent Comments