Re: [Dovecot] Configuring dovecot to use tcp wrappers

2013-04-11 Thread Joseph Tam
"Max Pyziur" wrote: I've put in a test ip address in /etc/hosts.deny like so: dovecot: 166.84.1.2 Maybe imap: 166.84.1.2 imaps: 166.84.1.2 pop3: 166.84.1.2 pop3s: 166.84.1.2 Joseph Tam

Re: [Dovecot] Configuring dovecot to use tcp wrappers

2013-04-11 Thread Max Pyziur
On Thu, 11 Apr 2013, lists-dovecot wrote: [... snip ...] I've put in a test ip address in /etc/hosts.deny like so: dovecot: 166.84.1.2 And then I execute the following from 166.84.1.2 to port 110: bash-3.2$ telnet SiteWhereImConfiguringDovecot 110 Trying SiteWhereImConfiguringDovecot... C

Re: [Dovecot] Configuring dovecot to use tcp wrappers

2013-04-11 Thread Max Pyziur
> On 5.4.2013, at 18.19, Max Pyziur wrote: > >> So my question relates to the second part of the configuration examples >> in the links above: >> >> service tcpwrap { >> unix_listener login/tcpwrap { >>group = $default_login_user >>mode = 0600 >>user = $default_login_user >> } >> } >

Re: [Dovecot] Configuring dovecot to use tcp wrappers

2013-04-07 Thread Max Pyziur
On Sun, 7 Apr 2013, Max Pyziur wrote: On Mon, 8 Apr 2013, Timo Sirainen wrote: On 8.4.2013, at 1.31, "Max Pyziur" wrote: However, once I make the changes to the configuration files, I get the following error when restarting dovecot: root@brama /etc/dovecot/conf.d> service dovecot restart St

Re: [Dovecot] Configuring dovecot to use tcp wrappers

2013-04-07 Thread Max Pyziur
On Mon, 8 Apr 2013, Timo Sirainen wrote: On 8.4.2013, at 1.31, "Max Pyziur" wrote: However, once I make the changes to the configuration files, I get the following error when restarting dovecot: root@brama /etc/dovecot/conf.d> service dovecot restart Stopping Dovecot Imap:

Re: [Dovecot] Configuring dovecot to use tcp wrappers

2013-04-07 Thread Timo Sirainen
On 8.4.2013, at 1.31, "Max Pyziur" wrote: > However, once I make the changes to the configuration files, I get the > following error when restarting dovecot: > root@brama /etc/dovecot/conf.d> service dovecot restart > Stopping Dovecot Imap: [ OK ] > Starting

Re: [Dovecot] Configuring dovecot to use tcp wrappers

2013-04-07 Thread Max Pyziur
> On 5.4.2013, at 18.19, Max Pyziur wrote: > >> So my question relates to the second part of the configuration examples >> in the links above: >> >> service tcpwrap { >> unix_listener login/tcpwrap { >>group = $default_login_user >>mode = 0600 >>user = $default_login_user >> } >> } >

Re: [Dovecot] Configuring dovecot to use tcp wrappers

2013-04-07 Thread Timo Sirainen
On 5.4.2013, at 18.19, Max Pyziur wrote: > So my question relates to the second part of the configuration examples in > the links above: > > service tcpwrap { > unix_listener login/tcpwrap { >group = $default_login_user >mode = 0600 >user = $default_login_user > } > } > > Where d

[Dovecot] Configuring dovecot to use tcp wrappers

2013-04-05 Thread Max Pyziur
Greetings, I am looking to implement tcp wrappers with dovecot; I am using the following two links as guides to configuration: http://blog.acsystem.sk/linux/brute-force-attack-dovecot-imap-server-blocking-ip-with-tcp-wrappers http://wiki2.dovecot.org/LoginProcess (you need to go to the very bo