ScanXMLDOCS true
ScanHWP3 true
MaxRecHWP3 16
-StatsEnabled false
-StatsPEDisabled true
-StatsHostID auto
-StatsTimeout 10
+#StatsEnabled false
+#StatsPEDisabled true
+#StatsHostID auto
+#StatsTimeout 10
StreamMaxLength 25M
#LogFile /var/log/clamav/clamav.log
LogTime true
findtime = 3600
bantime = 86400
maxretry = 5
-ignoreip = 127.0.0.1 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 185.48.118.128 162.254.24.33 185.102.95.107
+ignoreip = 127.0.0.1 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 185.48.118.128 162.254.24.33 185.102.95.107 136.243.11.239
[sshd]
enabled = true
logpath = /var/log/syslog.d/auth.log
[roundcube-iredmail]
-enabled = true
+enabled = false
filter = roundcube.iredmail
action = iptables-multiport[name=roundcube, port="http,https,smtp,submission,pop3,pop3s,imap,imaps,sieve", protocol=tcp]
logpath = /var/log/syslog.d/mail.log
findtime = 3600
[dovecot-iredmail]
-enabled = true
+enabled = false
filter = dovecot.iredmail
action = iptables-multiport[name=dovecot, port="http,https,smtp,submission,pop3,pop3s,imap,imaps,sieve", protocol=tcp]
logpath = /var/log/dovecot.log
[postfix-iredmail]
-enabled = true
+enabled = false
filter = postfix.iredmail
action = iptables-multiport[name=postfix, port="http,https,smtp,submission,pop3,pop3s,imap,imaps,sieve", protocol=tcp]
# sendmail[name=Postfix, dest=root, sender=fail2ban@localhost]
logpath = /var/log/syslog.d/mail.log
-ignoreip = 127.0.0.1 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 185.48.118.128 162.254.24.33 185.102.95.107 144.76.221.187 138.201.28.184
+ignoreip = 127.0.0.1 127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 185.48.118.128 162.254.24.33 185.102.95.107 144.76.221.187 138.201.28.184 136.243.11.239
[sogo-iredmail]
enabled = false
# uncomment this if you want your log files compressed
compress
delaycompress
+missingok
+notifempty
+dateext
+dateformat -%Y-%m-%d
# packages drop log rotation information into this directory
include /etc/logrotate.d
/var/log/alternatives.log {
- monthly
- rotate 12
- compress
- delaycompress
- missingok
- notifempty
- create 644 root root
+ monthly
+ rotate 12
+ compress
+ delaycompress
+ missingok
+ notifempty
+ size 1M
+ create 644 root root
+ dateext
+ dateformat -%Y-%m-%d
+ olddir /var/log/.old
}
+
+# vim: ts=4 filetype=conf et
olddir /var/log/.old
}
-/var/log/alternatives.log {
- monthly
- rotate 12
- compress
- delaycompress
- missingok
- notifempty
- size 1M
- create 644 root root
- dateext
- dateformat -%Y-%m-%d
- olddir /var/log/.old
-}
-
# vim: ts=4 filetype=conf et
-/var/log/php7.3-fpm.log {
+/var/log/php7.3-fpm.log /var/log/php7.3-fpm/*.log {
rotate 12
weekly
+ minsize 1M
missingok
notifempty
compress
|____/ \__,_|_| \__,_|_| |_|
-Verfolgen sie diesen Anruf und sagen sie mir ... wo zum Himmel bin ich?
+- Schnee, der sich leicht ballen läßt, schmilzt bald.
+ -- Jean Paul
-Today is Boomtime, the 10th day of The Aftermath in the YOLD 3185
+Today is Pungenday, the 11th day of The Aftermath in the YOLD 3185
# PHP 5
#server unix:/var/run/php-fpm.socket;
# PHP 7.0
- server unix:/var/run/php/php7.0-fpm.sock;
+ #server unix:/var/run/php/php7.0-fpm.sock;
+ # PHP 7.0
+ server unix:/var/run/php/php7.3-fpm.sock;
}
include /etc/nginx/conf.d/*.conf;
include snippets/fastcgi-php.conf;
# With php-fpm (or other unix sockets):
- fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
+ fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
# # With php-cgi (or other tcp sockets):
# fastcgi_pass 127.0.0.1:9000;
}
; - the global prefix if it's been set (-p argument)
; - /usr otherwise
include=/etc/php/7.3/fpm/pool.d/*.conf
+
+; vim: filetype=dosini
; mode is set to 0660
listen.owner = www-data
listen.group = www-data
-;listen.mode = 0660
+listen.mode = 0660
; When POSIX Access Control Lists are supported you can set them using
; these options, value is a comma separated list of user/group names.
; When set, listen.owner and listen.group are ignored
; anything, but it may not be a good idea to use the .php extension or it
; may conflict with a real PHP file.
; Default Value: not set
-;pm.status_path = /status
+pm.status_path = /status
; The ping URI to call the monitoring page of FPM. If this value is not set, no
; URI will be recognized as a ping page. This could be used to test from outside
; The access log file
; Default: not set
-;access.log = log/$pool.access.log
+access.log = /var/log/php7.3-fpm/$pool.access.log
; The access log format.
; The following syntax is allowed
;
; Default: "%R - %u %t \"%m %r\" %s"
;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
+access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
; The log file for slow requests
; Default Value: not set
; Note: slowlog is mandatory if request_slowlog_timeout is set
;slowlog = log/$pool.log.slow
+slowlog = /var/log/php7.3-fpm/$pool.log.slow
; The timeout for serving a single request after which a PHP backtrace will be
; dumped to the 'slowlog' file. A value of '0s' means 'off'.
; (error_log, sessions.save_path, ...).
; Default Value: not set
;chroot =
+chdir = /
; Chdir to this directory at the start.
; Note: relative path can be used.
;php_admin_value[error_log] = /var/log/fpm-php.www.log
;php_admin_flag[log_errors] = on
;php_admin_value[memory_limit] = 32M
+
+; vim: filetype=dosini
--- /dev/null
+../init.d/php7.0-fpm
\ No newline at end of file
+++ /dev/null
-../init.d/php7.0-fpm
\ No newline at end of file
--- /dev/null
+../init.d/php7.0-fpm
\ No newline at end of file
+++ /dev/null
-../init.d/php7.0-fpm
\ No newline at end of file
--- /dev/null
+../init.d/php7.0-fpm
\ No newline at end of file
+++ /dev/null
-../init.d/php7.0-fpm
\ No newline at end of file
--- /dev/null
+../init.d/php7.0-fpm
\ No newline at end of file
+++ /dev/null
-../init.d/php7.0-fpm
\ No newline at end of file
+++ /dev/null
-/lib/systemd/system/php7.0-fpm.service
\ No newline at end of file