Training new spamass-milter setup

2015-02-17 Thread LuKreme
OK, so I have spamass-milter running, but I need to train it. What is the proper way to do this? -- What beep from yonder speaker sounds?

Re: Training new spamass-milter setup

2015-02-17 Thread Reindl Harald
Am 17.02.2015 um 16:13 schrieb LuKreme: OK, so I have spamass-milter running, but I need to train it. What is the proper way to do this? cat /var/lib/spamass-milter/training/learn.sh #!/usr/bin/bash # Home-Directory und Name des Milter-Users SA_MILTER_HOME="/var/lib/spamass-milter" SA_MILTE

Re: Training new spamass-milter setup

2015-02-17 Thread Robert Schetterer
Am 17.02.2015 um 16:13 schrieb LuKreme: > OK, so I have spamass-milter running, but I need to train it. What is the > proper way to do this? > you dont train spamass-milter, you should train spamassassin http://spamassassin.apache.org/full/3.0.x/dist/doc/sa-learn.html Best Regards MfG Robert S

Re: Training new spamass-milter setup

2015-02-17 Thread Matus UHLAR - fantomas
On 17.02.15 08:13, LuKreme wrote: OK, so I have spamass-milter running, but I need to train it. What is the proper way to do this? if you use "-u" parameter (maybe with "-x"), you should train it as the user who receives the mail -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fanto

Re: Training new spamass-milter setup

2015-02-17 Thread LuKreme
On 17 Feb 2015, at 08:27 , Robert Schetterer wrote: > Am 17.02.2015 um 16:13 schrieb LuKreme: >> OK, so I have spamass-milter running, but I need to train it. What is the >> proper way to do this? > > you dont train spamass-milter, you should train spamassassin spamassassin has existing user-sp

Re: Training new spamass-milter setup

2015-02-17 Thread Reindl Harald
Am 17.02.2015 um 23:37 schrieb LuKreme: On 17 Feb 2015, at 08:27 , Robert Schetterer wrote: Am 17.02.2015 um 16:13 schrieb LuKreme: OK, so I have spamass-milter running, but I need to train it. What is the proper way to do this? you dont train spamass-milter, you should train spamassassin

Re: Training new spamass-milter setup

2015-02-17 Thread Reindl Harald
Am 17.02.2015 um 23:37 schrieb LuKreme: On 17 Feb 2015, at 08:27 , Robert Schetterer wrote: Am 17.02.2015 um 16:13 schrieb LuKreme: OK, so I have spamass-milter running, but I need to train it. What is the proper way to do this? you dont train spamass-milter, you should train spamassassin

Re: Training new spamass-milter setup

2015-02-17 Thread @lbutlr
On 17 Feb 2015, at 15:46 , Reindl Harald wrote: > because in a default milter-setup the one and only user is the user which SA > and the miler service are running as, hence my script which needs maybe small > adjustments for your environment (--no-sync and so on depend on the config, > director

Re: Training new spamass-milter setup

2015-02-18 Thread Reindl Harald
Am 18.02.2015 um 05:50 schrieb @lbutlr: On 17 Feb 2015, at 15:46 , Reindl Harald wrote: because in a default milter-setup the one and only user is the user which SA and the miler service are running as, hence my script which needs maybe small adjustments for your environment (--no-sync and s

Re: Training new spamass-milter setup

2015-02-18 Thread @lbutlr
> On 18 Feb 2015, at 02:06 , Reindl Harald wrote: > > > Am 18.02.2015 um 05:50 schrieb @lbutlr: >> On 17 Feb 2015, at 15:46 , Reindl Harald wrote: >>> because in a default milter-setup the one and only user is the user which >>> SA and the miler service are running as, hence my script which n

Re: Training new spamass-milter setup

2015-02-18 Thread Reindl Harald
Am 18.02.2015 um 11:41 schrieb @lbutlr: On 18 Feb 2015, at 02:06 , Reindl Harald wrote: Am 18.02.2015 um 05:50 schrieb @lbutlr: On 17 Feb 2015, at 15:46 , Reindl Harald wrote: because in a default milter-setup the one and only user is the user which SA and the miler service are running as

Re: Training new spamass-milter setup

2015-02-18 Thread @lbutlr
On 18 Feb 2015, at 03:50 , Reindl Harald wrote: > i would find it pervert using /var/spool for the userhome and bayes-database I did not set the home for the spamd user, it was done in the install process. And yes, I found the user or /var/spool/spamd odd as well. --