• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Resolved plesk sendmail does not work

Kulturmensch

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