Recent posts
#1
Release Discussion / Re: Why SMTP Error (250): Auth...
Last post by applianceworlds - Today at 02:24:30 PMYour error happens because Roundcube is trying to use SMTP authentication, but your server on port 25 doesn't support it.
Quick fix: disable authentication in your config:
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
$rcmail_config['smtp_auth_type'] = null;
This will allow emails to send normally.
It's just a configuration mismatch—like setting up kitchen appliances, everything works best when the settings match the system.
https://applianceworlds.com/product-category/refrigerator/
Quick fix: disable authentication in your config:
$rcmail_config['smtp_user'] = '';
$rcmail_config['smtp_pass'] = '';
$rcmail_config['smtp_auth_type'] = null;
This will allow emails to send normally.
It's just a configuration mismatch—like setting up kitchen appliances, everything works best when the settings match the system.
https://applianceworlds.com/product-category/refrigerator/
#2
Issues & Bugs / Re: SVN *all?* Message gets de...
Last post by sampiek - April 29, 2026, 10:42:33 AMany solution
#3
General Discussion / Re: change password
Last post by SKaero - April 28, 2026, 05:58:19 PMWho gave you access to the account, that would be the person to ask.
#4
General Discussion / Re: change password
Last post by b1xx1 - April 28, 2026, 12:12:03 PMHow can I find the contact information or email address of the email service provider?
#5
General Discussion / Re: change password
Last post by SKaero - April 28, 2026, 11:03:44 AMIt sounds like your an end user of Roundcube you would need to contact the provider of the email service and see what options they have to change the password.
#6
General Discussion / change password
Last post by b1xx1 - April 28, 2026, 06:42:32 AMI have an roundcube email address, but its website address is kelgcenter and there is no option to change the password within the email,I checked the web email and there is no plugin for password settings. How can I solve this? This is a web email and I don't have a backend either. I can't find the email administrator either.
#7
News & Announcements / Re: Registration issues
Last post by Opage - April 27, 2026, 05:58:34 AMHello I can get help you worked it out alright
#8
Issues & Bugs / Re: Mail bouncing back undeliv...
Last post by SKaero - April 21, 2026, 11:49:10 AMThe bounce back email should have the reason, a common reason would be if your mail server is blacklisted.
#9
General Discussion / Re: open *.docx *.xlsx *.pdf *...
Last post by SKaero - April 21, 2026, 11:48:05 AMThe only one I'm aware of is https://packagist.org/packages/jfcherng-roundcube/cloudview
#10
Issues & Bugs / Mail bouncing back undelivered...
Last post by wisecasper - April 21, 2026, 11:35:28 AMJust wondering if anyone had any advice.
For the moment my mail is set up to reject nothing, just mark the subject line as spam etc.
I can send and receive emails. Mailbox isn't full.
But there are some that are sent to me that still get returned undelivered to their sender.
Is there anywhere else I need to look to fix this?
Thanks
For the moment my mail is set up to reject nothing, just mark the subject line as spam etc.
I can send and receive emails. Mailbox isn't full.
But there are some that are sent to me that still get returned undelivered to their sender.
Is there anywhere else I need to look to fix this?
Thanks