Re: [exim] greylistd problems

Pàgina inicial
Delete this message
Reply to this message
Autor: Andy Smith
Data:  
A: exim-users
Assumpte: Re: [exim] greylistd problems
On Sun, May 21, 2006 at 04:13:31PM -0700, Doug Jolley wrote:
> I tried including Exim in the greylistd group. That didn't seem
> to work and I'm not sure that's a good idea anyway. Anyone have
> any suggestions on how I should fix this? BTW, the original
> permissions on the socket were 660.


You need to restart exim after putting it in the same group that
the greylistd socket is writable by.

$ ls -la /var/run/greylistd/socket
srw-rw---- 1 greylist greylist 0 2006-04-26 13:23 /var/run/greylistd/socket
$ id Debian-exim
uid=102(Debian-exim) gid=102(Debian-exim) groups=102(Debian-exim),106(clamav),110(greylist)

Cheers,
Andy