cPAdminsMichael
- Total activity 374
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 164
Comments
Recent activity by cPAdminsMichael-
Hi! Proxmox indeed allows you to use FQDN. Just type in the complete FQDN in the "hostname" field when creating the LXC. You can also edit it internallly: hostnamectl set-hostname my.new-hostname...
-
Hi, Do you want to use dedicated IP address for the created account, or? If yes - then it sounds as you don't have any available IP addresses left. You can add more in the "Add new IP Address" pag...
-
Hi, You can use the /scripts/check_security_advice_changes script to check for changes and notify sysadmins (or build a script around it to send to a specific mail address) :)
-
Great! So you changed DNS servers in your resolv.conf? The change shouldn't have any effect on your server - unless: a) The old DNS server was an internal DNS server, where you also had special i...
-
Ok - so you have an issue resolving the hostnames in the MX records. I suggest you switch DNS servers in your /etc/resolv.conf One test you can do: dig mx1.dhl.iphmx.com a and with Google DNS: dig...
-
I think the post was too long. Can you post what's between "DNS lookup of dhl.com (MX) succeeded" and ">>>>> Exim" ? :)
-
Ok, please run this, and post the output: exim -bt -d-resolver email@domain.com Remember to replace email @ domain.com with the actual mail address at dhl.com
-
What do you have in your /etc/resolv.conf file? Also, please try sending output from dig dhl.com mx
-
Hi Silvi, What does your mail/exim logs tell you? Fx if you dig into mails to dhl.com (exigrep dhl.com /var/log/exim_mainlog) It could be because of blacklisting/DNSBL - or maybe greylisting?
-
Hi Linus, Changing the .htaccess file would also change the behaviour of the official website - unless you do IP/host depending rules - which I think is more complex than just adding the website's...