Jan Müller wrote: > according to > [http://wiki.apache.org/spamassassin/IntegratedInCourierUsingMaildrop], > I installed spamassassin. Spamd starts without errors, command-line > tests work. I set DEFAULTDELIVERY to "| /usr/bin/maildrop" in > etc/courier/courierd. Created /etc/courier/maildroprc with exception { > xfilter "/usr/bin/spamc" } > Is it all? There is no spamd activity in any of the logs.
Yes, that should be all. If that's not working, then you probably set up your user database and specified the maildir for each user. Don't do that. The "maildir" field is a delivery instruction. It overrides DEFAULTDELIVERY. If you specify a path in "maildir", you system doesn't use maildrop. Instead, create a directory for each user and specify it in the "home" field. Create a maildir named "Maildir" inside their home directory. Everything will work the way you expect it to. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
