I did the patching and installed the drivers and whatnot.. but on the
installer page, i see the following:
Check configured database settings
DSN (write): OK
DB Schema: NOT OK(Cannot read the schema file: ../SQL/pdoSqlite.initial.sql)
I cannot find this pdoSqlite.initial.sql
I made my database with
sqlite -init SQL/sqlite.initial.sql sqlite.db
and I get this error in my logs.
[05-May-2010 19:42:16 +0200]: DB Error: MDB2 Error: unknown error Query: _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id='ldnu9ca02d5mtrj1ngtp341e03'] [Native code: 00000] in /usr/local/apache2/htdocs/roundcube/program/include/rcube_mdb2.php on line 630 (GET /)
[05-May-2010 19:42:37] PHP Warning: PDO::query(): SQLSTATE[HY000]: General error: mode must be an integer in /usr/local/apache2/htdocs/roundcube/program/lib/MDB2/Driver/pdoSqlite.php on line 572
[05-May-2010 19:42:37] MDB2 Error: unknown error (-1): _doQuery: [Error message: Could not execute statement]
[Last executed query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed
FROM session
WHERE sess_id='ldnu9ca02d5mtrj1ngtp341e03']
[Native code: 00000]
[05-May-2010 19:42:37 +0200]: DB Error: MDB2 Error: unknown error Query: _doQuery: [Error message: Could not execute statement] [Last executed query: SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed FROM session WHERE sess_id='ldnu9ca02d5mtrj1ngtp341e03'] [Native code: 00000] in /usr/local/apache2/htdocs/roundcube/program/include/rcube_mdb2.php on line 630 (GET /)
any ideas?
Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
Bom dia Eden, esse problema só ocorre no webmail, todos os clientes aqui
utilizam Outlook e esse erro não acontece, apenas no webmail, um usuário
loga na sua conta e cai na de outro usuário qualquer.
Hello Eden, this problem only occurs in webmail, all clients use Outlook
here and this error does not happen, only in webmail, a user logs into your
account and falls on any other user.
_______________________________________________
List info: http://lists.roundcube.net/users/
Boa tarde, estou com um problema e gostaria da ajuda de vocês, seguinte,
quando um usuário loga em sua conta de webmail com seu nome de usuário e
senha cai na conta de outro cliente, isso aleatoriamente, usuário João loga
e cai na conta do usuário José, isso com todas as permissões, enviar
e-mails, deletar, etc.
Gostaria de saber se alguém já teve problema semelhante.
Obrigado.
_______________________________________________
List info: http://lists.roundcube.net/users/
Good afternoon, I have a problem and would like your help, next
when a user logs into your webmail account with your username and
password falls on account of another customer, this random, user John logs
and falls on the user account José, that with all permissions, send
e-mail, delete, etc..
I wonder if anyone has had similar problem.
Thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there,
I have developed a mail clustering solution that works with most mail servers,
and has massive scalability. It's called Proto Balance Mail and it's
downloadable
from http://protobalance.com/protobalancemail.html
Now Proto Balance Mail directs traffic, and aportions mailboxes -- so
it does not
actually store mail. It is meant to allow you to deploy multiple instances of
whatever mail server and webmail client you are already accustomed to.
It would be good to integrate this product with RoundCube of course. The result
would be a web-mail solution that supports large sites - like those with over
10,000 or 100,000 mailboxes or more.
If there is anyone interested, please contact me on paulsheer(a)gmail.com or
protobalance(a)protobalance.com
Kind regards, and thanks very much for RoundCube - it's great.
-paul
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear all,
There seems to have no information on the following issue in the List. Kindly share your advice.
How do we configure RC to use the default folders in OS X Server 10.6, such as Drafts, Sent, Trash and Junk?
Charles So
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have the following trouble:
If I delete (move to trash) several messages one after the other,
roundcube get slow after deleting a few messages (around 5). Slow means,
that it takes around a minute to delete a single message.
In the logs I see, that for every delete operation, roundcube issues a
new connection/login to the imap server. I suspect that after a few such
operations, to "pool" of available connections to the imap server is
exhausted, which causes the delay.
This is supported by the observation that the delete operation seems to
complete as soon as an "old" connection is closed, which seems to happen
after 60 s (keep_alive time).
I wonder if I configured something wrong, because to my opinion it would
be more efficient if roundcube just uses the established-connection
instead of opening a new one for every (delete) operation.
I just realized, that for every operation (i.e. view a message)
roundcube issues a new login/connection to the imap server. Is this
really intended?
Any hints welcome.
cheers,
Hp
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i read in the announcement mail, that roundcube is supporting threaded
message viewing now. Is there a configuration option in the config, i must
set for it to work ?
Best Regards
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I've setup Roundcube 0.3.1 with dovecot and managesieve. My setup is
working fine with any IMAP client (Apple Mail, Thunderbird, Evolution,
etc.) but I have issues with folders in roundcube.
Basically, it seems in the pane I can only see folders if:
- the folder is Inbox
- the folder is subscribed
- the folders lives in the same folder in which there is a subscribed
folder
all other folders do not show up in the folders pane, but I can see them
in the Settings > Folders menu and if I subscribe to them, then they
appear in the Folders Pane.
I've searched the options and played with imap_root/imap_delimiter, but
this seems not to be the issue.
Any idea?
thanks
Luca
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm used to Thunderbird, and there a couple of features in it
that would make Roundcube far more useful to me.
The first is the split window layout that Thunderbird uses.
I normally select the oldest message, and Thunderbird immediately
shows that message in another window. I then just hit Delete
or Junk repeatedly to peel through all of the emails. Just one
click per email, and I don't have to move the mouse around. I
am viewing the subject list the whole time, so I can queue up
decisions in my mind as to what is spam, and what needs to be
read.
With Roundcube, I have to double click on a message, then
the whole page is replaced with the message. If I hit
Delete, I am sent back to the subject list. It would be
much better for me if the next message would simply load
in place. Then I could just keep hitting Delete to get
through all of my messages. Squirrel mail has a
"Delete and Next" link that does this. Right now, I
have to go back and forth between the subject list and
the message window, reloading the subjects each time I
read a message, which can be time consuming.
Anyway, great job on Roundcube. It's an impressive webmail
client.
Thanks,
Tobiah
_______________________________________________
List info: http://lists.roundcube.net/users/
hello boys and girls
hello all users of this list
hello guru of php
hello much many people
here is my previous discution
Hi there,
You don't really need to write any line in C to change the password the
PAM way:
http://svn.php.net/viewvc/pecl/pam/trunk/README?view=markup
This is a PECL module, so installation is easy: pecl install pam
See you!!
emi
2010/4/20 fakessh <fakessh(a)fakessh.eu>:
On Tue, 20 Apr 2010 14:09:07 +0200, "A.L.E.C" <alec(a)alec.pl> wrote:
fakessh wrote:
I try to implement the change password plugin I just watched
http://trac.roundcube.net/browser/trunk/plugins/password it does not seem
to have an option to change password when using
dovecot
I do not use sql or ldap. I use pam to store my password
through the authentication to postfix and dovecot: my passwords are login
or plain text if so, can you enlighten me how to use the change password
plugin
I don't know if there is a plugin or driver for PAM passwords
change. You need a command line tool for changing passwords e.g. chpasswd
and use it in PHP. For example see 'sasl' driver from 'password' plugin.
Programmers can take a look at http://www.unicom.com/sw/web-chpass. Also
virtualmin (which we support in virtualmin driver) probably is
working with PAM.
thank you A.L.E.C thanks you all users I just look at the code
http://trac.roundcube.net/browser/trunk/plugins/password/drivers/sasl.php
to integrate easily into roundcube it is simply necessary to modify the
code web-chpass and the executable c nipasswd then plugin with a part in c
I'm afraid of writing this piece of c, I just perl the c is entirely taken
from http://www.unicom.com/sw/web-chpass I am afraid to make mistakes in
writing c them what someone feels able to write this plugin derives from
nipasswd _______________________________________________ List info:
http://lists.roundcube.net/dev/
i just perl and c
I do not know php
I want a little help to understand and run the documentation
I correctly installed pecl install pam
I have the following API
1 API
2
3 bool pam_auth(string $username, string $password [, string &$error [
$checkacctmgmt = true ] ])
4 bool pam_chpass(string $username, string $oldpassword, string
$newpassword [, string &$error ])
5
6 The parameters are
7
8 username - Username to check
9 password - User supplied password
10 error - Output parameter to put any error messages in
11 checkacctmgmt - Call pam_acct_mgmt() to check account expiration and
access hours (requires root access!)
12 oldpassword - Current password on account
13 newpassword - Password to change to
can you give me a simple example using this API
bool pam_auth (string $username, string $password
[, string &$error [ $checkacctmgmt = true ] ])
^ ^ ^ ^
^ ^
what it 's what it 's what it 's what it 's
what it 's what it 's
bool pam_chpass (string $username, string
$oldpassword, string $newpassword [, string &$error ])
^ ^ ^ ^
^ ^
what it 's what it 's what it 's what it 's
what it 's what it 's
can you give me a simple example of how these functions
A simple example would allow me to easily write the plugin for
roundcubemail
thanks for your advice
thanks for all return
aka /fakessh/
_______________________________________________
List info: http://lists.roundcube.net/users/
Greetings Everyone!
I'm relatively new to RoundCube, having used it
daily for the last month and really like it. I'm at an intermediate
programming level when it comes to PHP and was wondering if some of you
might be able to answer this question for me:
I use RoundCube at work
where I maintain a database of professional physician contacts. I want to
migrate (and of course keep backups just in case) my contact list over to
RoundCube.
However, a few fields I need are missing for me:
Telephone
Number
Address
So, is this something that I can look forward to in
implementation soon or something I'll need to code myself for the time
being (which I can do, easily enough)?
My big concern is that if I code
this myself then it will undoubtedly break when I upgrade RoundCube in the
future.
Thanks everyone!
- Len W. Brown
len(a)lenwbrown.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there! I'm just testing this version:
roundcubemail-trunk-r3437-20100329cause It has group's contacts
support. Althougt it is not stable, it is
possible to use in my network?
I have no more that 30 email accounts,
thanks in advance,
--
Saludos!!
Luciano Andino
GNU/Linux user #185103
Santa Fe - Argentina
-----------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
hello list
hello guru of this list
hello much many people
hello A.L.E.C
I try to implement the change password plugin
I just watched
http://trac.roundcube.net/browser/trunk/plugins/password
it does not seem to have an option to change password when using dovecot
I do not use sql or ldap. I use pam to store my password through the
authentication to postfix and dovecot:
my passwords are login or plain text
if so, can you enlighten me how to use the change password plugin
thanks for advice
thanks for all return
aka /fakessh/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm on Ubuntu 8.04. I used apt-get to install roundcube
and roundcube-webmail. There are no new files in my
apache root. I don't understand what I'm to do now.
Thanks!!
Tobiah
_______________________________________________
List info: http://lists.roundcube.net/users/
saludos Lista
Soy nuevo en la lista y con roundcube
y mi duda es la siguiente
Como pudiera instalar mas un plugins?
Resulta que ayer estaba instalando password y squirrelmail_usercopy de esta forma
$rcmail_config['plugins'] = array(password); array(squirrelmail_usercopy);
pero na da mas me sale password y si lo dejo
$rcmail_config['plugins'] = array(squirrelmail_usercopy);
Al kilo
Que estoy haciendo mal?
Perdonen si hay algun error en la parte ingles es que lo traduje con google
Greetings List
I am new to the list and RoundCube
and my question is this
As one might install more plugins?
It turns out that yesterday was setting password and thus squirrelmail_usercopy
$ Rcmail_config ['plugins'] = array (password), array (squirrelmail_usercopy)
but na da more I get password and if I leave
Rcmail_config $ ['plugins'] = array (squirrelmail_usercopy)
Al kilo
What am I doing wrong?
Sorry if there is an error in the English part is that I translated with google
--
********************************
* Yuniesky Machado Rojas *
* Administrador de Redes *
* Instituto Nacional de Investigación en Viandas Tropicales
*GNU/Linux User #481684 (http://counter.li.org)
********************************
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello list,
I have roundcube 0.3.1 configured at my mail server and it is working
perfectly well. It is working with ISP style mail system based on
postfix+mysql+dovecot. I like to add the password change option in
roundcube. There is already password folder inside plugins folders. So
it is shipped with the roundcube. I have activated it by
[............]
$rcmail_config['plugins'] = array('password');
[............]
and inside the password folder it self I have done
` ` ` `
cd config.inc.php.dist config.inc.php
` ` ` `
and I get a password tab in the roundcube interface. But Whenever I try
to save a password; it simply throws an error as
* can't save password *
I have activated the trace log and found
` ` ` `
[Thu Apr 08 11:05:19 2010] [error] [client 59.165.47.194] MDB2 Error:
not found (-4): _doQuery: [Error message: Could not execute
statement]\n[Last executed query: SELECT
update_passwd('$1$w`EUn=U_$Vp1ykBH6A8vDO/rfd4HIQ.',
'test(a)mydomain.com')]\n[Native code: 1305]\n[Native message: FUNCTION
roundcubemail.update_passwd does not exist]\n, referer:
http://webmail.infoservices.in/?_task=settings&_action=plugin.password-save
` ` ` `
Could anyone suggest me how to fix it ?
Thanks
--
জয়দীপ বক্সী
_______________________________________________
List info: http://lists.roundcube.net/users/
I was able to locate the parameter in my main.inc.db for RC to force
RC to use TLS when using IMAP:
// 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.mydomain.tld';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
My question is I am unable to force RC to use TLS whens ending mail
via SMTP on port 25. I don't know why or what I am missing but I did
the following:
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
// Use %h variable as replacement for user's IMAP hostname
$rcmail_config['smtp_server'] = 'tls://mail.mydomain.tld';
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;
// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '%u';
// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '%p';
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';
The above doesn't work for SMTP with TLS. Anyone know how I can
correctly get TLS working with SMTP? It works great with IMAP but I
have to remove the 'tls://' from SMTP and then I am able to send email
successfully...but w/o TLS.
Please help!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello i need to insert a banner on login page can you help me?
Thanks
Ivan
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
i want to bypass the login screen so that username+password for each
user is automatically retrieved from a mysql db in clear text.
the idea is that an ID,username & password is stored in a database.
in the url of roundcube i want to add the id and make roundcube
retrieve the corresponding username & password from the database.
when accessing roundcube i appended a SSID value like this:
https://webmail.xxx.mu:21443/index.php?ssid=333
in index.php i added some code at the top to retrieve the SSID using GET but its not working:
PHP Code:
<?php
////////////////////////////////////////////////////////
$ssid = $_GET['ssid'];
$myFile = "/tmp/session";
$fh = fopen($myFile, 'w') or die("can't open file");
fwrite($fh,$ssid);
fclose($fh);
////////////////////////////////////////////////////////
// include environment
require_once 'program/include/iniset.php';
thanks..coolatt
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
List info: http://lists.roundcube.net/users/
<div id="_rc_sig">
<pre>Can anyone else duplicate this? I have a few users still on Mac OS
10.3.9, which uses an old version of Safari (1.3.2). In that version, the
messagelist shows empty for any folder, although the message count is
correct. Also the Preferences don't load when the left column links are
clicked.<br /><br />Is this <br /><br />--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
______________</pre>
</div>
_______________________________________________
List info: http://lists.roundcube.net/users/
I am getting complaints from users that when they attempt to reply to
a email they received in RC, their text cursor gets defaulted to the
bottom of the email. I know this is the correct method to reply but
users don't like it and want RC to mirror Outlook reply style where
their reply is seated above the reply, not below. Is there a way to
force RC to default the cursor above the reply?
_______________________________________________
List info: http://lists.roundcube.net/users/
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/
Hello it is possible show the mail user on the webmail example:
"Welcome peanuts(a)linus.it [1]" because i've a few mail on the same domain
and i dont' remember with which I have logged mail.
Sorry for my terrible
english.
Best Regards
Ivan
Links:
------
[1] mailto:peanuts@linus.it
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
i have upgraded my roundcube to 0.3.1 version. After do the upgrade all is
working perfect but the tildes are not seeing correctly.
I have upgraded the files:
- index.php
- ./bin/
- ./SQL/
- ./program/
- ./installer/
- ./skins/default/
- ./plugins/
And i have executed the mysql.update.sql
Can anybody help me?
Thank you
Juan
_______________________________________________
List info: http://lists.roundcube.net/users/
I've discovered that, in my SVN checkout of roundcube, something
strange is going on. If I specify that my default_host is 'localhost',
things work just fine, but if I specify that my default_host is
something else... ANYTHING else (such as my hostname), Roundcube will
report that all folders have three new messages in them. Nothing else
appears to be affected (i.e. opening the folders and reading messages
works fine, it's just the unread-count that's wrong).
This is particularly frustrating for me because I host multiple
domains with slightly different IMAP preferences, and I need to be
able to connect to other domains on my server.
Does anyone else have the same issue? Or know of a fix?
Thanks,
~Kyle
--
The test of our progress is not whether we add more to the abundance
of those who have much; it is whether we provide enough for those who
have too little.
-- Franklin D. Roosevelt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
I have configured RoundCube with SSL, the login url is https://webmail.xxx.mu/
I want to login automatically to this url using curl from within a PHP application(using php curl library) inorder to implement a single signon solution.
Can someone please help me with this ??
Thanks
coolatt
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
List info: http://lists.roundcube.net/users/
I was wondering if it's possible to remove the RC logo from the upper
left corner of the login screen. I have seen login screens with custom
logos but I just want a login screen without any logos. Is this
possible?
_______________________________________________
List info: http://lists.roundcube.net/users/
RCers-
I can't seem to get the auto-complete to display the address books in the
order desired. That is to say I want an address in my personal address
book to appear at the top of the autocomplete list rather than at the
bottom.
I am using RC 0.3.1, and have two address books defined, plus the
'automatic_addressbook', plugin but I've verified I have the same problem
even with no plugins enabled.
My LDAP address book is called 'People'
// An ordered array of the ids of the addressbooks that should be searched
// when populating address autocomplete fields server-side.
$rcmail_config['autocomplete_addressbooks'] = array('sql', 'People');
With the above config an address in 'sql' will always appear on the
auto-complete list of 15, but at the bottom of the list. When I switch the
order of 'sql' and 'People' the address from 'sql' won't appear until every
address in 'People' is excluded.
Thus it appears to be working partially correctly. It searches correctly
making sure if the address is in 'sql' it will always be on the
auto-complete list, but it always shows up at the bottom of the list rather
than the top, which not the desired behavior. An address book which is
configured to be searched first should also be displayed first.
What am I doing wrong? Or is this a RC issue? I've searched any can't
find any tickets on this issue.
Thanks,
--ry
--
Ryan Horrisberger
Software Developer
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there any scheduled date or time frame for the official release of the
next version of roundcube?
Or any way to confirm/check the same via the roundcube website?
thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Does anyone know if there is a plugin for RC that allows me to store
phone #'s for contacts in my address book? I don't appear to see any
place that I can and would like to store more info than simply their
name and email address.
Anyone know of the top of your head if this is possible?
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
I have two address books - the Personal Address Book and the LDAP Address List.
When a user writes an E-Mail and starts typing a user name in the 'To' field, it auto-completes from their roundcube Personal AddressBook fine.
I have had users requesting that the auto-complete also happens for the ldap address book. Is this possible at all?
It's a Mac OSX 10.6.2 directory with roundcube v0.3-stable
here is the ldap config from my main.inc file:
$rcmail_config['ldap_public']['SiteName'] = array(
> 'name' => 'SITE',
> 'hosts' => array('od1.domainname.internal'),
> 'port' => 389,
> 'use_tls' => false,
> 'user_specific' => true, // If true the base_dn, bind_dn and bind_pass default to the user's IMAP login.
> // %fu - The full username provided, assumes the username is an email
> // address, uses the username_domain value if not an email address.
> // %u - The username prior to the '@'.
> // %d - The domain name after the '@'.
> 'base_dn' => 'cn=users,dc=domainname,dc=internal',
> 'bind_dn' => '',
> 'bind_pass' => '',
> 'writable' => false, // Indicates if we can write to the LDAP directory or not.
> // If writable is true then these fields need to be populated:
> // LDAP_Object_Classes, required_fields, LDAP_rdn
> 'LDAP_Object_Classes' => array("top", "inetOrgPerson"), // To create a new contact these are the object classes to specify (or any other classes you w$
> 'required_fields' => array("givenName", "cn", "sn", "mail"), // The required fields needed to build a new contact as required by the object classes (can in$
> 'LDAP_rdn' => 'mail', // The RDN field that is used for new entries, this field needs to be one of the search_fields, the base of base_dn is appe$
> 'ldap_version' => 3, // using LDAPv3
> 'search_fields' => array('givenName', 'cn', 'sn', 'mail'), // 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
> 'surname_field' => 'sn', // this field represents the contact's last name
> 'firstname_field' => 'givenName', // this field represents the contact's first name
> 'sort' => 'cn', // The field to sort the listing by.
> 'scope' => 'sub', // search mode: sub|base|list
> 'filter' => 'mail=*', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act
> 'fuzzy_search' => true); // server allows wildcard search
Cheers,
Peter
--
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have just finished the migration of roundcube to our new servers. Everything worked just fine, from version 0.2 to version 0.2.2, which needed some sql structure changes anyway.
There is one small problem: the address book. When logging into the new webmail, address book is empty. I can add new entries, they are stored correctly, but all past entries are gone.
I investigated a little bit this issue, and found out that when logging into the new system, a new record is automatically added to the 'users' table, with the same 'username' but another 'mail_host', apparently taken from the '$rcmail_config['default_host']' variable in the roundcube configuration. Since this new record receives a new primary key, all linked records in the 'contacts' table are lost.
What are the correct migration steps in order to get the address book back, when server names and ips have changed? I used to have an "all in one" mail server, and it is now separated into multiple virtual machines (webmail, mta, nfs).
Best regards, and thanks for Roundcube!
--------------------------------------
Philippe Lang
Attik System
http://www.attiksystem.ch
_______________________________________________
List info: http://lists.roundcube.net/users/
Quick question. Is there a way within RC to mark some emails as not spam? I use spamassassin and some emails are going to my junk folder. I could use my hosting provider's tool for managing my whitelists and tolerance and so on. But it would be cool if there was a way to do it through the RC interface.
I've seen some plugins for spamassassin, are they reliable? Do they manage my server's spamassassin settings or do they create separate filters.
Thanks!
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/users/
is there a way to change the default width for wrapping?
I find it too limiting, but cannot find out how to change it.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I have managesieve plugin version 1.7 [2009-09-20] alongside with
Roundcube 0.3.1. Everything works fine, except that _some_ rules don't
work (vacation for instance) due to the lack of :addresses parameter.
This is required by RFC 5230
(http://tools.ietf.org/html/rfc5230#section-4.5). Dovecot logs the error
"discarding vacation response for message implicitly delivered to..."
I have tried managesieve version 2.2 from svn checkout but no luck, it
hangs the loading and logs the error
"PHP Error: Failed to load plugin file
/var/www/plugins/managesieve/managesieve.php"
Any ideas? BTW, what is the preferred/best/suggested sieve plugin for
roundcube to work with dovecot 1.2.10?
Best regards,
--
Marcio Merlone
_______________________________________________
List info: http://lists.roundcube.net/users/
Has anyone had any luck making the new_user_identity plugin work? I'm
trying to use it in a SVN install, currently at the latest 3294. I do have
working LDAP lookups, both in the built-in addressbook as well as in the
compose_addressbook plugin. But I can not get this plugin to insert the
Display name. No errors in the log files.
Any success stories (and details on your config) would be appreciated.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
______________
_______________________________________________
List info: http://lists.roundcube.net/users/
I recently deleted a file in my Maildir directory called
'subscriptions' which was basically a text file. This file was in the
Maildir directory and just had all my Inbox sub-folders listed. I was
on the Dovecot list and advised to delete this. It is not something I
should depend on and I should disable all my mail clients to show all
'unsubscribed' folders. I found out how this works on Thunderbird but
I can't seem to figure this out on RC. When I go to "Settings >
Folders Tab", I can then see all my missing Inbox folders and they're
all unsubscribed. Meaning I don't have the tic box checked but when I
go back to my mailbox view, I don't see them. How do I get RC to show
all un-subscribed folders?
Obviously RC sees the folders because I can edit their names and
choose to subscribe to them in the folders tab under 'Settings' but
when I am just under my mail box view, I only see "Inbox, Drafts,
Junk, Sent, & Trash". Basically the default folders it created when I
logged in for the 1st time.
Please help!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, all.
I saw there's a fix in trunk:
- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)
http://trac.roundcube.net/changeset/3293
Do we need to patch old versions?
Thanks :)
--
Best Regards.
Zhang Huangbin
- Open Source Mail Server Solution for Red Hat(R) Enterprise Linux,
CentOS, Debian, Ubuntu, FreeBSD: http://www.iredmail.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
I have had users report that all the messages vanish from their Inbox.
The disappeared messages cannot be found in the trash or anywhere else.
Does anyone have any ideas about this?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I want to use the 'sauserprefs' plugin with my installation of
Roundcube/Ispconfig 3 and I stuck into a problem with the configuration of
the database.
In the README file there is written:
.....Config
======
The default config file is
plugins/sauserprefs/config.inc.php.dist
Rename this to
plugins/sauserprefs/config.inc.php
* You must set the database connection
string
* Enter the table name, name of the username field, preference
field, and value field
Which table is meant?
I do not find any fields
'value' in either ispconfig or roundcube-DB.
Harald
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear subscribers
We finally created a small documentation about Roundcube skins and the
template system: http://trac.roundcube.net/wiki/Doc_Skins It gives a
short introduction to the concept of our skins and lists all templates
which are necessary to create a complete and working frontend for
Roundcube. On http://trac.roundcube.net/wiki/Doc_SkinML all supported
special tags which can be used within skin templates are explained and
you can also find a list of "content objects" which are available in
the different templates.
While we're still working on a public repository for plugins and skins
you're welcome to publish your skins on a server of your choice and
add a link here: http://trac.roundcube.net/wiki/Skins_Repository
Now get creative!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Gerhard Mourani put forth on 2/19/2010 6:59 PM:
>
> I've download and installed the latest r3240 and now upload is working.
That good news. Hay, maybe in the future you could always reply to the list
instead of individual members. Try "reply all" or "reply list" in your MUA.
Anyway, glad you got it working.
--
Stan
> On Fri, 19 Feb 2010 15:42:38 -0600, Stan Hoeppner <stan(a)hardwarefreak.com>
> wrote:
>> Gerhard Mourani put forth on 2/19/2010 2:34 PM:
>>>
>>> The only thing that I can see inside the syslog file is this line that
>>> repeat often:
>>> roundcube: PHP Warning: strtolower() expects parameter 1 to be string,
>>> array given in /var/www/html/program/include/rcube_imap.php on line
> 1285
>>>
>>> Nothing else inside the log. Don't know if there is a debug level that
> I
>>> can activate to get more verbose output.
>>
>> What Linux distro and rev? What version of RC are you running?
>> Roundcube.net
>> version or a Linux distro package of RC?
>>
>> Is this the same or similar to your problem?
>>
> http://www.roundcubeforum.net/5-release-support/17-pending-issues/6163-file…
_______________________________________________
List info: http://lists.roundcube.net/users/
Gerhard Mourani put forth on 2/19/2010 2:34 PM:
>
> The only thing that I can see inside the syslog file is this line that
> repeat often:
> roundcube: PHP Warning: strtolower() expects parameter 1 to be string,
> array given in /var/www/html/program/include/rcube_imap.php on line 1285
>
> Nothing else inside the log. Don't know if there is a debug level that I
> can activate to get more verbose output.
What Linux distro and rev? What version of RC are you running? Roundcube.net
version or a Linux distro package of RC?
Is this the same or similar to your problem?
http://www.roundcubeforum.net/5-release-support/17-pending-issues/6163-file…
--
Stan
> On Fri, 19 Feb 2010 12:49:06 -0600, Stan Hoeppner <stan(a)hardwarefreak.com>
> wrote:
>> Gerhard Mourani put forth on 2/19/2010 10:10 AM:
>>>
>>> Unfortunately no, the /logs folder is empty and apache logs return
>>> nothing.
>>>
>>> Here the error logging parameters inside php.ini
>>
>>> error_log = syslog
>>
>> Looks like your error logging is going to syslog. Check syslog:
>>
>> zgrep roundcube /var/log/syslog /var/log/syslog.1 /var/log/syslog.2.gz
>>
>> I don't know how fast your logs rotate so you may need to zgrep them
> all.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello List, I've succefully installed Roudcube on Linux and everything
run perfectly except the Upload feature of the program. Nice spellcheker
and look in general, one of the best if not the best in this area. I like a
lot this webmail software and would like to use it for all my users but
unfortunately, the upload feature which is very important as you may know
today doesn't work. Permission of logs and temp directories are set
correctly (drwxr-xr-x 2 apache apache 4096 Oct 31 09:20 logs/ - drwxr-xr-x
2 apache apache 4096 Feb 18 22:13 temp/). Temp directory is also correctly
defined inside main.inc.php file ($rcmail_config['temp_dir'] = 'temp/';).
Apache server version is 2.2.14 with php 5.3.1 and dovecot 1.2.8. Upload
dir is correctly defined inside /etc/php.ini file: ; File
Uploads
file_uploads = On
;upload_tmp_dir =
upload_max_filesize = 128M I
don't use .htaccess feature on this configuration of Apache. I've also made
some search on the Internet (Google) about this problem without success and
that's why I'm now on this mailling list to ask if some one know this issue
and what to do to fix it, thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I'm in trouble with vacation plugin which perform an FTP session at
localhost , for an obscure PAM/FreeBSD reason the FTP session is not
always working ...
The machine runs FreeBSD 7.2-R with Dovecot 1.2.10 imap server
Any clarification welcome !
Thank you.
Sometimes it works well
connection from localhost (127.0.0.1)
Feb 16 13:21:10 mail ftpd[46479]: FTP LOGIN FROM localhost as bonj
Feb 16 13:21:10 mail ftpd[46480]: FTP LOGIN FROM localhost as bonj
Feb 16 13:21:29 mail ftpd[46541]: connection from localhost (127.0.0.1)
Feb 16 13:21:29 mail ftpd[46541]: FTP LOGIN FROM localhost as bonj
Feb 16 13:21:29 mail ftpd[46542]: connection from localhost (127.0.0.1)
then suddenly it stops working
Feb 16 13:23:19 mail ftpd[46782]: connection from localhost (127.0.0.1)
Feb 16 13:23:19 mail ftpd[46782]: pam_acct_mgmt: new authentication
token required
Feb 16 13:23:19 mail ftpd[46782]: FTP LOGIN FAILED FROM localhost
Feb 16 13:35:55 mail ftpd[48202]: connection from localhost (127.0.0.1)
Feb 16 13:35:55 mail ftpd[48202]: pam_acct_mgmt: new authentication
token required
Feb 16 13:35:55 mail ftpd[48202]: FTP LOGIN FAILED FROM localhost
Feb 16 13:35:55 mail ftpd[48203]: connection from localhost (127.0.0.1)
Feb 16 13:35:55 mail ftpd[48203]: pam_acct_mgmt: new authentication
token required
_______________________________________________
List info: http://lists.roundcube.net/users/
Quick question: Are threaded message views going to be the only option in the new version of RC0.4? In other words, is it an option you can turn on/off or the only option?
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I tried to use the managesieve plugin and I have a problem
when trying to build an incoming email filter it does not work
I use Dovecot 1.2.10 + managesieve
I've looked into the user's home directory the script is well
created but does not work.
I think I forgot something in Dovecot configuration but what ???
here is the sieve related part of dovecot.conf I have modified
I'm not sure about the LDA section ...
thanks you for any infos
> ##
> ## LDA specific settings
> ##
>
> protocol lda {
> # Address to use when sending rejection mails.
> postmaster_address = postmaster(a)esiee.fr
>
> # Hostname to use in various parts of sent mails, eg. in Message-Id.
> # Default is the system's real hostname.
> #hostname =
>
> # Support for dynamically loadable plugins. mail_plugins is a space separated
> # list of plugins to load.
> #mail_plugins =
> #mail_plugin_dir = /usr/lib/dovecot/lda
>
> # Binary to use for sending mails.
> #sendmail_path = /usr/lib/sendmail
>
> # UNIX socket path to master authentication server to find users.
> #auth_socket_path = /var/run/dovecot/auth-master
> }
>
> protocol managesieve {
> # Specify an alternative address:port the daemon must listen on
> # (default: *:2000)
> listen = localhost:2000
> login_executable = /usr/local/libexec/dovecot/managesieve-login
> mail_executable = /usr/local/libexec/dovecot/managesieve
> managesieve_max_line_length = 65536
> managesieve_logout_format = bytes ( in=%i : out=%o )
> managesieve_implementation_string = dovecot
> }
>
> plugin {
> # Used by both the Sieve plugin and the ManageSieve protocol
> sieve=~/.dovecot.sieve
> sieve_dir=~/sieve
> }
>
_______________________________________________
List info: http://lists.roundcube.net/users/
After upgrade from 0.2 to 0.3 (debian pakage)
I can no more log in ...
Activating $rcmail_config['imap_debug'] = true;
I can see in the log file <log_dir>/imap that rc sends the password to
the IMAP server corectly and authenticates, than it logs out and tries
to re-authentricate with "cripted password", the server refuses it and
login fails!
Any help!?!?!?
Girogio
[12-Feb-2010 10:03:43 +0100]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA
IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008
Double Precision, Inc. See COPYING for distribution information.
[12-Feb-2010 10:03:43 +0100]: C: cp01 CAPABILITY
[12-Feb-2010 10:03:43 +0100]: S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN
NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS
[12-Feb-2010 10:03:43 +0100]: S: cp01 OK CAPABILITY completed
[12-Feb-2010 10:03:43 +0100]: C: a001 LOGIN "giorgio" "MYCLEARPASSWORD"
[12-Feb-2010 10:03:43 +0100]: S: a001 OK LOGIN Ok.
[12-Feb-2010 10:03:43 +0100]: C: ns1 NAMESPACE
[12-Feb-2010 10:03:43 +0100]: S: * NAMESPACE (("INBOX." ".")) NIL
(("#shared." ".")("shared." "."))
[12-Feb-2010 10:03:43 +0100]: S: ns1 OK NAMESPACE completed.
[12-Feb-2010 10:03:43 +0100]: C: I LOGOUT
[12-Feb-2010 10:03:43 +0100]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA
IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008
Double Precision, Inc. See COPYING for distribution information.
[12-Feb-2010 10:03:43 +0100]: C: cp01 CAPABILITY
[12-Feb-2010 10:03:43 +0100]: S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN
NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS
[12-Feb-2010 10:03:43 +0100]: S: cp01 OK CAPABILITY completed
[12-Feb-2010 10:03:43 +0100]: C: a001 LOGIN "giorgio" "J?sp
[12-Feb-2010 10:03:50 +0100]: S: a001 NO Login failed.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
Quick question on AddressBooks in Roundcube.
I have two client sites set up using an ldap directory address book searching based on a field within the directory - all working fine. This however leaves them as a read-only global address list and nowhere to add personal addresses within the webmail interface.
>From what I can find on the web, the choice is to have either a SQL address book or LDAP - not both. Does anyone know of a plugin which has been written to permit using a personal address book alongside the global ldap addressbook?
Cheers,
Peter
--
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Diego,
No, this doesn't double-create the mailfolders in your IMAP-Server (dovecot
in this case). It's only a paremeter for Roundcube.
I did this myself when I had the same problem with my first installation. I
can assure you, the folders weren't touched.
cheers,
ck
ps: When you reply, add also the Roundcube User list as recipient or cc.
On Thu, Feb 4, 2010 at 4:45 PM, Diego Gomes - Cecred <
diego.gomes(a)cecred.coop.br> wrote:
> Hey ck, thanks to answer..
>
> lets goo...
>
> Im from Brazil, so.. my array is...
>
> $rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens
> Enviados', 'Spam', 'Lixeira');
>
> I want that the name of box come in PT-BR...
>
> $rcmail_config['create_default_folders'] = FALSE;
>
> I put FALSE because I was thinking that can be duplicate de BOXes..
>
> If i have the BOX with name Sent, because I use Outlook Express, for
> example.. So, already exist the BOX with this name in my home dir..
> If I put to TRUE, it doesn´t duplicate the BOX with name Sent?
>
> Diego
>
>
>
> ----- Original Message -----
> *From:* Claudio Kuenzler <napsty(a)gmail.com>
> *To:* Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br>
> *Cc:* users(a)lists.roundcube.net
> *Sent:* Thursday, February 04, 2010 1:35 PM
> *Subject:* Re: [RCU] how to
>
> Hi,
>
> Not sure if I understand for sure what you mean, but I guess you have
> problems in Roundcube to see the default IMAP folders except Inbox.
> You should check the following params in your main.inc.php:
>
> -----------------------
> // display these folders separately in the mailbox list.
> // these folders will also be displayed with localized names
> $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent',
> 'Junk', 'Trash');
>
> // automatically create the above listed default folders on login
> $rcmail_config['create_default_folders'] = TRUE;
> -----------------------
>
> As you use dovecot, the default_imap_folders should already be correct like
> this.
> Set create_default_folders to TRUE. This should show the folders in
> Roundcube.
>
> cheers,
> ck
>
> On Thu, Feb 4, 2010 at 4:29 PM, Diego Gomes - Cecred <
> diego.gomes(a)cecred.coop.br> wrote:
>
>> Hello,
>>
>> I have a MTA with postfix, dovecot, MailScanner, Spam Assassin,
>> procmail...
>>
>> This MTA work with pop3 and imap clients...
>>
>> We don´t have Webmail
>>
>> I´m testing Roundcube...
>>
>> Well...
>>
>> When I logged in webmail, with a new user, the Box´s don´t create, just
>> INBOX...
>>
>> If I logged with a account that use IMAP, in the server, I have the home
>> of user, and Maildir directory... inside this directory, i have the box,
>> that I create...
>>
>> when i login in webmail, this Box don´t appear, just the Inbox. If i send
>> a email, dont create the Sent Itens box too..
>>
>> Well, How can I to do roundcube work if my environment?
>>
>> Thanks anyway....
>>
>> --
>> Esta mensagem foi verificada pelo sistema de antivírus e
>> acredita-se estar livre de perigo.
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/users/
>>
>>
>
> --
> Esta mensagem foi verificada pelo sistema de antivírus e
> acredita-se estar livre de perigo.
>
>
> --
> Esta mensagem foi verificada pelo sistema de antivírus e
> acredita-se estar livre de perigo.
>
_______________________________________________
List info: http://lists.roundcube.net/users/
Logrotate ( http://www.debian-administration.org/articles/117)
My
roundcube file looks like such:
/opt/www/roundcube/logs/errors {
weekly rotate 4 compress missingok create 0640 www-data www-data }
/path/to/roundcube/logs/errors {
weekly
rotate 4
compress
missingok
create 0640 www-data www-data
}
There are other options
in logrotate so you can delete the old file, etc....
Regards,
Daniel
On Tue, 9 Feb 2010 15:38:39 -0800 (PST), PJ wrote: Hi All, Wondering if
anyone can point me at some location which would allow me to set the
maximum size for log files. I have an errors log which due to a timezone
config error has hit 47GB in three weeks. I've now resolved the error but
would like to ensure the log file does not grow to this size ever again.
Cheers, PJ --
Email slow, clunky, unreliable? Switch to Yahoo!Xtra Mail
[1], New Zealand's new email address.
Links:
------
[1]
http://au.rd.yahoo.com/nz/mail/tagline/2009/mailsignup/*http://yahoo.co.nz/…
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi again
I'm trying to configure roundcube to use our LDAP directory to SEARCH
names/addresses but I don't want to store address books into LDAP
I want to store them in SQL database,
Does someone could give some good starting point to configure
roudcube to do so ?
Thanks a lot
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
Wondering if anyone can point me at some location which would allow me to set the maximum size for log files.
I have an errors log which due to a timezone config error has hit 47GB in three weeks. I've now resolved the error but would like to ensure the log file does not grow to this size ever again.
Cheers,
PJ
--
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I'm new to roundcube ... trying to setup the address book to our
OpenLDAP server without success
I have this error message in error log
[09-Feb-2010 14:01:16] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
[09-Feb-2010 14:01:24] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
[09-Feb-2010 14:01:25] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
[09-Feb-2010 14:31:16] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
Thanks for any info/help
_______________________________________________
List info: http://lists.roundcube.net/users/
K bharathan put forth on 2/2/2010 10:49 AM:
> thanks for all
>
> On Tue, Feb 2, 2010 at 6:05 PM, Carlos Williams <carloswill(a)gmail.com>wrote:
>
>> On Tue, Feb 2, 2010 at 8:36 AM, Charles Marcus
>> <CMarcus(a)media-brokers.com> wrote:
>>> On 2010-02-01 7:17 PM, Stan Hoeppner wrote:
>>>> All of that said, I don't find I'm lacking any functionality with my
>> current
>>>> version of Roundcube.
>>>
>>> Then you haven't looked at it... the new features are really nice...
I just installed 0.3.1 from Lenny backports, up from 0.2.2, and in brief testing
I don't really notice any significant new features. I still don't see a "reply
to list" option, which would be nice. What should I be looking for, and where?
Sorry to drudge up an old OT topic. I'm cc'ing the roundcube list so we can
move this discussion over there.
--
Stan
_______________________________________________
List info: http://lists.roundcube.net/users/
Ok now...
But, the folders that already exist, depend of mail client, can be a different names... I guess...
When i logged in webmail, its comes with Pt-BR, but in english too...
So, I have Enviados and Sent
so I need to go to Special Folders and Link to PT-BR names...
After this, i need to remove the folder Sent...
Its work, I think... but we need a work a lot...
----- Original Message -----
From: Diego Gomes - Cecred
To: Claudio Kuenzler
Cc: Roundcube users
Sent: Thursday, February 04, 2010 2:03 PM
Subject: Re: [RCU] how to
ck
Thanks..
I need to go to a meeting now..
I come when pass 2 hours, and I will test..
Thanks anywayy..
Cyaaa
----- Original Message -----
From: Claudio Kuenzler
To: Diego Gomes - Cecred
Cc: Roundcube users
Sent: Thursday, February 04, 2010 2:01 PM
Subject: Re: [RCU] how to
Diego,
Here the relevant params I'm using... and it works fine with English, French and German translation:
------------------------------------------
// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';
// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';
// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';
// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';
// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
// protect the default folders from renames, deletes, and subscription changes
$rcmail_config['protect_default_folders'] = TRUE;
------------------------------------------
For these params be sure to use the exact name dovecot gives them. I'd be surprised if dovecot could speak Portuguese and create the folders with Portuguese names by default :-).
For the other question, about the folder Soccer, you will have to subscribe this folder in your Roundcube settings (once logged in under Settings you will find the folder subscriptions).
ck
On Thu, Feb 4, 2010 at 4:54 PM, Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br> wrote:
Ok..
I change the:
$rcmail_config['create_default_folders'] = FALSE; to TRUE
and
$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens Enviados', 'Spam', 'Lixeira'); to English..
But now, the BOX´s appear in English, not PT-BR
It´s certain that the box that already exist roundcube will display??
Example.. I have a box with the Name Soccer in my Outlook Express..
When I logged in Roundcube this folder, this BOX will appear????
Thanksss
----- Original Message -----
From: Claudio Kuenzler
To: Diego Gomes - Cecred ; Roundcube users
Sent: Thursday, February 04, 2010 1:49 PM
Subject: Re: [RCU] how to
Hi Diego,
No, this doesn't double-create the mailfolders in your IMAP-Server (dovecot in this case). It's only a paremeter for Roundcube.
I did this myself when I had the same problem with my first installation. I can assure you, the folders weren't touched.
cheers,
ck
ps: When you reply, add also the Roundcube User list as recipient or cc.
On Thu, Feb 4, 2010 at 4:45 PM, Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br> wrote:
Hey ck, thanks to answer..
lets goo...
Im from Brazil, so.. my array is...
$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens Enviados', 'Spam', 'Lixeira');
I want that the name of box come in PT-BR...
$rcmail_config['create_default_folders'] = FALSE;
I put FALSE because I was thinking that can be duplicate de BOXes..
If i have the BOX with name Sent, because I use Outlook Express, for example.. So, already exist the BOX with this name in my home dir..
If I put to TRUE, it doesn´t duplicate the BOX with name Sent?
Diego
----- Original Message -----
From: Claudio Kuenzler
To: Diego Gomes - Cecred
Cc: users(a)lists.roundcube.net
Sent: Thursday, February 04, 2010 1:35 PM
Subject: Re: [RCU] how to
Hi,
Not sure if I understand for sure what you mean, but I guess you have problems in Roundcube to see the default IMAP folders except Inbox.
You should check the following params in your main.inc.php:
-----------------------
// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
-----------------------
As you use dovecot, the default_imap_folders should already be correct like this.
Set create_default_folders to TRUE. This should show the folders in Roundcube.
cheers,
ck
On Thu, Feb 4, 2010 at 4:29 PM, Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br> wrote:
Hello,
I have a MTA with postfix, dovecot, MailScanner, Spam Assassin, procmail...
This MTA work with pop3 and imap clients...
We don´t have Webmail
I´m testing Roundcube...
Well...
When I logged in webmail, with a new user, the Box´s don´t create, just INBOX...
If I logged with a account that use IMAP, in the server, I have the home of user, and Maildir directory... inside this directory, i have the box, that I create...
when i login in webmail, this Box don´t appear, just the Inbox. If i send a email, dont create the Sent Itens box too..
Well, How can I to do roundcube work if my environment?
Thanks anyway....
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear All,
I am trying to inlcude my company digital signature at the end of my email,
but there is any feature available in the panel control.
The only feature available ask for URL address but I need to paste a JPEG
file.
Please send me the corresponding procedure
Regards
Jorge
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have a MTA with postfix, dovecot, MailScanner, Spam Assassin, procmail...
This MTA work with pop3 and imap clients...
We don´t have Webmail
I´m testing Roundcube...
Well...
When I logged in webmail, with a new user, the Box´s don´t create, just INBOX...
If I logged with a account that use IMAP, in the server, I have the home of user, and Maildir directory... inside this directory, i have the box, that I create...
when i login in webmail, this Box don´t appear, just the Inbox. If i send a email, dont create the Sent Itens box too..
Well, How can I to do roundcube work if my environment?
Thanks anyway....
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
On Feb 3, 2010, at 4:38 PM, Bradlee Landis wrote:
> Actually, I was more concerned about the MTA (I think).
This HOWTO from The Linux Documentation Project can help clarify how
the different pieces of a mail system work together :
<http://tldp.org/HOWTO/Mail-Administrator-HOWTO.html>
> I really like
> your application, but we are currently using openwebmail, which uses
> the mbox file directly. I had kind of looked at the structure of your
> MySQL, and saw that it had message, so I assumed it stored the whole
> thing. But I guess I didn't look enough, because, from what I'm
> guessing, it just stores flags on the messages that it has seen (such
> as read/unread, etc).
Read / unread is handled by the IMAP server, so that those flags
remain as you want them if you access that account from a different
piece of software. If that info was stored in RoundCube, then if you
switched to Thunderbird, all the messages would have the incorrect
read / not-read flags. Since it is stored in the IMAP server,
switching MUAs works.
There is a feature in RoundCube where it can cache message
information in the database ( not always MySQL ), but with
improvements to IMAP servers, that caching is no longer recommended.
The database schema for message caching is probably what you bumped into
> We were also in the process of trying to get data replication for some
> mail servers in place, and so I thought if it was MySQL, it has built
> in replication and would make it easier. I was thinking that if
> RoundCube was built to go to the MBox file, move that information over
> to a database, then I would just take the database and copy it over,
> but it looks like roundcube is not going to cut it.
There are tools for syncing IMAP data between hosts, if that is what
you are looking for. Search for " IMAP replication " or " IMAP
synchronization "
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm just curious about the implementation of Roundcube. I couldn't
find details on the site.
Does roundcube make use of the mbox files in Linux, or does it simply
use IMAP to talk to another process on the server. If it uses mbox
files, does it copy to MySQL, even without the user logging in, or
does the user have to log in to get the messages to be moved from the
MBox file to MySQL?
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
is there any ability to create a group list, so that one email address
sends to
multiple recipients?
_______________________________________________
List info: http://lists.roundcube.net/users/
How hard would it be to configure RC so that it gives read-only access
to an IMAP account?
Detailed explanation:
There's a repository with a lot of emails, a group of people need access
to the messages, but just to read and search them. No delete, no reply,
no compose, nothing like that. Pure read-only. And search, which is very
important.
There are no folders, everything is in one place; the Folders field can
disappear. But the server is probably going to be IMAP, for practical
reasons.
Any idea how hard would this be? Would a lot of code hacking be involved?
--
Florin Andrei
http://florin.myip.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
I've recently added several LDAP directories to my RC install, which is
currently at SVN 3230. I've got a Global directory, and several
sub-directories for what would pass as departments in a different
organization. When viewing any of the sub-directories (largest 443 records)
it shows the total number almost correctly (see next paragraph) - i.e.
"Contacts 1 - 100 of 444". But the Global view shows no more than 500 -
"Contacts 1 - 100 of 500" - even though the correct total is now over 800.
Is there a limit of 500 on the display of LDAP records? Or is it perhaps a
general limit for the Addressbook? Does anyone have any idea if this limit
could be increased?
The other thing I've noticed is that each department
directory includes one single empty record. The global directory has a much
larger number of blank directories, a few more than double the number of
departments. I'm guessing that RC is including the ldif entires that define
the OUs and such in its display. I don't know if this is normal, or if I
have done something wrong. Does anyone else see this behavior?
-
Arne
Berglund
System Administrator, Internet Services
Lane Education Service
District
Eugene, OR
______________
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I have one host webmail.example.corp, with few mail domains whit it's own imaps.
An example office.example.corp with it's own imap (imap.office.example.corp) and
example.corp with it own imap (imap.example.corp)
How can specify imap to login, over FQDN of login user
An expamle if user as login user(a)office.example.corp roundcube need to login to imap.office.example.corp
if user login as user(a)example.corp roundcube login to imap.example.corp
Thanks
--
wbr -
Maxim Odinintsev
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all.
I'm a new user of Roundcube. I'm wondering if there is a way to save a
search result? The idea is I'd like to be able to bookmark my webmail,
or save in the webmail itself save some searches. Filtering stuff into
pre-existing folders doesn't work in my case because I'm not sure what
I'm going to need to search for before messages are received, but I need
a quick way to get to the messages again once someone has told me what
to look for without moving the emails away from their original location.
Any help anyone could give would be great. Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a way to have roundcube NOT block usernames from the login
screen?
I mean, try as I might, I -always- have to enter the complete email
address; it
would be nice if roundcube would remember my user name (email address).
_______________________________________________
List info: http://lists.roundcube.net/users/
hi all
hi list
hi roundcube users
problem with roundcube 0.3.1 with mod_security
someone else may be encountered the problem with the mod_security active
and disable SELinux.
and how did you change the rules for mod_security.
my server is currently shooting with mod_security off and I look for
solutions to the restart
this is my past thread
http://old.nabble.com/Re%3A-problem-with-old-old-stable-version-0.1.1-Re%3A…
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm a rather new roundcube user... I have it setup on my server and was looking at moving my userbase into it. However, I have one hang up...
mail filtering - I have spam filtering covered... My users tend to get large amounts of mail and need the mail filtered out into folders based on sender or header criteria.
I've searched through the forums and I came across a ManageSieve Filters plugin which looks perfect... for Dovecot - I'm using Courier IMAP as a backend.
I was wondering if anyone else is using Courier IMAP and what methods they are using to filter mail?
I know I have procmail and maildrop as backends, but I'm hoping for something I can present to my user base instead of writing filter scripts for each of them. :)
Thanks,
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
I have the following issue, installed the latest version of RC .3.1 on a latest PHP 5.2 and httpd 2.0. the imap server in question is cyrus 2.2. Show preview pane is selected; the problmem is this, if I select back and forth between emails in my 'Inbox', it may start out very fast (where I can immediately see each email in the preview pane after I click it), but then sometimes there's a delay (maybe 5 seconds), and then if I select back and forth several times, I get the long delay followed by the timeout error (and dumped to the login screen). It looks like a login against the imapd is being generated for each retrieval of email into the panel.
[21-Jan-2010 11:57:48 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "+ PDE5MDkzOTQ2NDIuNTgxMjcyOUBsaXR0bGU+" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:50 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "+ PDEwMTkxMTM3NDAuNTgxMjczMUBsaXR0bGU+" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:53 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:54 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "+ PDE1Mzk4NTI4MzEuNTgxMjczMEBsaXR0bGU+" (GET /mail/?_task=mail&_action=preview&_uid=266264&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:54 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 11:57:56 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "" (GET /mail/?_task=mail&_action=preview&_uid=266269&_mbox=INBO X&_framed=1)
[21-Jan-2010 12:11:00 -0800]: IMAP Error: Authentication for eric failed (LOGIN): "+ PDI2ODk1NzMzNTQuNTgxMzUyMkBsaXR0bGU+" (GET /mail/?_task=mail&_action=preview&_uid=266250&_mbox=INBO X&_framed=1)
At first I was thinking it was my imap server, but each imapd is able to take 250 connections before it respawns an new imapd. Also no other imap client is broken this way. One thought is that each request has a diff hash for the authentication, could it be the case that RC is not matching the hash's to session properly?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I'm quite hopeless with this. It's a 0.3.1 RoundCube installation, and
occasionally RoundCube receives a request which not only causes PHP to stuck
into something like an endless loop, but also Apache is unable to terminate
the child normally (regardless of any PHP or Apache timeout setting). It
keeps on running until I kill the child manually (or restart Apache).
Strace shows that no syscalls are called, which makes me thinking of an
endless loop. Sometimes it takes a week for such an event to occur,
sometimes it's more frequent.
Manually reproducing the request (the problematic one can be figured out from
the server status and the logs) hasn't helped, it was working as expected.
It occurs regardless of the caching settings.
Can you give me a hint how to proceed? Has anybody experienced such a thing?
I don't know how to debug PHP code in this level.
Thanks,
Kristof
PS: it's a debian running on a Xen VM.
_______________________________________________
List info: http://lists.roundcube.net/users/
On Fri, Jan 22, 2010 at 10:34 AM, Flavio Costa <flavio.cdc(a)gmail.com> wrote:
> On Fri, Jan 22, 2010 at 11:58 AM, Carlos Williams <carloswill(a)gmail.com>
>> Where is the 'upgrade from 0.2.1 > 0.3.1 in the file? I only see "--
>> Updates from version 0.2-beta (InnoDB only)" and then it skips to "--
>> Updates from version 0.3-stable".
>>
>> Which section do I keep in this file?
> Depends on which version you are and which version you are upgrading to.
>
> --
> Flávio Coutinho da Costa
I am upgrading from 0.2.1 to 0.3.1. Unless I comment out everything
except but the following:
-- Updates from version 0.3-stable
I get an error. Is the above correct for stepping from 0.2.1 > 0.3.1?
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, Jan 21, 2010 at 1:07 PM, chasd <chasd(a)silveroaks.com> wrote:
> Apply the SQL file to your existing database :
> mysql -u roundcube -p webmail < mysql.update.sql
>
> If that borks it up, you can drop that database and load in your backup from
> the dump file and try again, or dump the borked data and compare it to your
> backup data.
I ran the command as suggested and got the following error:
[root@ideweb1 SQL]# mysql -u roundcube -p webmail < mysql.update.sql
Enter password:
ERROR 1091 (42000) at line 6: Can't DROP 'idx'; check that column/key exists
What does this mean? Did I do something wrong? Did I need to have
MySQL stopped or running? I don't understand why I got this error.
_______________________________________________
List info: http://lists.roundcube.net/users/
I am having troubles sending email with an attachment through rouncube.
I did confirm that I can send attachments via IMAP using the Thunderbird
email client. I have set PHP memory limit to 32M and the email attachment
limit to 12M in roundcube. When I try to send a 2M attachment I get the
following 2 lines in the error log:
[21-Jan-2010 07:00:27] PHP Warning:
sort() expects parameter 1 to be array, boolean given in
/var/www/roundcube/program/include/rcube_imap.php on line 1118
[21-Jan-2010
07:02:11] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted
(tried to allocate 6952037 bytes) in
/var/www/roundcube/program/lib/Net/SMTP.php on line 887
It looks like PHP
is already exhausting the 32M, but I have no idea why?
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, Jan 21, 2010 at 1:07 PM, chasd <chasd(a)silveroaks.com> wrote:
>
> On Jan 21, 2010, at 11:31 AM, Carlos Williams wrote:
>
>
>>
>> What exactly am I suppose to do? Run what command against the
>> 'mysql.update.sql' file?
>
> Apply the SQL file to your existing database :
> mysql -u roundcube -p webmail < mysql.update.sql
Ah, thank you very much! I will try that this evening and hopefully
nothing gets messed up. I did a MySQL dump just in case it does.
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
I am upgrading my Linux servers version of RoundCube this evening at
6pm. I have followed the Wiki:
http://trac.roundcube.net/wiki/Howto_Upgrade
1. Copy my old RC directory:
cp -r /var/www/html/roudcube /var/www/html/roundcube_old
2. I backed up my MySQL database as suggested using 'sqldump'
mysqldump -u roundcube -p webmail > /var/backup/mysql/webmail.dump
3. I re-did my new v0.3.1 main.inc.php and db.inc.php from scratch
using my old v0.2.1 configs as references.
4. Database Setup? This is where I am lost / confused. I am suppose to
go to the 'SQL' directory and look for 'mysql.update.sql' since I am
using MySQL 5.
What exactly am I suppose to do? Run what command against the
'mysql.update.sql' file? The Wiki is vague? I appears to be a .sql
file and I don't know what I should do with it. Can someone please
help and explain the process?
Thank you very much!
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
I find that sorting email folders by date doesn't always work
as expected. If you have slid an email into an alternate
folder, it appears that the email date-order assumes the date
of the slide, rather than the original date.
So sorting is screwy if you have moved emails around.
Am I missing something here?
_______________________________________________
List info: http://lists.roundcube.net/users/
Simple question here. I want to make the print icon available to users
on the action bar. I have had no luck finding how to do that in the forums
or list archives.
Thanks,
Javid
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've denied access to logs, config and temp directory, except for
allowing 127.0.0.1
For the plugins directory I wanted to do the same, but then the Junk
icon doesn't show up anymore.
I tried with allowing 127.0.0.1 and the local server ip-address, and
that still doesn't give access to that icon from the plugins directory.
I'd like to restrict access to the plugins directory for anyone not
using RoundCube on my server, how to achieve that ?
Regard,
Adrian
_______________________________________________
List info: http://lists.roundcube.net/users/
How can I verify that I'm actually running fastcgi?
--
Stan
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there any ability to have the roundcube main screen show the user's
email address
somewhere (perhaps to the right of the icons) ?
Perhaps even their name as defined in the roundcube records?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
i´ve some problem with Roundcube using TLS negotiation during SMTP. I´ve
searched through mailinglists and wiki but didn´t find a solution.
this is my smtp configuration:
$rcmail_config['smtp_server'] = 'tls://mail.jetsys.de';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = '';
but sending a mail from Roundcube doesn´t succeed with this error message:
postfix/smtpd[30061]: connect from daolin.jetsys.de[192.168.9.1]
postfix/smtpd[30061]: lost connection after UNKNOWN from
daolin.jetsys.de[192.168.9.1]
postfix/smtpd[30061]: disconnect from daolin.jetsys.de[192.168.9.1]
roundcube: fsockopen(): unable to connect to tls://mail.jetsys.de:25
(Unknown error) (0):
roundcube: Failed to connect socket: fsockopen(): unable to connect to
tls://mail.jetsys.de:25 (Unknown error) ():
roundcube: [01-Jan-2010 10:49:18 +0100]: SMTP Error: SMTP error:
Connection failed: Failed to connect socket: fsockopen(): unable to
connect to tls://mail.jetsys.de:25 (Unknown error) in
/srv/www/htdocs/mail/program/steps/mail/func.inc on line 1365 (POST
/mail/?_task=mail&_action=send)
well, this isn´t really a syslog entry which gives me any clue whats
possibly wrong.
a telnet to my smtp server shows:
daolin:~ # telnet localhost smtp
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 mail.jetsys.de ESMTP Postfix
EHLO localhost
250-mail.jetsys.de
250-PIPELINING
250-SIZE
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN CRAM-MD5 GSSAPI PLAIN DIGEST-MD5
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
and sending mail via thunderbird works as expected.
postfix/smtpd[29994]:connect fromhelena.jetsys.de[192.168.9.247]
postfix/smtpd[29994]: 1AFC4201E7:
client=helena.jetsys.de[192.168.9.247], sasl_method=CRAM-MD5,
sasl_username=js
postfix/cleanup[29998]: 1AFC4201E7: message-id=<4B3DC456.2000605(a)jetsys.de>
postfix/qmgr[6757]: 1AFC4201E7: from=<js(a)jetsys.de>, size=650, nrcpt=1
(queue active)
postfix/smtpd[29994]: disconnect from helena.jetsys.de[192.168.9.247]
i´ve also no problems with using TLS accessing the cyrus imap server.
Greetings, Jörg
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
I need a few guiding steps for the change password plugin.
I
have my users in a Mysql database but I don't understand how to use the
plugin to get this working. The plugin talks about a macro called
update_passwd which should contain a fairly simple sql query. I can make
the sql query with out problems but where do I insert it??
Thanks!
--
/Thomas
http://wiki.lnxgeek.org
Go Ubuntu!!!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
Do Citadel and Roundcube "play nicely" together ? any gotchas ?
cheers
sond
_______________________________________________
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/
On Wed, 2 Dec 2009 20:22:40 +0100, till <klimpong(a)gmail.com> wrote:
> On Wed, Dec 2, 2009 at 8:11 PM, fakessh <fakessh(a)fakessh.eu> wrote:
>> On Wed, 2 Dec 2009 11:04:03 -0700, gnul <nullchar(a)gmail.com> wrote:
>>> I have not run RoundCube under mod_security, but from what I know
>>> about mod_security, I am sure it can be done.
>>>
>>> mod_security simply applies a [long] list of rules to the contents of
>>> each request (GET/POST/HEAD/etc) including the header.
>>>
>>> Depending on your ruleset, you often have to add exceptions for
>>> certain applications, and/or disable entire rules server-wide. What
>>> I've done in the past is: tail -F error_log while you use the
>>> application. Then you add exceptions for the uri (e.g. "/roundcube")
>>> or hostname or disable certain rules inside the modsecurity*.conf
>>> files.
>>>
>>
>> Thank you for your interest in my problem
>> how easy to apply new rules to mod_security ?
>
> I think you can do it in .htaccess. But you should check with your
> provider.
>
> Till
I can edit my file myself .htaccess .
I have root access on the machine
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 2 Dec 2009 08:17:14 -0600, chasd <chasd(a)silveroaks.com> wrote:
> Sorry about my last message, I made a mistake not to send it to the
> list.
>
>> here's nobody else who encounters the same problems with the
>> release 0.3.1 and
>> mod_security. here is the problem for tests ordered by Charles, we
>> must stop
>> roundcube and now I have three accounts running on production with
>> roundcube
>> disables mod_security
>>
>> It bothers me to stop my webmail service for several hours
>>
>> if anyone has a solution, an official patch
>>
>> a good suggestion
>
> I think the issue is that no one else on the list is running
> mod_security. I think you are the first to run into the issue.
>
> If someone else is running RC and mod_security, please speak up.
I listen to any suggestions regarding my problem with mod_security
I made some test on XP and VISTA successfully
with mod_security disabled
thanks for all your feedbacks
_______________________________________________
List info: http://lists.roundcube.net/users/
English:
Hello,
Since my last roundcube upgrade, Roundcube
interface doesn't display attachment icons on email where there is
attachement. Can you help me ?
Thanks !
French:
Bonjour,
Depuis une
mise à jour de roundcube, l'icône de pièce jointe ne s'affiche plus lorsque
j'au un email avec un attachement. Est ce normal ? Avez vous une solution ?
Merci !
_______________________________________________
List info: http://lists.roundcube.net/users/