Latest Server related questions

Score: 0
VagrantPaladin avatar
How to prevent email forwarded by exim from being seen as spam
in flag

I have recently started to look after a mail system where users can host their email with a web mail front end. One of the features provided is a function to set up forwarding.

The problem I am facing, and which people before me have faced, is that when users forward mail to another mailbox, such as their own gmail address, Google sees the email as coming from an unauthorized IP address.

I understa ...

Score: 0
How to merge two data sources with slightly different folder names
cn flag

How can I copy all .msg files that are spread throughout some GUID sub-folders in one folder to another folder that has a slightly different folder name at the end. Is it possible?

So for example:

  • Source
  • c:\Folder A\16-1167 Contoso 1 Hacker Way\Correspondence
  • c:\Folder A\16-1168 Company name, address\Correspondence
  • Destination:
  • C:\Folder B\16-1167\0ba45cbd-6da8-4a4c-ae1c-9aca13aab1db\1\filename.m ...
Score: 2
Apache .htaccess rewrite rules to NGINX converted rules not effective
pe flag

I'm running a website "PHP script" on aaPanel with Debian 10 installed. All works ok but the images are not showing/broken

The /image/ path is a rewrite rule, and it resolves to image.php which loads the image from the uploads folder. after converting .htaccess to Nginx and add them to the system all image paths going to

www.website.com/image/m/112/112/335757712_1152702765_706821275.jpeg

The actual path  ...

Score: 0
Sophos Endpoint Defence + Gold Image = Error 'Windows could not finish configuring the system'
es flag

When I install Sophos Endpoint Defence on an Amazon provided AMI; and then create a custom AMI from it; why do EC2 instances display an error dialog on boot 'Windows could not finish configuring the system'?

In my case I used EC2 Image Builder to run SophosSetup.exe /quiet I then had it run a series of commands provided in Sophos Sysprep.txt from https://support.sophos.com/support/s/article/KB-000035040?l ...

Score: 0
Nested AD Groups RDP permission not applying to new Windows Server 2019 VM
in flag

Similar Issue with no responses: Nested AD groups working in local computer groups, but certain servers fail to allow RDP?

I am only new to this environment and the person I took this over from also experienced this issue but didn't get very far with it (considered low priority due to it correcting itself eventually).

After building a fresh VM (VMWare) and installing windows 2019 on it, using a ta ...

Score: 1
AWS Certificate Manager failed validation due to a Certificate Authority Authentication error
us flag

I feel like I'm taking crazy pills, because I've completed this process before and my configuration seems to match AWS' docs. But, every time I request a new certificate, I get this error message (usually less than a minute after making the request):

The status of this certificate request is "Failed". One or more domain names have failed validation due to a Certificate Authority Authentication (CAA) err ...

Score: 0
logax avatar
Importing in terraform
ma flag

So i want t import an application load balancer under the terraform management, i managed to add some of it's attributes like cross-region and delete protection, global accelerator etc, and i imported, but i found out that i forgot to add the "config" attribute, how do i include that in the import (which i already did) ? terraform says that doing multiple imports will result in unknown behavior, also, i ...

Score: 0
Speed-optimization of Xrdp server connection when connected via SSH tunnel
ky flag

I've established a connection to a server based on port-forwarded local Xrdp, through an SSH tunnel. If my understanding is correct, then I could illustrate such network as follows:

      ╷────<──port xxxx──<────╷        )
      │                       │        )                                    (            )
╷───────────╷           ...
Score: 0
vicenac avatar
OracleVM repository delete fails. Repository now is in error
sb flag

I deleted a repository. I got an error that it was still in use. Now it cannot be presented to any server and it cannot be deleted.

OVMEVT_00A002D_001 Repository: [RepositoryDbImpl] 0004fb0000030000cc63a8cce85d14a7 (Oraclevm-E2), is invalid

OVMEVT_00A002D_003 Repository: Oraclevm-E2, is missing in File System: OracleVM-E2

OVMAPI_4010E Attempt to send command: add_repository to server: oraclevm21 fail ...

Score: 0
RUFmord avatar
Rancher on k8s gives 404 page not found
cn flag

I installed a kubernetes cluster with k3sup on a VM on my local hypervisor and the pods are up and running. Now I wanted to add a deployment with rancher in its latest version (2.6) to manage another cluster according to this guide. But the DNS and IP return a 404 not found.

Here are some terminal commands with results that might help.

$kubectl -n cattle-system get deploy rancher
NAME      READY   U ...
Score: 0
azk avatar
Hostvar syntax cannot receive extra variable as hostname
ph flag
azk

I'm is trying to use an extra vars to set the hostname in the "hostvars" variable to get the uuid from other host. But it seems that don't catches the variable's value.
This is the run line:

$ ansible-playbook -i ../Inventory/my_inventory --vault-id vaultfile getuuid.yml -e vmname=testhost

This is the playbook

---
- hosts: localhost
  gather_facts: true

  vars:
    vcenter_hostname: 'vcenter.bio.local ...
Score: 0
Eric Stdlib avatar
Using FRRouting RPKI with ssh on Alpine Linux
tl flag

I am trying to configure frrouting to use RPKI over ssh on Alpine Linux 3.14.2. After installing FRRouting using apk add frr frr-rpki (installs version 7.5.1) and adding rpki cache example.com 22 rtr-ssh ./ssh_key/id_rsa ./ssh_key/id_rsa.pub preference 1 to /etc/frr/bgpd.conf, If I run bgpd manually, I see:

$ /usr/lib/frr/bgpd -F traditional -A 127.0.0.1 -M rpki
ssh sockets are not supported. Ple ...
Score: 0
Michael avatar
Send an Automatic reply for non-existing emails on my domain (Gsuite)
do flag

I have a google G Suite account, with several emails. I find people often mistype the email addresses, so I have setup a "catch-all" to forward all the emails with the wrong address to a specific email. However it seems the email senders are not notified that the address is wrong.

Is there a way to setup an automatic response to let them know that the email was sent to an invalid address?

Score: 0
fail2ban unban every ip when the server is shutting down, restoring every ban back again when newrly started
ky flag

I have multiple jails with several thousands of banned IPs. The server was running for about a week non-stop, then when I was restarting it it took quite a long time ~2 mins to shutting down, and when the server was back on the CPU usage was unusually high.

I looked into journalctl and found out that fail2ban was unbanning all the IPs when shutting down, and restoring all of them again when newly sta ...

Score: 0
thexbuttonisntworking avatar
Error 258 when connecting to sql server instance over the network
cn flag

Can't connect to a sql server instance over the network, and all SSMS gives me is a 258 error.

Everything is supposed to be correct.

  1. Both machines are inside a domain and the user was added to the security\logins during installation.
  2. Server Authentication is set to "SQL Server and Windows Authentication mode"
  3. Firewall has the following ports open: 1433, 1434, 4022, 135, 2383, & 2382 TCP, and ...

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.