saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -13,7 +13,6 @@ server {
|
|||||||
allow 10.208.1.0/24;
|
allow 10.208.1.0/24;
|
||||||
allow 85.121.136.12/32;
|
allow 85.121.136.12/32;
|
||||||
allow 188.26.53.107/32;
|
allow 188.26.53.107/32;
|
||||||
deny all;
|
|
||||||
proxy_pass http://192.168.1.5:80;
|
proxy_pass http://192.168.1.5:80;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ LogWhy yes
|
|||||||
UserID opendkim:opendkim
|
UserID opendkim:opendkim
|
||||||
|
|
||||||
## Create a socket through which your MTA can communicate.
|
## Create a socket through which your MTA can communicate.
|
||||||
#Socket inet:8891@localhost
|
Socket inet:8891@127.0.0.1
|
||||||
Socket local:/run/opendkim/opendkim.sock
|
#Socket local:/run/opendkim/opendkim.sock
|
||||||
|
|
||||||
## Required to use local socket with MTAs that access the socket as a non-
|
## Required to use local socket with MTAs that access the socket as a non-
|
||||||
## privileged user (e.g. Postfix)
|
## privileged user (e.g. Postfix)
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
# Generated by NetworkManager
|
nameserver 192.168.1.2
|
||||||
search 898.ro
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
/usr/lib/systemd/system/spamassassin.service
|
|
||||||
Reference in New Issue
Block a user