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

Plesk 8.1, Fedora Core 5 and Horde-sendmail problem

HEllo,

Please give a :

telnet localhost 25


from ssh and paste the output in here.

Thsi can be caused , by the fact that xinetd is not running or freeze .
smtp_psa is missing from /etc/xinet.d/ , firewall, and I am sure that there could be more causes.
 
qmail is running as I can see from Virtuozzo Control Panel.

I connect to the server via ssh and when i try telnet localhost 25 i get:

telnet: localhost: Name or service not known
localhost: Unknown host
 
Hello,


check your hosts file in /etc:

it should look like:

127.0.0.1 localhost.localdomain localhost
ipaddress servername short_serverename
 
What do you mean by servername, short_servername?

I only know localhost.localdomain, localhost. Is that the same?
 
Hello,


what does the hostname -f command show you?

If nothing then you have a problem.
Every server has a hostname. qmail will not work unless thsi is configured properly.
 
Originally posted by blank_page
Hello,


check your hosts file in /etc:

it should look like:

127.0.0.1 localhost.localdomain localhost
ipaddress servername short_serverename

ok ok...now i got it. Everything's fine now. Thanx man, you saved my ***!
 
You can also tell Horde to simply use sendmail in order to send mails:

- edit the file /etc/psa-horde/horde/conf.php
- change the line [mailer][type] to:
$conf['mailer']['type'] = 'sendmail';
 
Back
Top