• 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.

Resolved plesk sendmail does not work

Jürgen_T

Regular Pleskian
Server operating system version
Ubuntu 20.04.5 LTS
Plesk version and microupdate number
Plesk Obsidian v18.0.49
Suddenly I receive new error messages in var/log/mail.err

h2828820 postfix/sendmail[7558]: fatal: open /etc/postfix/main.cf: Permission denied
Feb 1 21:13:00 h2821220 plesk-sendmail[7557]: S7546: sendmail unsuccessfully finished with exitcode 75
Feb 1 21:13:00 h2821220 postfix-local[7546]: D3B5E140076: Unable to send message. sendmail status: 75
Feb 1 21:13:00 h2821220 postfix-local[7546]: D3B5E140076: Unable to send mail for: <internal E-Mail address>

The internal forwarding of E-Mails does not work and sending of Plesk-messages does also not work.
Any idea?
 
More likely a permission issue. Please run the following command via SSH

Bash:
chmod 755 /etc/postfix

See if that works.
 
Was the problem! Looking for a solution last night I found a 2nd issue. After server restart and #postfix check there were a differenc between

1. etc/resolv.conf =>
...
nameserver 127.0.0.1
nameserver 127.0.0.53

and
2. /var/spool/postfix/etc/resolv.conf
...
nameserver 127.0.0.1nameserver 127.0.0.53

I also fixed 2.

Not sure whether these both issues belongs together.

However, now forwarding works again. Thank you!
 
Back
Top