• 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 is not allowing (ASL) tortix user to send email

larryk

Regular Pleskian
hello,

I have atomicorp ASL (the gui or asl web) installed.
CentOS Linux 7.2.1511 (Core)‬
Product Plesk Onyx
Version 17.0.17 Update #17, last updated on Feb 27, 2017 09:33 PM

On the ASL Gui, there is a button to send a false positive report, the ASL code using php to send the report via email.

HOWEVER, the email is not being sent because of this:

Mar 2 10:14:49 host journal: plesk sendmail[6496]: handlers_stderr: DATA REPLY:554:5.7.0 Your message could not be sent. The user tortix is not allowed to send email.#012REJECT

Anyone seen this issue before?
Anyone know how to let plesk allow tortix to send an email?

thanks
 
Hi larryk,

you could use the command

/usr/local/psa/admin/sbin/mailmng-outgoing --add-to-whitelist --sysuser=tortix

to whitelist the user "tortix".
 
thanks, but

[hostname ~] >> /usr/local/psa/admin/sbin/mailmng-outgoing --add-to-whitelist --sysuser=tortix
ERROR:eek:utgoing:'getpwnam(): name not found: tortix\xe2\x80\x8b'


any thoughts?
 
Back
Top