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

Roundcube 0.9.5 sends as "localhost"

iantresman

Basic Pleskian
When I log-in to Roundcube Webmail using the short form of my username, Roundcube tries to send out email from username@localhost. Can the fully qualified domain name (FQDN) be derived (from the log-in URL) in order to prevent this?

When I log-in using the FQDN, everything works fine. I know I can disable log-in using the short form, but I have lots of clients who use it.
 
You change that from the roundcube configurations them selves ...
Better still, from plesk -> server settings -> mail settings (you can disable short imap login names)
 
Thanks for that, I don't think I want to disable short logins just now. But the Roundcube configuration option looks interesting, though I'm not sure where to start. Is there a configuration file on my server that I need to look at?
 
Just run

Code:
# rpm -ql plesk-roundcube

and you will see that location of roundcube is
Code:
/usr/share/psa-roundcube/

Thus the configuration files are in:

Code:
/usr/share/psa-roundcube/config/
 
We are experiencing the same thing. Plesk 11.5 with Roundcube 0.9.5 uses username@localhost as default reply-to/identity when the setting "Use of short (webmaster) and full (webmaster@domain.com) POP3/IMAP mail account names is allowed" is enabled under Server wide Mail settings > Names for POP3/IMAP mail accounts.

Isn't this a bug that shouldn't occur in a multi domain setup, and shouldn't have to be solved by manually configuring Roundcube? Will Parallels work on a fix?
 
Back
Top