Settings/folders no longer shows the total # of messages for
each folder in this screen.
Is this expected? I sure miss the tot-count!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All!
A have upgraded to version 0.5 stable at last weekend, but I have a
strange error.
The deafult language is hungarian, but the user can select language via
lang_sel plugin at login.
With default lang the login is successful, but if I change the lang and
try to login, I get back to the login screen without any error.
In IMAP log a see a successful login and logout.
After that unsuccessful login, if I change the lang, than I get
immediately logged in (without username and pass), with the first
selected lang.
Thanks for any help.
Attila Gyurman
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi, all.
I achieved mailbox sharing with Dovecot & Roundcube webmail in iRedMail[1]
today, just want to share you my experience, hope it helps. Although it's for
iRedMail, but it doesn't depend on it.
http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Share.IMAP.Folder
It describes:
- How to enable mailbox sharing in Dovecot
- How to enable mailbox sharing in Roundcube webmail.
- How to test mailbox sharing with telnet
Requirements:
- Dovecot >= 1.2
- Roundcube webmail >= 0.5 -stable release
[1] iRedMail - Free, Open Source Email Server Solution: http://www.iredmail.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I have a roundcube email account and am trying to setup to access it from
Outlook 2000. Need incoming and outgoing server names.
Can anybody help????
TIA
John
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube users and lovers
The next major release has now reached stable state and is available for
download. The important new features since 0.4 are: full support for shared
folders and namespaces, Internationalized Domain Names (IDNA) as well as
SMTP Delivery Status Notifications. The user interface for managing IMAP
folders has changed a bit and provides new space for further extensions and
plugins. This was already part of the release candidate published some
weeks ago and the new stable version fixed the last few bugs, namely some
issues with namespaces.
We recommend to update all existing Roundcube installations with this
release. Get it now from http://roundcube.net/download and have a lot of fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I've got two servers on my network:
- mail.iamghost.org [192.168.0.200 / 24]
- www.iamghost.org [192.168.0.201 / 24]
Now my Postfix server lets me send mail via SMTP just fine from
Thunderbird on any machine that is in 'mynetworks' file:
Code:
[root@mail ~]# cat /etc/postfix/mynetworks
127.0.0.0/8
192.168.0.0/24
The problem I'm having is that I've installed RoundCube on my web
server listed above and I'm able to login and read all my messages
perfectly via IMAP4. The problem is when I compose a new message and
try to send via SMTP from webmail only. When I try and send, I get a
SMTP error: SMTP Error (250) Authentication Failure. I can't
understand what's causing this. When I 'tail' my Postfix log file, I
don't see anything but an incoming connection and then an immediate
disconnect. No details show why this is occurring. I then ran Postfix
in debug mode to get more info and here's what I show:
Code:
Jan 11 13:29:32 mail dovecot: imap-login: Login: user=<carlos>,
method=PLAIN, rip=192.168.0.201, lip=192.168.0.200, mpid=2190, TLS
Jan 11 13:29:32 mail postfix/smtpd[2191]: connect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 220 mail.iamghost.org ESMTP Postfix
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: EHLO www.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-mail.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-PIPELINING
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-SIZE 20480000
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-VRFY
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
www.iamghost.org: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
192.168.0.201: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ETRN
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ENHANCEDSTATUSCODES
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-8BITMIME
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 DSN
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: RSET
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 2.0.0 Ok
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: QUIT
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 221 2.0.0 Bye
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: disconnect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail dovecot: imap(carlos): Disconnected: Logged out
bytes=12/341
Anyone know what is causing this error? I've completely disable (I
think) TLS configuration from Postfix (not Dovecot) to verify what the
issue maybe. Still get the same error with TLS disable. I can telnet
into the server from any PC and send mail via Telnet:
[cmennens@tuna ~]$ telnet mail.iamghost.org 25
Trying 192.168.0.200...
Connected to mail.iamghost.org.
Escape character is '^]'.
220 mail.iamghost.org ESMTP Postfix
EHLO tuna.ideorlando.org250-mail.iamghost.org
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:carlos@iamghost.org
250 2.1.0 Ok
rcpt to:carlos.mennens@gmail.com
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
Subject:Test Email Message
This is a test
.
250 2.0.0 Ok: queued as 4E7E7140522
quit
221 2.0.0 Bye
Connection closed by foreign host.
Any ideas on what this could be? It's driving me crazy and I'm
exhausted myself trying to resolve this issue.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi All,
Running version 0.4 Stable.
When a users clicks on an UNREAD message, the loading message appears, the
message becomes un-highlighted and then it throws up the "Could not load
message from server", nothing appears in the reading pane.
Can anyone shed any light on this please??
TIA
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone,
I am using Roundcube 0.5-beta with an Apache 2.2.14-5, GNUTLS 2.10.4 and
mod_gnutls in version 0.5.9. The used Linux distribution is Ubuntu 10.10.
When I am logged into the webinterface, I see many messages like these
in the Apache error log:
[Tue Jan 11 10:08:22 2011] [error] [client 88.198.50.166] GnuTLS:
Handshake Failed (-9) 'A TLS packet with unexpected length was received.'
First I thought it is a problem with Roundcube itself, but after I tried
several GNUTLS, mod_gnutls versions and the Squirrelmail webinterface --
and the error messages still occured -- I assume that there is a problem
with the underlying GNUTLS itself.
I also found a bug in the Ubuntu Launchpad Bugtracker, which implies
that this is a problem with GNUTLS:
https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/105736
* Has anyone experienced this problem before?
* Anyone a hint how to solve it?
* There seems to be no problem with the connection, Firefox and Chrome
tell me the session is encrypted.
Best Regards,
-Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e