Displaying 4 results from an estimated 4 matches for "sendernam".
Did you mean:
sendername
2006 Feb 28
3
[AR] #{id} namespace visibility used in finder_sql
...nt from others :
Class Service < ActiveRecord::Base
set_table_name "legacy_service"
set_primary_key "serid"
set_sequence_name "SQ1_SERV"
has_many :senders,
:class_name => ''Service'',
:finder_sql => "select sendername, sendercode from legacy_senders
where cid in (
select cid from legacy_mail
serid = #{id}
) "
end
In the log, the query for
> s=Service.find(number).senders
give the o...
2014 Mar 13
4
logwatch named logs
ever since implementing the no-recursion-on-outside queries fix on one
of my name servers, my logwatch emails have been 10-20MB/day, filled
with crud like...
client 10.191.192.212 query (cache) 'm.777.liyuanxi.com/A/IN' denied: 1 Time(s)
client 10.192.34.96 query (cache) 'dyjwntl.www.0411gogo.com/A/IN' denied: 1 Time(s)
client 10.192.43.105 query (cache)
2015 Mar 10
2
Fail2Ban Centos 7 is there a trick to making it work?
...> Any help would be welcome. What am I missing?
>
> john
>
This is what I have for ssh in jail.conf
[ssh-iptables]
enabled = true
filter = sshd
action = iptables[name=SSH, port=ssh, protocol=tcp]
sendmail-whois[name=SSH, dest=x at harte-lyne.ca,
sender=x at harte-lyne.ca, sendername=Fail2Ban]
logpath = /var/log/secure
maxretry = 5
And this (among many others) is what we have in /etc/fail2ban/action.d
cat /etc/fail2ban/action.d/iptables.conf
# Fail2Ban configuration file
#
# Author: Cyril Jaquier
#
#
[INCLUDES]
before = iptables-blocktype.conf
[Definition]
# Option: a...
2015 Mar 10
0
Fail2Ban Centos 7 is there a trick to making it work?
...gt;> john
>>
>
> This is what I have for ssh in jail.conf
>
> [ssh-iptables]
>
> enabled = true
> filter = sshd
> action = iptables[name=SSH, port=ssh, protocol=tcp]
> sendmail-whois[name=SSH, dest=x at harte-lyne.ca,
> sender=x at harte-lyne.ca, sendername=Fail2Ban]
> logpath = /var/log/secure
> maxretry = 5
>
I?m using fail2ban with the -firewalld and -systemd modules, and I had to setup some SELinux rules to make it working right. This is the policy I add to the CentOS 7 machines:
module fail2ban-journal-sepol-new 1.0;
require {...