• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

EMail not working

B

baroncustom

Guest
We are running a fairly new installation of Plesk 8.01 on Debian. I just realized that PHP Mail() is not working... I'm not getting any errors but no emails ever arrive. I am also using SENDMAIL where it seems some emails get sent while others not. I checked the log file and it has a mix of messages such as:
delivery 31: failure: [IP]_does_not_like_recipient
and also:
failure: Sorry,_I_couldnt_find_any_host_named_[SERVERNAME].

I'm not sure what the error is, I have looked over the DNS and all config files and all seems to be in order. But I am fairly new to Debian and Plesk so any advice would be highly appreciated.

Thanks, Nathan -
 
had similar problem

Email was not working but some would occasionally sneak out after trying to restart service from control panel. However here was the fix. Server working fine ever since...



my problem was similar in that email did not work after 8.1 upgrade due to conflict.

According to SWsoft Technical Support Engineer.........

Debian allows the installation of both 'inetutils-inetd' AND 'xinetd' packages (unfortunately, it uses both of them simultaneously and makes Plesk act wrong).

And thus... Plesk tries to do '/etc/init.d/inetd restart' to manage inetd. But this makes no sense for inetutils-inetd.

Deinstall 'inetutils-inetd' package and install 'netkit-inetd' package (since 'netkit-inetd' is a 'functionality').

..........


hope this can hepl
 
Back
Top