Questions tagged [roundcube]

Roundcube is a web-based IMAP email client written in the PHP programming language. It is released under GNU General Public License.

Roundcube is a web-based IMAP email client written in the PHP programming language. Roundcube's most prominent feature is the pervasive use of Ajax technology to present a more fluid and responsive user interface than that of traditional webmail clients.

Website: http://www.roundcube.net

Forum: http://www.roundcubeforum.net

Plugin Repository: http://trac.roundcube.net/wiki/Plugin_Repository

220 questions
0
votes
0 answers

Django Send_Mail Authentication Failure

I am using my mail server to send mail using Django. When I try to use the send_mail function, I am met with an authentication error. I know that it is not the password, because I can use it to login to my mail account. How My Mail Server is Setup I…
PythonReactor
  • 483
  • 4
  • 18
0
votes
1 answer

Change Password Plugin is not working in roundcube

I have installed roundcube manually in a cpanel based server. I have added and enabled Password Plugin. But while trying to change password after login i am getting the following error : Could not save new password. Can't create socket connection…
0
votes
1 answer

Postfix error sending mail

i'm setting up a mail server with postfix, dovecot and roundcubemail, i receive emails, but when I send e-mail to any address the system SMTP Error (454): inserting the recipient "" failed (4.7.1 : Relay access denied) My main.cf is…
Vince
  • 9
  • 2
0
votes
0 answers

Relay access denied Error in PostFix

I am using digitalocean mailing server. I have configured Mail_In_box in Ubuntu 14 version and also map my domain registrar DNS with server. I have installed roundcude mail and also able to send and receive email using roundcude and it is working…
user1629977
  • 437
  • 1
  • 5
  • 21
0
votes
2 answers

SMTP Error (-1): Connection to server failed | can't sent mails

Fresh installation (postfix-dovecote-roundcode) without reserving domain name just VPS IP i can't sent any mail from web but i can sent normally from terminal, it'r return SMTP Error (-1): Connection to server failed /var/log/mail.log Jan 7…
0
votes
1 answer

roundCube popup message alert title ERRORTITLE

I couldn't find a way to change the title, I have found the error message in Localization files but I couldn't find the ERRORTITLE text to change. I have added some labels to plugin's localization file as like $labels['error'] = "Test Title";…
Emruardo
  • 37
  • 5
0
votes
0 answers

Login failed for root from 190.20.86.0. AUTHENTICATE PLAIN: Authentication failed

I have been dealing for over twelve hours looking for a solution with my Roundcube installation in my Virtual Private Server, Ubuntu 16.04. The IMAP (dovecot) and SMTP servers are online and can telnet without connection refused errors. However,…
Kevin
  • 1
0
votes
1 answer

Roundcube catches all HTTPS requests

I have set up roundcube on a mail.mydomain.com subdomain using the Apache config example roundcube comes with. Now when I try to reach the root domain on https, it displays the roundcube interface (without redirecting to the subdomain). # Apache2…
Sergiu
  • 345
  • 2
  • 5
  • 18
0
votes
2 answers

PHP Warning: Illegal string offset 'error' roundcube plugin

getting an error PHP Warning: Illegal string offset 'error' in ../roundcube/plugins/vtrc/vtwsclib/Vtiger/WSClient.php on line 93 function in php file (line 93 ends) function hasError($result) { if(isset($result[success]) && $result[success]…
Peet
  • 3
  • 3
0
votes
1 answer

Dovecot failing to login Roundcube

Good afternoon. I've been attempting to get Roundcube with Postfix and Dovecot to work for a community I run. I've created an account and attempted to connect to it using both Roundcube and its installed. The Roundcube installer says it logs in…
0
votes
0 answers

Dovecot ACL Configuration

The following is what i am trying to achieve: users are allowed to move email between folders, but not fully delete the message. Using the dovecot ACL: user=arjo@xxx.nl lrwsip This translates to: Lookup, Read, Write, Write-seen, Insert, Post In a…
Arjo
  • 5
  • 4
0
votes
2 answers

Experienced HTML/CSS programmer trying to "jump" to dynamic stuff

I've mastered the art of the static website, and now I'm picking up books on PHP, SQL, PEAR, etc so I can get a better handle of making a database-driven website. Now, I'm helping a small startup company get everything necessary off the ground while…
0
votes
2 answers

Insert script at login page - Roundcube

I'm trying to insert that Mcafee Security etiquette into my web page. Mcafee gave me the following code: However, it does not appear on my page when I add it. I'm…
Joe Doe
  • 57
  • 10
0
votes
2 answers

Linux update roundcube stops working and poiting to squirrelmail

I'm trying to solve a problem with Roundcube. On monday I was updating server and installing php 7.1.5 (Debian 8 with ISPConfig) manual: https://www.howtoforge.com/tutorial/how-to-install-php-7-on-debian/. It seems that php and everyting else is…
user2014521
  • 155
  • 11
0
votes
0 answers

AddAttachment PHPmailer, email sended in blank

let me put my problem, i hope someone can helpme. I have a system to send my envoices using phpmailler, so when I send an email with AddAttachment I receive a email without show it body, when i send an email without an AddAttachment i receive…