Questions tagged [roundcube]

Webbased email client.

Roundcube is a browser-based multilingual IMAP client with an application-like user interface. It is written in php.

Official page: http://roundcube.net/

167 questions
1
vote
1 answer

How can I setup automatic renewal for Kerberos tickets and make the ticket life longer, in an OSX Server mail server

I have to renew tickets manually in my server terminal for users to have access to their mail accounts. I am using kerberos as a login authentication to access a local mail server. My local machine has a name of remote.X.pt and is providing mail to…
marafado88
  • 412
  • 2
  • 9
  • 31
1
vote
0 answers

MUC with roundcube-mail converse.js plugin

We are using the converse.js based plugin for roundcube-mail which can be found here for XMPP communication. Chatting works fine as do chatrooms. When we initially log-in the servername for chat-rooms is set to conference.xmpp.mydomaine.com.…
Mc Bw
  • 11
  • 1
1
vote
0 answers

Failed: Login to roundcube

Where I did I make a mistake? I can not log into roundcube. IMAP Error in /var/www/sub/webmail/program/lib/Roundcube/rcube_imap.php (193): Login failed for email@mydomain.com from IP.IP.IP.IP. Could not connect to localhost:143: The time limit for…
Forse
  • 11
  • 2
1
vote
1 answer

Add new email user in Dovecot

I installed Dovecot 2.2.10 & Roundcube in Amazon Linux (apparently it's a CentOS variant). If I want to add a new mailbox (e.g. info@mydomain.com) to IMAP, how do I add this mailbox? I read from Dovecot documentation, there are quite a lot different…
Raptor
  • 1,001
  • 4
  • 19
  • 38
1
vote
1 answer

convert plain text passwords to sha512-crypt in dovecot + postfix's mysql mailbox table

I have an old postfix + dovecot + Roundcube mailserver (mail.domain.Tld). Server clock is loosing time and adjusting it causes dovecot to kill itself, we cannot install more memory, bigger hard-drives, etc. I have built a new server box…
cajeptha
  • 21
  • 1
  • 7
1
vote
3 answers

CentOS 7 ec2 smtpd - Client host rejected: Access denied

I've been trying to figure this out for hours and can't quite wrap my head around it. I have a mail server on an ec2 instance running CentOS7 that has postfix, courier (authlib and imap), sasl, amavisd, spamassassin and roundcube configured on it.…
Karl Viiburg
  • 185
  • 1
  • 3
  • 7
1
vote
1 answer

Is it safe/how to update php (5.3.9)? centos (6.5 final) & parallels plesk panel (11.5.30 Update #47)

I have my own server that is running: php (5.3.3), centos (6.5 final) & parallels plesk panel (11.5.30 Update #47). This server has customers with subscriptions in plesk and their domains set up. With tight integration with roundcube mail, mysql…
gMaximus
  • 41
  • 6
1
vote
1 answer

whitelisting some domains & some users on specific domains as destinations for Zentyal/Postfix

I have been using sendmail as MTA & SquirrelMail for webmail. I used to have following setup to restrict recepient in SquirrelMail. SquirrelMail had a plugin called Recepientrestrictions which can check two php files Config.PHP - contains list of…
1
vote
2 answers

Sent mail/login log for roundcube webmail

Does roundcube webmail have a log for logins, or for sent mail? I searched everywhere but could only located the "error log" directory in roundcube, not one for logins or for sent mail. I'm trying to locate possible account theft, and seeing the IP…
Robin Rodricks
  • 560
  • 2
  • 12
  • 27
1
vote
1 answer

Roundcube does not add IP address information into sent emails

Usually the mail client is supposed to add IP information into emails, in order for the sender to be tracked. But when you send emails from Roundcube Webmail/0.8.4+, the IP address of the server is the only one present in the email, which makes it…
Robin Rodricks
  • 560
  • 2
  • 12
  • 27
1
vote
1 answer

Dovecot Authentication failed if trying login with @domain

When I try to test my IMAP server functionality using telnet I encounter the following error. If during the test i omit the @domain.ex everything works fine(as you can see below); a login user password a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR…
ElChupito
  • 11
  • 1
  • 4
1
vote
1 answer

Dovecot login with username and no @domain.com extension

I have dovecot setup and working, but i can only login as a linux user without the @domain.com extension. e.g joe.bloggs is a user on the linux system. i can login using this as the imap username and the user password username = joe.bloggs -…
Dan Hastings
  • 706
  • 1
  • 13
  • 24
1
vote
0 answers

How do I install a bitnami LAMP module by SSH command line?

This is a pretty straightforward question that I cannot seem to find an answer for. I already have a running Bitnami LAMP stack on an Amazon EC2 instance. Where do put the installer (bitnami-roundcube-1.0.1-0-module-linux-installer.run) and what…
AJStacy
  • 111
  • 4
1
vote
2 answers

RoundCube too many sleep connections in mysql

we have a mail service with these details: 1-Centos 6.4 2:Postfix 2.6.6 3:roundcube 0.8 4:dovecot 2.0.9.7 5:mysql-server 5.1.71 everything is ok but in peak usage time roundcube sleeped connections increases from 1 or 2 or 3 to…
1
vote
2 answers

Allow IMAP for Roundcube and as external service only for some special users. How to configure?

It's easy to set up a special passdb query in dovecot to restrict IMAP access to certain users, e.g. see this documentation on the dovecot wiki. But when I use a webmailer like Roundcube and want to allow every other user to use it (and not just…
initall
  • 2,325
  • 3
  • 18
  • 19