As Imentioned to someone (perhaps you) the error checking has improved and previously erroneous stuff is getting caught and flagged.

Aug 7 07:32:02 magi spamd[14114]: config: failed to parse line, skipping: W

You seem to have an uncommented "W" somewhere in a config file.

Aug  7 07:32:02 magi spamd[14114]: config: failed to parse line,
skipping: bayes_use_chi2_combining 1

Not sure, this may be obsolete.

Aug  7 07:32:02 magi spamd[14114]: config: SpamAssassin failed to
parse line, "/home/spamd/" is not valid for "bayes_path", skipping:
bayes_path /home/spamd/

Bayes_path is misnamed, it is both a path and a filename prefix. "/" isn't a valid filename prefix.
A usable name would be /home/spamd/bayes.

Aug  7 07:32:02 magi spamd[14114]: config: failed to parse line,
skipping: use_dcc 1

DCC is now a plugin and not enabled by default. Enable the plugin in init.pre or v310.pre (wherever it happens to live) and these shoudl fix themselves.

Aug  7 07:32:02 magi spamd[14114]: config: failed to parse line,
skipping: dcc_timeout 8
Aug  7 07:32:02 magi spamd[14114]: config: failed to parse line,
skipping: dcc_home /var/spool/amavis/dcc/
Aug  7 07:32:02 magi spamd[14114]: config: failed to parse line,
skipping: dcc_path /var/spool/amavis/bin/cdcc

The rest of this is just debug noise, no problems.

Aug  7 07:32:03 magi spamd[14114]: spamd: server started on port
783/tcp (running version 3.1.3)
Aug  7 07:32:03 magi spamd[14114]: spamd: server pid: 14114
Aug  7 07:32:03 magi spamd[14114]: spamd: server successfully spawned
child process, pid 14115
Aug  7 07:32:03 magi spamd[14114]: spamd: server successfully spawned
child process, pid 14116
Aug  7 07:32:03 magi spamd[14114]: prefork: child states: II

       Loren

Reply via email to