Hi
I've updated the version of PHP running on my Mac OSX server and the
new version includes mcrypt which I didn't have before. Since then
I've not been able to log in.
There appears to be a problem with the length of the initialization
vector being handed to the mcrypt function, the interesting thing
being that the length is changing each time: 11, 18, 9, 12.
The error logs show:
ali@buggles:/Library/Webserver/Documents/roundcube$ tail logs/errors
[10-Nov-2009 13:23:09] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
11, needed: 8 in /Library/WebServer/Documents/roundcube/program/
include/rcmail.php on line 995
[10-Nov-2009 13:23:12 +0000]: IMAP Error: Authentication for ali
failed (LOGIN): "a001 NO Login failed." (GET /roundcube/?_task=mail)
[10-Nov-2009 13:36:59] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
18, needed: 8 in /Library/WebServer/Documents/roundcube/program/
include/rcmail.php on line 995
[10-Nov-2009 13:37:02 +0000]: IMAP Error: Authentication for ali
failed (LOGIN): "a001 NO Login failed." (GET /roundcube/?_task=mail)
[10-Nov-2009 13:38:16] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length: 9,
needed: 8 in /Library/WebServer/Documents/roundcube/program/include/
rcmail.php on line 995
[10-Nov-2009 13:38:21] PHP Warning: mcrypt_generic_init()
[function.mcrypt-generic-init]: Iv size incorrect; supplied length:
12, needed: 8 in /Library/WebServer/Documents/roundcube/program/
include/rcmail.php on line 995
[10-Nov-2009 13:38:24 +0000]: IMAP Error: Authentication for ali
failed (LOGIN): "a001 NO Login failed." (GET /roundcube/?_task=mail)
Grateful for any advice!
Cheers
Ali
_______________________________________________
List info: http://lists.roundcube.net/users/
I am wondering if anyone has created a method to specify a domain name
on the address bar to eliminate the user from having to enter it. I
know that a 'default' can be set up, but this is not what I am intending.
I host webmail for dozens of domains. It would be very convenient if the
main index page (index.php) could have the domain attached; such as:
http://www.maindomain.net/roundcube/index.php/?_domain=custdomain.com
would/could create a login page which does NOT require a complete email
address, but attaches the "custdomain.com" to the userID which the
customer
has entered. If they bookmarked the link to: /?_domain=custdomain.com
they would never have to enter their domain name.
If this has been accomplished I would appreciate learning about it, else
I will delve into the code required to accomplish it. ... OR if someone
advises that existing architecture would make it very difficult I would
appreciate learning this as well.
Thanks!
Jim
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I got a problem with the loginnames that roundcube sends to the server
for authentication. It seems that the username given to roundcube on
loginscreen is processed with strtolower() to lower case and send to the
server.
My user for example is user(a)domain.tld but I can login to roundcube as
well with UsEr(a)domain.tld which would never work in direct communication
with the server (for example with Thunderbird).
Is there a reason why roundcube lower-cases the usernames? If my user
would be User(a)domain.tld then the login in roundcube will always be
rejected as roundcube sends user(a)domain.tld which does NOT exist on the
server.
Is there a setting in the conf to force roundcube to send the username
as given by the user without any forcing of lower-case?
Thanks for any help
Cheers
tobi
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I'm just tinkering a bit with the new_user_identity plugin to make it
compliant with our Exchange Server (argh!) installation here, and so far
things work out alright I would say. I had to adapt how user_name and
user_email are set, but thanks to the well-structured framework, that
wasn't much of a problem.
Now, I would like to set the 'organization' for each user at login to a
fixed string as well, but couldn't find out how to do this.
Hints, anyone?
Cheers,
Nico
_______________________________________________
List info: http://lists.roundcube.net/users/
This mailing list (hosted at gigo.com) will see delays Dec 22 through Dec
23, as gigo.com goes through a hardware upgrade. During this time posts to
lists may be delayed by as much as 24 hours. My intent is to keep this down
to a few hours or less.
The administrators of the mailing lists have my contact info. End users may
check the status of the server by visiting http://status.gigo.com .
-Jason Fesler
postmaster@ various domains, including the list you're reading this on.
_______________________________________________
List info: http://lists.roundcube.net/users/
i know it doesnt say so in the docs, but has anyone gotten
the roundcube database to work on oracle?
regards,
Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
I remember asking this question some versions ago and never really
received a specific answer so now I am running a new mail server
(Postfix) with TLS / SASL Authentication & would like to know if its
possible when sending email from RC, can encrypt via TLS? I found the
option in my 'main.inc.php' file to login using TLS encryption:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
$rcmail_config['default_host'] = 'tls://mail.iamghost.com';
The above setting works perfect as show in my mail.log file:
Dec 10 08:35:19 mail dovecot: imap-login: Login: user=<carlos>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
Now I would like to use TLS for sending mail from RC and I am not sure
how to go about this specifically. Below I added a section from my
Postfix 'main.cf' file showing it's configured to send using SMTP but
I just don't know to enable this on my RC webmail client.
# SMTP settings
smtpd_tls_cert_file=/etc/ssl/certs/mail.crt
smtpd_tls_key_file=/etc/ssl/private/mail.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache
smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
smtpd_tls_loglevel = 1
smtpd_sasl_auth_enable = yes
#smtp_sasl_auth_enable = yes
I am running "Version 0.3.1-20091031".
Thanks so much!
_______________________________________________
List info: http://lists.roundcube.net/users/
OK, I feel kinda stupid here, because I don't use this Microsoft stuff, but
still it's me who gets complaints about IE + RC usability. I'm using
RoundCube 0.3.1 with the default skin.
1. Message search field seems to be disabled, at least some users report that
they cannot click and type to it. I'm not sure about the exact browser
versions though.
2. Internet Explorer is said to not remembering the login credentials.
Can you suggest anything to look into?
Thank you,
Kristof
_______________________________________________
List info: http://lists.roundcube.net/users/
On Sat, 5 Dec 2009 20:31:24 +0700, "Mahfuzur Rahman"
<mahfuz(a)itconnectbd.com> wrote:
> Dear Sir,
>
>
>
> Recently I am configure Roundcube Webmail in Ubuntu 9.04 server edition.
> This time It work fine but I cant change some configuration which is
user
> quota and attachment file size. Would you please help me to solve the
> problem?
>
>
>
> Regards,
>
> Mahfuzur Rahman
>
> Bangladesh
hi Mahfuzur Rahman
use quota software
man quota
all depends on your mail server ....
nb : google is your friends
_______________________________________________
List info: http://lists.roundcube.net/users/