[Dovecot] Domain blacklisting

Pascal Volk user+dovecot at localhost.localdomain.org
Fri Feb 11 14:11:15 EET 2011


On 02/11/2011 01:05 PM Thomas Hummel wrote:
> I tried this (dovecot is compiled with support for tcpwrappers) but I get :
>  
>   doveot: imap-login: Error: connect(tcpwrap) failed: No such file or directory 
> 
> Besides, my understanding is that with dovecot linked to libwrap, I can
> avoid spawning imap-login through inetd. Is that correct ?
> 
> Thanks
> 

You have to configure also a service for the tcpwrapper:

service tcpwrap {
  unix_listener login/tcpwrap {
    group = $default_login_user
    mode = 0600
    user = $default_login_user
  }
}


Regards,
Pascal
-- 
The trapper recommends today: fabaceae.1104213 at localdomain.org


More information about the dovecot mailing list