Hi all,
I'm new to this list and newbie of roundcube.
How do I set all users email address with domain other than my server's
hostname? I noticed all users sent email using roundcube have different
domain name after @ such as user(a)webmail.mydomain.org. My hostname is
webmail.mydomain.org. How do i change this to user(a)mydomain.org. I assumed
it grabs my hostname and use it for users' email addresses.
My server:
Mandriva 2006
dbmail-2.2.5
postfix
thanks in advance.
--
zamri
Linux System Administrator
Kolej ShahPutra Kuantan
Pahang Malaysia
Tel : 609.573.777.7 ext 119
web : http://muhdzamri.blogspot.com
Hello everyone,
today I played around and upgraded to today's svn trunk version of
roundcube. I was really curious since I read that there are only two
tickets left til roundcube will go stable.
Anyway, I was kinda disappointed. I only tested a little but the overall
impression is that it will work worse than what I'm used to with the rc2
version. Especially two things are annoying:
1. The new mark-as flag menu popup does not work. Instead, the "as
read"/"as unread" is displayed all the time, scrambling the message subject
line of the first message in the current folder. Clicking the links doesn't
work either. (I could provide a screenshot for that.)
2. Message marking broken; clicking on single messages doesn't mark the
message visually. Unfortunately I just notice that I didn't test if the
functionality would work.
I didn't open any tickets yet, maybe it is known? Since I don't provide a
patch nor did regression testing by svn version I didn't dare writing to
the dev-list ;) Since all lists are rather low traffic I hope it will reach
you developers anyway.
For now I svn switched back to rc2 but I volunteer to do some testing or
test patches if necessary.
Hope that all helps,
Sebastian
_______________________________________________
List info: http://lists.roundcube.net/users/
http://edinburghnights.co.uk/roundcube/
The error log says..
[Fri Feb 29 10:56:10 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:56:10 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:57 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:54:57 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:56 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:54:56 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:55 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:54:55 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:54 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
Any help would be welcome.
R.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there!
I have a problem with mails bigger than 1MG, when i open them all i get is a
blank page.
I thought it was a php problem, but i increased the memory limit to 32mg and
it didn't work..
Any ideas?
Cumps
Armindo
--
--
"The only way of discovering the limits of the possible is to venture a
little way past them into the impossible."
Sir Arthur C. Clarke
_______________________________________________
List info: http://lists.roundcube.net/users/
I have just noticed an odd behavior: If you have an e-mail with an
attachment, a window appears and says : "Loading Data..." until the
attachment is downloaded and then i assume normally it is automatically
downloaded. However, in the case of known filetypes such as PDF where
acrobat will open it in the browser, the pdf appears in the little "Loading
Data" frame which is about 3x2" .. definately not enough to view a pdf file.
Does anyone have any thoughts about this behavior?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, i'm using roundcubemail-0.1-rc2 (i upgraded from version 0.1-beta).
apparently all works ok except the icons of taskbar. I added two customized
icons (vacation and change-password) but the text of icons not show, i see
only the image.
My configuration for do this:
program/localization/es/labels.inc (i configured roundcube with spanish
language)
[...]
$labels['change_password'] = 'Cambiar password';
$labels['vacation'] = 'Vacation E-mail';
[...]
skins/my-skin/includes/taskbar.html (i also configured
$rcmail_config['skin_path'] = 'skins/my-skin/';)
[...]
<a class="button-change-password" onclick="window.open(this.href); return
false" href="https://my-tool-for-change-password.html"><?php echo
htmlspecialchars(rcube_label("change_password")) ?></a>
<a class="button-vacation" onclick="window.open(this.href); return false"
href="https://my-tool-for-vacation.html"><?php echo
htmlspecialchars(rcube_label("vacation")) ?></a>
[...]
Previus version of roundcube works ok with this configuration
i have been able show the text os icons with the following lines:
<roundcube:button command="change_password" label="change_password"
class="button-change-password" onclick="window.open(this.href); return false"
href="https://my-tool-for-change-password.html"/>
<roundcube:button command="vacation" label="vacation" class="button-vacation"
onclick="window.open(this.href); return false"
href="https://my-tool-for-vacation.html"/></a>
but when doing 'click' to the icons doesn't happen anything
Why with previus versions of roundcube works ok ?
Anyone help me?
thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
till wrote:
> On Feb 6, 2008 9:47 PM, daniel(a)nullroutes.com <daniel(a)nullroutes.com> wrote:
>
>> (...)
>> I don't suppose anyone could help me locate the required section of code
>> so I can edit.
>>
>
> In trunk:
> <http://trac.roundcube.net/browser/trunk/roundcubemail/index.php#L173>
>
> The code has pretty good inline documentation and since we feed
> *everything* through index.php - that's the place to look at. I am not
> sure which version you run, so you may have to "translate" line 173 to
> your's.
>
> Hope that helps!
> Till
>
Hi Till
Thanks so much for your reply .. however could I ask for some further
help please.
Would I change this line (173 on index.php)
else
{
$OUTPUT->show_message($IMAP->error_code == -1 ? 'imaperror' :
'loginfailed', 'warning');
rcmail_kill_session();
}
To
else
{
$OUTPUT->show_message($IMAP->error_code == -1 ? 'imaperror' :
'loginfailed', 'warning');
http://www.myloginpage.com
rcmail_kill_session();
}
I'm not too sure on PHP .. any help would be appreciated!
Thanks
Dan
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 20 Feb 2008 21:40:51 +0000, "Seb Payne" <seb(a)blackandmaple.com>
wrote:
Anyway, we really need a global address book and is there such a
feature in RoundCube and is it LDAP compatible? I've seen various
references to a patch on the forums and mailing list but have had no luck
in finding anything.
from config/main.db.inc:
// in order to enable public ldap search, create a config array
// like the Verisign example below. if you would like to test,
// simply uncomment the Verisign example.
/**
* example config for Verisign directory
*
* $rcmail_config['ldap_public']['Verisign'] = array(
* 'name' => 'Verisign.com',
* 'hosts' => array('directory.verisign.com'),
* 'port' => 389,
* 'base_dn' => '',
* 'bind_dn' => '',
* 'bind_pass' => '',
* 'search_fields' => array('mail', 'cn'), // fields to search in
* 'name_field' => 'cn', // this field represents the contact's name
* 'email_field' => 'mail', // this field represents the contact's
e-mail
* 'scope' => 'sub', // search mode: sub|base|list
* 'filter' => '', // will be &'d with search field ex:
(status=act)
* 'fuzzy_search' => true); // server allows wildcard search
*/
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm the webmaster of Purple Radio, the student radio station at the
University of Durham in the United Kingdom. We are currently using
Bongo (www.bongo-project.org) as our backend but for the moment, are
using RoundCube as our web front end until they finish the work on the
web end or if we move elsewhere.
Anyway, we really need a global address book and is there such a
feature in RoundCube and is it LDAP compatible? I've seen various
references to a patch on the forums and mailing list but have had no
luck in finding anything.
Thanks!
Seb
--
Sebastian Payne
Undergraduate Computer Science, University of Durham
Webmaster, Purple Radio - www.purpleradio.co.uk
Head of Van Mildert JCR Computer Committee
seb(a)sebpayne.com - sebastian.payne(a)durham.ac.uk
www.sebpayne.com - www.dur.ac.uk/sebastian.payne/
_______________________________________________
List info: http://lists.roundcube.net/users/