hansje2000 wrote: > Hello, > Im working in rethad 9.0 and try to install spamassassin in a good way > > I have found thate the install of spamassassin version 3.1.3 isnt not > thate easy as it looks. > When i start spamd in consolle like #pamd -u spambucket he referer to > the perl cofig.(no problem on thate, and works fine, seems to find a > little bug on there but works). > > But when i start spamassassin like redhat 9.0 does, he goes to a other > direction
I don't understand the problem. What do you mean by "he referer to the perl config" and "he goes to a other direction"? Could you be more specific? > So give a look at the standaard /etc/init.d/spamassassin Standard RH init file snipped. > Okey lets grep some things when i try to start spamassassin in the > redhat way on defaul way > > [EMAIL PROTECTED] root]# ps -ef | grep spamd > root 6578 1 2 11:40 ? 00:00:00 /usr/bin/spamd -d -c > -m5 -H -r /var/run/spamd.pid > root 6581 6578 0 11:40 ? 00:00:00 spamd child > root 6582 6578 0 11:40 ? 00:00:00 spamd child > root 6626 6595 0 11:40 pts/0 00:00:00 grep spamd > [EMAIL PROTECTED] root]# That looks normal. > Now i do a grep when i start spamassassin on the manual way like > #spamd -u spambucket > > [EMAIL PROTECTED] root]# ps -ef | grep spamd > root 5615 1 0 04:16 ? 00:00:05 /usr/bin/perl -T -w > /usr/bin/spamd -u spambucket > 508 5619 5615 0 04:16 ? 00:00:00 [spamd <defunct>] > 508 5621 5615 0 04:16 ? 00:00:01 spamd child > 508 5622 5615 0 04:16 ? 00:00:00 spamd child > root 6510 6431 0 11:35 pts/1 00:00:00 grep spamd That looks a bit odd, but it may simply be because you didn't start it with the -d option. I notice that the spamd children are running as a different user, but that's normal. You specified the user here while the init file did not. > How can i fix this problem? What problem? -- Bowie