• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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