[collectd] [PATCH] email plugin: Made socket settings configurable.

Staněk Luboš kolektor<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>atlas.cz
Sun Dec 3 15:49:58 CET 2006


Hi Sebastian,
when you are making changes for the enhanced plugin's configuration,
would it be possible to make the socket path configurable too?

To Florian:
Because it is of the high probability that more plugins will use the
UNIX socket communication, would it be possible to make the socket path
prefix configurable by the autoconf script instead of the hardcoded '/tmp'?
It is common to have all sockets inside the application's directory in
the '/var/run' path in RedHat's distributions.

Back to Sebastian:
Would you be also able to add an ignorelist to the spam_check?

I think that it would be good to have the option to skip some of the
SpamAssassin's checks. It would be also possible to add such feature to
the SA plugin.

I am sorry, I did not have much time recently, but I will check it for sure.

Best regards,
Lubos


Sebastian Harl napsal(a):
> Added config file support to the email plugin.
> 
> The following options are available:
> * "SocketGroup <group name>"
>   Set the group the UNIX socket belongs to to <group name>.
> * "SocketPerms <perms>"
>   Set the permissions of the UNIX socket to <perms>. No validation is done.
>   The user has to make sure reasonable values are given.
> * "MaxConns <conns>"
>   The maximum number of concurrent connections is set to <conns>.
> 
> <perms> and <conns> may be given as decimal (no prefix), octal (prefix "0") or
> sedecimal (a.k.a. hexadecimal, prefix "0x") values.
> 



More information about the collectd mailing list