Koozali.org: home of the SME Server

spamassassin compatability with sme6b3

Ed

spamassassin compatability with sme6b3
« on: September 11, 2003, 05:14:03 PM »
I am thinking of upgrading my home box to sme6b3, but am using dungogs email filtering rpm along side spamassassin.  Does anyone know if spamassassin contribs (those by greg zartman and folk) is compatable with sme6?

Michael Doerner

Re: spamassassin compatability with sme6b3
« Reply #1 on: September 11, 2003, 11:04:37 PM »
Ed,

the imap folder structure changes from 5.6 to 6.0 (using dovecot imap server now). As a result, Greg's/Shad's spamassassin contrib does not work here on 6.0b3.
My workaround at the moment:
Create a customised template to reflect the new subfolder naming.
Copy /etc/e-smith/templates-user/.procmailrc/95saSort to /etc/e-smith/templates-user-custom/.procmailrc/95saSort and change 2 x as follows:
$OUT .= '$MAILDIR' . "/junkmail/\n"; (old)
$OUT .= '$MAILDIR' . "/;junkmail/\n"; (new)

I would then go into server-manager and make a change in the spamassassin settings (you can redo later) which should change the above folders for already existing users.

That works for me.

Regards,
Michael Doerner

stephen noble

Re: spamassassin compatability with sme6b3
« Reply #2 on: September 12, 2003, 03:20:57 PM »
dungog-emailfiltering now runs on sme6
we also use a custom template to workaround SA
/etc/e-smith/templates-user-custom/.procmailrc/95saSort

for other procmail rules update the userpanel
http://www.dungog.net/sme/files/userpanel/SME6beta/

but note
http://www.dungog.net/sme/files/userpanel/SME6beta/README.txt

Versions 5.5 and 5.6 of SME should use the 1.0-x version of the usermanger.All features work and new features are not needed.

Version 6.0 of SME should use usermanager-1.6.0-x
Mitel have made changes that make supporting both versions complex.Primarily changes to e-smith::cgi and the imap client.

The bad news is that delegating new SME6 server-manager panels is broken, some panels on SME6 work with only the comment labels used for translation displaying, some panels don't display anything at all.


* Fri Aug 15 2003 Stephen Noble
- SME 6.0 support, this version requires it
- supports servermanager navigation & shows tables correctly
- procmail writes to dovecoat imap store eg. ~/Maildir/;junkmail
- many other changes
- [1.6.0-1]

Ed

Re: spamassassin compatability with sme6b3
« Reply #3 on: September 12, 2003, 05:59:33 PM »
Thanks Stephen....good work as always.