Recent posts
#1
Pending Issues / Re: Email filter
Last post by alec - Today at 01:54:29 AMThis plugin requires a managesieve service, which usually is part of IMAP server.
If your IMAP server is on localhost then you need to look into the IMAP server configuration, if this is another host then you have to configure the plugin (and/or firewall).
If your IMAP server is on localhost then you need to look into the IMAP server configuration, if this is another host then you have to configure the plugin (and/or firewall).
#2
Pending Issues / Email filter
Last post by Stig04 - Today at 12:55:40 AMI have been trying to install filters in roundcube but just cant make it to work.
Installation is directly in the top of å virtual sub domain, ex webmail.example.com, where users are created in parent domain example.com
What I have done is only activate in config file by adding 'managesieve',
$config['plugins'] = [
'archive',
'zipdownload',
'password',
'managesieve',
];
When trying to create New filter, i get the following error in red box down in right bottom corner in webmail:
"Unable to connect to server"
Checking roundcube error log, says the following(have removed domain URL):
PHP Error: Unable to connect to managesieve on localhost:4190 in /public_html/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php on line 227 (GET /?_task=settings&_action=plugin.managesieve)
PHP Error: Not currently in AUTHORISATION state (GET /?_task=settings&_action=plugin.managesieve)
PHP Error: Not currently connected (GET /?_task=settings&_action=plugin.managesieve)
If anyone can provider any hjelp, it would be much appreciated.
Installation is directly in the top of å virtual sub domain, ex webmail.example.com, where users are created in parent domain example.com
What I have done is only activate in config file by adding 'managesieve',
$config['plugins'] = [
'archive',
'zipdownload',
'password',
'managesieve',
];
When trying to create New filter, i get the following error in red box down in right bottom corner in webmail:
"Unable to connect to server"
Checking roundcube error log, says the following(have removed domain URL):
PHP Error: Unable to connect to managesieve on localhost:4190 in /public_html/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php on line 227 (GET /?_task=settings&_action=plugin.managesieve)
PHP Error: Not currently in AUTHORISATION state (GET /?_task=settings&_action=plugin.managesieve)
PHP Error: Not currently connected (GET /?_task=settings&_action=plugin.managesieve)
If anyone can provider any hjelp, it would be much appreciated.
#3
General Discussion / Mail delivery failed: returnin...
Last post by AEROSHA - October 15, 2024, 11:37:42 PMGood day. I need help to fix this error. All my outgoing emails are bounced back. I am not too familiar of how to get rid of these. We have no IT to assist.
Below is the error details.
*****
Reporting-MTA: dns; s1306.sgp1.mysecurecloudhost.com
Action: failed
Final-Recipient: rfc822;dpsipurchasing@gmail.com
Status: 5.0.0
Remote-MTA: dns; smtp.antispamcloud.com
Diagnostic-Code: smtp; 550 Your account has been locked. Please contact your administrator.
*****
Below is the error details.
*****
Reporting-MTA: dns; s1306.sgp1.mysecurecloudhost.com
Action: failed
Final-Recipient: rfc822;dpsipurchasing@gmail.com
Status: 5.0.0
Remote-MTA: dns; smtp.antispamcloud.com
Diagnostic-Code: smtp; 550 Your account has been locked. Please contact your administrator.
*****
#4
General Discussion / Re: Shared address book
Last post by SKaero - October 15, 2024, 01:22:20 PM #5
General Discussion / Shared address book
Last post by glennpierce - October 15, 2024, 09:31:51 AMI have taken over (cajoled) into running a club website and the are about ten email accounts that need to use a shared address book. this should be read only for all the accounts. I see the is carddav but there is no option for me to install a carddav server on the hosting platform and its probably overkill anyway. Is the a way in roundcube or using a plugin where each account can just read a shared email groups / list from an ics file ?
I am running roundcube 1.6.0
Thanks
I am running roundcube 1.6.0
Thanks
#6
News & Announcements / Re: Columns will not save in t...
Last post by JacksParow - October 15, 2024, 06:28:55 AMCan you give me the complete procedure for it?
#7
Older Versions / interface Larry
Last post by Grupoprocadsa - October 14, 2024, 01:55:13 PMI need help getting the Larry UI to appear.
#8
Issues & Bugs / Re: My provider dosent update ...
Last post by JohnDoh - October 13, 2024, 04:36:06 AMYour email is not based on Roundcube. Roundcube is a piece of software not a service. You need to contact your current provider to get access to your mailbox.
#9
Pending Issues / Re: HTML Message body not disp...
Last post by shatteredgears - October 12, 2024, 06:37:35 PMSo, saw this in the PHP logs:
[12-Oct-2024 15:14:19 America/Phoenix] PHP Warning: Undefined property: DOMElement::$tagName in /usr/share/roundcubemail/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php on line 661
Went digging around trying to see if the dom module was broken. Found that it was being loaded in both the php.ini and in /etc/php.d/20-dom.ini
Removed the line from php.ini, and all is well.
🙄 🤦🏼
[12-Oct-2024 15:14:19 America/Phoenix] PHP Warning: Undefined property: DOMElement::$tagName in /usr/share/roundcubemail/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php on line 661
Went digging around trying to see if the dom module was broken. Found that it was being loaded in both the php.ini and in /etc/php.d/20-dom.ini
Removed the line from php.ini, and all is well.
🙄 🤦🏼
#10
Pending Issues / Re: HTML Message body not disp...
Last post by shatteredgears - October 12, 2024, 05:40:31 PMSort of? But in this case, nothing at all displays. The body is completely empty.