• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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