From a6d2827810a66aa9abbb17cade530417618e9cbe Mon Sep 17 00:00:00 2001 From: bms8197 Date: Fri, 10 Nov 2023 10:40:04 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to dnf run --- nginx/conf.d/mully.go.ro.conf | 1 - opendkim.conf | 4 ++-- resolv.conf | 3 +-- systemd/system/multi-user.target.wants/spamassassin.service | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/spamassassin.service diff --git a/nginx/conf.d/mully.go.ro.conf b/nginx/conf.d/mully.go.ro.conf index e8edacb..9f332cd 100644 --- a/nginx/conf.d/mully.go.ro.conf +++ b/nginx/conf.d/mully.go.ro.conf @@ -13,7 +13,6 @@ server { allow 10.208.1.0/24; allow 85.121.136.12/32; allow 188.26.53.107/32; - deny all; proxy_pass http://192.168.1.5:80; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; diff --git a/opendkim.conf b/opendkim.conf index 6561f26..8db23fd 100644 --- a/opendkim.conf +++ b/opendkim.conf @@ -53,8 +53,8 @@ LogWhy yes UserID opendkim:opendkim ## Create a socket through which your MTA can communicate. -#Socket inet:8891@localhost -Socket local:/run/opendkim/opendkim.sock +Socket inet:8891@127.0.0.1 +#Socket local:/run/opendkim/opendkim.sock ## Required to use local socket with MTAs that access the socket as a non- ## privileged user (e.g. Postfix) diff --git a/resolv.conf b/resolv.conf index bdb2795..adc2b0d 100644 --- a/resolv.conf +++ b/resolv.conf @@ -1,2 +1 @@ -# Generated by NetworkManager -search 898.ro +nameserver 192.168.1.2 diff --git a/systemd/system/multi-user.target.wants/spamassassin.service b/systemd/system/multi-user.target.wants/spamassassin.service deleted file mode 120000 index 1a1d140..0000000 --- a/systemd/system/multi-user.target.wants/spamassassin.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/system/spamassassin.service \ No newline at end of file