Hello!
I love so many things about roundcube, if the developpers read this: great
job, such a beautiful piece of software! thanks a lot!
I had a question regarding the default display name at the time of a user's
first identity initialization. It would seem that it simply takes the prefix
of the email address as the display name. I run my web server where
roundcube resides in the same place as my imap server so the users logging
into roundcube do authenticate on the machine itself. How difficult would it
be to pull the user's real name from /etc/passwd and use that as the display
name that gets inserted when a user logs in for the first time?
Thanks for any ideas!
Pat
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, 11 Feb 2008 18:59:27 +0800, zamri <myzamri(a)gmail.com> wrote:
>> Yeah, this is an issue. I guess you could write a fairly simple web
>> interface to create/read/edit a procmail script using simple recipes.
>> Putting this into RC seems a little in the wrong place to me, but I can
>> understand the need. But again, I'd probably try and opt for a
> filtering
>> system that would work no matter what client you used. I wonder if
> other
>> webmail packages offer this - I've only used squirrelmail and RC, so I
>> don't have wide experience really.
>
> It can be made to work if u install sieve daemon and RC have the plugin
> (frontend) to configure it.
> I don't know whether RC has this. Plugin concept will be good for RC.
I have no experience of using sieve, but it sounds like a good idea to me!
Alex
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi again
More questions/suggestions:
6. Moveto
When a mail is opened a listbox "move to..." appears above the text
enabling you to move the mail to a folder.
This listbox is absent in the overview. But sometimes i want to
move a message to a folder before reading it.
Is this possible in RC? (some hidden setting?)
7. Filters
Is there a possibility in RC to define Filters which move messages with
a certain header, say, to a particular folder?
Thank you
Jody
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello - Was hoping for a little help please.
I have a homepage and a form which allows a user to enter a
username/password.
I am trying to make this username and password send direct to my
roundcube install. This part works fine.
However when the wrong user/pass are entered roundcube gives the usual
error 'login failed' but returns the user to the roundcube index.php - I
would prefer it to return to user to my login form.
I don't suppose anyone could help me locate the required section of code
so I can edit.
Kind Regards,
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, 7 Feb 2008 08:53:16 +0100, jody <jody(a)ifi.uzh.ch> wrote:
>> Yeah, this is an issue. I guess you could write a fairly simple web
>> interface to create/read/edit a procmail script using simple recipes.
>> Putting this into RC seems a little in the wrong place to me, but I can
>> understand the need. But again, I'd probably try and opt for a
> filtering
>> system that would work no matter what client you used. I wonder if
> other
>> webmail packages offer this - I've only used squirrelmail and RC, so I
>> don't have wide experience really.
>
> In such a case RC would simply offer a tool for editing -
> wouldn't the .procmail be valid if you would use another mail client?
This is true, but typically RC will be able to read/write from a user's
mail directory and not from their home directly.
Procmail reads it configuration typically from a user's home directory
(~/.procmailrc) which RC wouldn't be able to write to, not at the moment
anyway.
Allowing RC to write to a user's home directory opens up some other
potential security issues I'd imagine.
Perhaps there could be an option that you can enable for procmail
integration where you have to set each user's .procmailrc to be writable by
RC or something.
Interesting idea... I'm no expert in PHP, so I don't really know where to
start... perhaps make it a feature suggestion on trac?
Alex
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi guys,
We have a problem, when we try to send an attachment wich is a little
bit to heavy. Roundcube tries to allocate a lot of memory, and the
process crashes beceause memory limit is reached
I've tried to arise memory limit up to 65M, but I think that it should
normaly be not more than 16M (php standard is 8).
I've got the following lines in error log
PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried
to allocate 10598455 bytes) in program/lib/imap.inc on line 1910
[03-Feb-2008 16:22:22] PHP Fatal error: Allowed memory size of 41943040
bytes exhausted (tried to allocate 10599123 bytes) in
program/lib/Mail/mimePart.php on line 226
[03-Feb-2008 17:31:39] PHP Fatal error: Allowed memory size of 68157440
bytes exhausted (tried to allocate 21474171 bytes) in
program/lib/Net/SMTP.php on line 745
Do you have a fix for that very annoying bug ?
We use RC2
Thank you.
--
Wadin Julien
Tel : +32 (0) 475 632 168 ou +33 (0) 9 79 99 21 56
Web : http://blog.julienwadin.be/
_______________________________________________
List info: http://lists.roundcube.net/users/
I believe I have the most recent version of Roundcube installed via
svn on Apache/2.2.8. Roundcube is Revision 971. I'm using Server
version: 5.1.22-rc FreeBSD port: mysql-server-5.1.22
It actually works at the moment, but there's a couple things I can't
figure out.
1) If I edit db.inc.php and set $rcmail_config['db_backend'] =
'mdb2'; - I will get a "FAILED TO CONNECT TO DATABASE" message. I do
have MDB2 installed. If I change mdb2 to db it will work.
2) Whether I have the above line set to db or mdb2 I always get the
same message with check.php....
Check supplied DB settings
DB settings: NOT OK
Why would my DB setting be "NOT OK"? (even when using 'db') and why
can't I use mdb2?
Thanks!
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I'm new to roundcube (our sysadmin just installed it a few days ago)
and i have a few questions (or suggestions? or bug reports?)
1. I tried to send a mail with a subject line but no body.
RC didn't send the message but neither did it give a warning.
I think it should be possible to send mail without body; or,
if there is a reason why this should be impossible, an adequate
message should be displayed.
(I think this is connected with an issue raised in August 2007:
http://lists.roundcube.net/mail-archive/dev/2007-08/0000017.html
"Javascript Error when send message without body"
The JS Error still occurs!)
2. "Show all"
Sometimes it is advantageous to see all messages in a folder at once
(e.g. to perfome mass deletions: select all and the klick on the delete
icon;
or to quickly scan all messages in a folder)
Is there a way to this in RC? In Squirrelmail you can toggle between
"show all" and "paginate"
3. "Compact" and "Empty"
When i open RC, the "Empty" link is not enabled for any folder,
not even the Trash folder. Is there some setting which can control this?
Or does it have to do with the permissions of folder .Trash on the server?
4. Collapsible folders
I have grouped my folders in a hierarchy, i.e. some folders containing
other folders. Sometimes it would be cool to be able to collapse a
"superfolder" when you're currently not interested in it, and open it
again when you need it. Is this possible in RC?
I tried klicking on a "superfolder" but that didn't work.
5. Delete icon
I think the icon currently used for deletion is a bit misleading because
this symbol (circle with a diagonal bar across it) usually denotes
something
forbidden. I think a simple (red) cross would be clearer.
Thank you in advance for any hints to my questions...
Jody
_______________________________________________
List info: http://lists.roundcube.net/users/
When I get html email from multiply.com, I can see the contents and
images but all the html links within roundcube webmail is not
clickable. They are just underscored.
Is this a bug?
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I've read somwhere about a feature preview pane. but couldn't get it to
work.
is it included or do I need tu add some kind of patch or something?
_______________________________________________
List info: http://lists.roundcube.net/users/
Charlie Hazlett wrote:
> I do not empty my spam folder daily and in no time at all it can contain
> over 1000 messages......give it a week and there might be over 10,000.
>
> I have been online with the same email addresses for a dozen years and
> the spam tends to build up.
>
>
>
> On 1/24/2008, "bb" <bb(a)0brg.net> wrote:
>
>> chasd wrote:
>>> Playing with RoundCube a bit more, as a work around you could delete
>>> the entire mailbox from the "Folders" area of "Personal Settings" and
>>> then create a new folder of the same name.
>> Or just click the "Select: All" link and then delete 40 messages (or w/e
>> your messages/page limit is) at a time. Sure, it's not perfect, but it
>> works alright if your mailbox isn't tooooo huge (I am assuming you don't
>> want to empty a 10K+ box every day that is not called "Junk" or "Trash" :P).
Hmm, this got me interested; how does roundcube handle huge mailboxes
anyway? So I tried;
$ for ((i=0;i<100000;i++)); do
for> echo "spam $i" | mail -s "spam $i" $USER
for> done
Even though this stopped after the ulimit -u was reached (it sent ~2k
messages in total) it gives a pretty good impression of how roundcube
handles it... not very well.
At first, I set my user preferences to allow message windows with 100K
messages but because of the hard 200 limit in the config, I only saw 200
messages. At least I saw them.. once I also modified that value I saw
nothing anymore. The roundcube error logs gave:
[25-Jan-2008 00:21:34] PHP Fatal error: Allowed memory size of 8388608
bytes exhausted (tried to allocate 2049 bytes) in
/a/boao/www/webmail/roundcubemail-0.1-rc2/program/lib/imap.inc on line 133
The HTTP response body was empty, status 200. Changing back all the
values, deleting all messages with thunderbird (which worked very
smoothly, btw), restarting the webserver; nothing mattered. It kept
saying that in the logs. To eventually get it to work again I had to
empty the trash with thunderbird and "compact" all the folders.
Anyway, not that this is a very likely situation.. It's still quite
interesting to see that once it's too full, it's too full and you're
doomed if you don't have other means to access your INBOX :)
Greetings,
b^4
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all,
how do I enable the HTML-Composing in the rc2 ?
As far as I understood it the HTML-Composing is included but not
activated by default.
Christian Kütbach
--
UNEM-Produktion
Dipl.-Inf. Christian Kütbach
Tel.:02507-982722
c.kuetbach(a)unem.de
www.unem.de
_______________________________________________
List info: http://lists.roundcube.net/users/
I am still seeking a way to do mass deletions of emails. I know one may
empty the trash folder but there should be an easier and quicker way to
empty other folders as well.......my spam folder, for instance.
This is the ONE thing that keeps me from using RC....until that feature
is included I will stick with Iloha......it does everything I
want.....just not as "pretty".
########
NOTICE: Due to Presidential Executive Orders, the National Security
Agency may have read this email without warning, warrant, or notice.
They may do this without any judicial or legislative oversight. You have
no recourse nor protection save calling for the impeachment of the
current President.
########
Charlie Hazlett
charlie(a)hazlett.net
Columbus, Ohio
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a limit on the number of folders Roundcube can work with? When
I go to the folders list in my primary mail account it sits loading for
a while and then ends up with a blank page. I am assuming I have too
many folders for Roundcube to work with. Either that or the fact that I
have folders within folders is causing problems.
I have 1311 folders at present with the archives that all sit below an
archive folder. All works fine with Thunderbird accessing the folders
via IMAP and Mutt directly on the server. I am using Dovecot for IMAP
access.
--
Paul Tansom | Aptanet Ltd. | http://www.aptanet.com/ | 023 9238 0001
======================================================================
Registered in England | Company No: 4905028 | Registered Office:
Crawford House, Hambledon Road, Denmead, Waterlooville, Hants, PO7 6NU
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Group ,
Clicking on the "+" sign next to an email address to add them as a contact generates the following error in a red bar at the top of the page :
"Could not save the contact address"
It does check to see if it is already an address, because when I try to add an address that is already in my address book it says
"A Contact with this email address already exists"
So I am guessing I might be having a problem writing from this page to the contact tbale...any ideas ?
Thanks,
Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
I just installed roundcube and I am getting the following error after I try
to login. I don't see any errors in the log file.
Any suggestions as to what could be wrong? This is on a windows server.
The page you are looking for cannot be displayed because an invalid method
(HTTP verb) was used to attempt access.
_____
Please try the following:
* Contact the Web site administrator if you believe that this request
should be allowed.
* Make sure that the Web site address displayed in the address bar of
your browser is spelled and formatted correctly.
HTTP Error 405 - The HTTP verb used to access this page is not allowed.
Internet Information Services (IIS)
_______________________________________________
List info: http://lists.roundcube.net/users/
environment:
OpenBSD 4.0/i386, chrooted apache, roundcube 0.1-rc1, dovecot 1.0.2 (yes, i
should probably get this upgraded)
i am providing services to a few dozen users via an https url. after
applying the update to -rc2, i was unable to login via the web interface.
/logs/errors shows:
[26-Dec-2007 14:58:56 +0000] IMAP Error: Invalid password
after looking around at the dovecot logs, and finding nothing, i decided to
crank up the logging (in dovecot and roundcube). still nothing, and after
taking a peek with tcpdump i suspected that the requests weren't even
making it to dovecot.
running `openssl s_client -connect 127.0.0.1:993' confirmed my suspicions
(i think), as it worked just fine:
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA
Server public key is 1024 bit
[...snip...]
---
* OK Dovecot ready.
A345 login john XXXXXXXXX
A345 OK Logged in.
Z345 logout
* BYE Logging out
Z345 OK Logout completed.
read:errno=0
i believe the relevant parts of main.inc.php are:
// 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 connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'ssl://localhost:993';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 993;
i have tried changing `localhost' to the FQDN of my host (plus other
relevant config changes), and a few other permutations, none of which shed
any light on the scene for me.
anything from playful nudges to get me looking in the right direction to
hitting me right upside the head with a cluestick will be much appreciated.
regards,
--john
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks
First of all I want to say, RoundCube is a nice thing!
But I have one problem:
I log into RoundCube with an available account and leave the computer.
The next day, I'm still logged in. So if I log in from a public computer
and forget to log out, my account is predestinated to get compromised.
If I dont clear the browser's cache and history, RoundCube is opened
without a login request. => Logs in with the last logged in account.
I also run Squirrelmail, and there, even if I just reload the URL, I'm
asked for user and pw. I think, this behavior should be also possible
for RoundCube. I have to explicitly log out with the logout button to
get logged out effectively.
Altough it is the task of the user to log out, an automatic log out
functionality wouldn't be bad.
What am I doing wrong? Or don't I have understood everything?
Thanks for help
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there
I can't find a reference to this issue in the mailing list archives.
Does anyone know why for some users the login hangs indefinitely and
the php process starts munching CPU and memory (leak?). Very strange.
My 'username' fields are in this format:
login%domain.com
I seriously doubt that could have anything to do with it, given that
all users' logins are in that format.
Any ideas?
Running v0.1-rc2 under lighttpd 1.4.15 with php 4.4.4 and Dovecot 1.0.7
Thanks
Dale
_______________________________________________
List info: http://lists.roundcube.net/users/
Entry page logins use the format: user/pasword when authenticating
against IMAP. This portion works for my server. However, for some
reason when viewing the folders section under personal settings, RC2
tries to switch to user@host/password which does NOT work on my
server.
Where can I fix this?
Also, RC2 does not display the buttons/search bar properly when using
Firefox version 2.0.0.11. Anyone else have this problem?
Thanks,
Tommy
(BTW, upgrading from beta-1 to rc2 is a complete waste of time. You
might as well just reinstall RC and upgrade only the database part.)
--
Only God knows everything...... and he works for Mossad.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I would like to know if anybody has already configured his RoundCube
webmail with a kerberos authentification.
I'm using a Postfix and Cyrus-imap mail server.
The authentification is done using saslauthd with gssapi mechanism.
My web server is Apache 2
Thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
On 17/12/2007, Eric <cephelo(a)gmail.com> wrote:
> I had a similar issue. It turned out to be a permission issue
Eric, I was just about to post my solution! Yes, you're right. There
were a few messages which I'd moved into various directories which
were not rw by the IMAP user! Solved!
Thanks for responding.
_______________________________________________
List info: http://lists.roundcube.net/users/
Where is the setting to control the 60s refresh? We're using Roundcube
over a high grade SSL connection and 60 seconds is much too frequent,
but I don't see a relevant setting anywhere. I couldn't even locate
the timeout call in the JavaScript, assuming there is one somewhere.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/