• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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