Since 15.05.2015 smtp experiencing problems. Smtp service (qmail) stops responding on port 25:
# time telnet localhost 25
Trying 127.0.0.1...
quit
quit
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
quit
quit
Connection closed by foreign host.
real 4m10.629s
user...
Issue resolved. Support said there was a problem when key was updated so it got broken (however key auto update was sheduled next month, but got broken immideately after plesk update). And the old original key was from old plesk version 9, so version 11.5 was not accepting it.
Support resolved...
After autoupdate tonight i got
Panel is blocked, "retrive keys" is not active, only options "order new key" and "install key", (also activation of trial license) and when i try to install old original key i got
Help, panel is not accessible!
ps. Dedicated server, OS RHEL5.9, Plesk 11.5.30...
Thank you, It worked!
conf.php was under /etc/psa-webmail/horde/horde (also under /usr/share/psa-horde/config)
It had option "if safemode=1 then smtp else sendmail" i commented out "sendmail" and "if" and leaved only smtp with auth=true (because i disabled localhost from trusted list. spammers...
For security reasons we are disabling certain php functions for all domains thru custom /etc/php.d/security.ini , but then webmail stops to work. How we can enable that functions only to webmail but keeping it disabled for all domains?