• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved New Email Error, was working fine before.

H.K

New Pleskian
Hi

im getting error


status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=02865-02, check_init2 FAILED: /etc/resolv.conf: No such file or directory at /usr/sbin/amavisd line 18272

Recently

resolv.conf is listed as

resolv.conf -> /run/systemd/resolve/stub-resolv.conf

Is this something to do with my host (VPS OVH). It started happening since a kernal update to Centos 8

How can i fix this so i can use amavisd via plesk email seurity plugin ? This error seems to stop all inbound and outbound mail via dovecot and postfix

thanks
 
this seems to have fixed since kernal update seems resolv.conf had some kind of permission issue. Still dont quite it. But its worting now.
 
Problem

Ls -al in etc directory

resolv.conf -> /run/systemd/resolve/resolv.conf (is red)

Seems to happen every reboot. Solution

  1. Edit the file in /etc/systemd/resolved.conf as sudoer. Here I've commented out the DNS entry and placed my dns [Resolve] DNS=10.96.0.10 8.8.8.8 8.8.4.4
  2. cancel the actual symlink to /etc/resolv.conf
  3. create a new symlink sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
  4. reboot.
Fixed.

Not sure why its happening on CentOS 8. But looks like will be forced to Debian or Ubuntu due to Redhat but posted to help others.
 
Back
Top