"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
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
> 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
>> }
>> }
>
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
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:
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
> 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
>> }
>> }
>
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
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