Hello everyone,
I would like to install the vacation plugin on Roundcube 0.5.1, and use
the ftp driver.
The "vacation"-Tab shows up in the settings-section, but when I click on
it, I get the following error:
CONFIGURATION ERROR
Vacation plugin: s cannot be opened
Please read the INSTALL instructions!
In the logs I see something like:
PHP Error: Vacation plugin: s cannot be opened in
/srv/www/htdocs/roundcubemail/plugins/vacation/lib/vacationdriver.class.php
on line 0 (GET /roundcubemail/?_task=settings&_action=plugin.vacation)
Can anyone tell me what's up, and how I can bring the vacation module up
and running?
Thanks for help.
PS: I'm on a suse 11.3 // php5 // apache2 // mysql // postfix // dovecot
--
Andre Tann
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all -
Running 0.5.1 (upgraded from 0.4.1). Stupidly, I also upgraded MySQL, PHP and Dovecot before I tested if 0.4.1 still worked. Now when I login I get the UI but then consistently get "Server Error! (OK)". The IMAP log looks OK. Here's the Dovecot log - I'm thinking it's OK..
Code:
2011-03-11 16:28:19 auth(default): Info: master out: USER 295 xxx system_groups_user=xxx uid=xxx gid=xxx home=/home/xxx
2011-03-11 16:28:19 imap-login: Info: Login: user=<xxx>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
2011-03-11 16:28:19 IMAP(xxx): Info: Effective uid=xxx, gid=xxx, home=/home/xxx
2011-03-11 16:28:19 IMAP(xxx): Info: cydir: mailbox location not given
2011-03-11 16:28:19 IMAP(xxx): Info: cydir: Couldn't create mail storage : Root mail directory not given
2011-03-11 16:28:19 IMAP(xxx): Info: dbox: mailbox location not given
2011-03-11 16:28:19 IMAP(xxx): Info: dbox: Couldn't create mail storage : Root mail directory not given
2011-03-11 16:28:19 IMAP(xxx): Info: maildir: access(/home/xxx/Maildir, rwx): failed: No such file or directory
2011-03-11 16:28:19 IMAP(xxx): Info: maildir: couldn't find root dir
2011-03-11 16:28:19 IMAP(xxx): Info: maildir: Couldn't create mail storage : Root mail directory not given
2011-03-11 16:28:19 IMAP(xxx): Info: mbox: root exists (/home/xxx/mail)
2011-03-11 16:28:19 IMAP(xxx): Info: mbox: INBOX exists (/var/mail/xxx)
2011-03-11 16:28:19 IMAP(xxx): Info: fs: root=/home/xxx/mail, index=, control=, inbox=/var/mail/xxx
2011-03-11 16:28:19 IMAP(xxx): Info: Disconnected: Logged out bytes=93/808
2011-03-11 16:28:19 auth(default): Info: new auth connection: pid=26712
Clicking on Settings, Address Book, etc. all give me the right info so it looks like the MySQL connection is fine. I can send messages fine. But - every time I click on a mailbox I get the server error message.
How do I troubleshoot this?
There is nothing placed in the errors file. I've verified the "errors" file is working by logging in as a non-existent user. A message is written into the errors file stating that the login failed - so logging works to the errors file. However, there are no messages with regards to the Server Error! (OK) message.
PHP version is PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch (cli) (built: Jan 12 2011 16:08:14). Apache version is Apache/2.2.16 (Ubuntu). There are no errors in the Apache logs nor in the php logs. Basically, there are no logs pointing to where this error is coming from which is why I figured this community might be able to help. I'm at wit's end! I appreciate your responses.
Thanks!
Chris
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi!
In my case it seems that searching for contacts in address book is only
looking at the sql field 'words'.
I didn't look at the code I only did experiments.
However the 'words' field is by default empty as this is an upgrade
from 0.3.x to latest svn.
Any thoughts?
--
Arthur Titeica
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All,
I am using roundcube with archive plugin, All my users
have folder named Archive and i want to map my IMAP folder archive in
default. How to achieve the same so that i can get archive option in
main page of webmail.
Thanks
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi List:
My name is Javier and I am from Argentina.
I have Rouncube as Webmail.
The problem I have is that the /logs/sendmail file didn´t work.
In the config file of Rouncube, I have $rcmail_config['debug_level'] set to
1 and $rcmail_config['log_driver'] set to file,
the $rcmail_config['log_dir'] is pointing to 'logs/'; and permissions of the
sendmail file are: -rw-rw-r-- 1 www-data www-data for apache2 Web server.
Could someone please help me to find how can I make this log file start
register logs?
Thank you very much for your attention.
With best regards,
Xavi
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi, in IE6、7、8 chinese version roundcube can't open pdf as
attachment, it says loading data... and doesn't open the file in the
frame. firefox works ok!
( that can prompt me to save attached file in
IE6.0 englisth version,but still says loading data.. in the frame. )
if filename in Chinese (maybe is not English is same) the above is
occurred,in englisth filename , it's ok and prompt me to download or
save the pdf file.
RCU0.5.1
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
i have a problem with the managesieve plugin. When I add a filter to a
filter set and then select action as setflag, sddflag, removeflag, can I
save this filter. This filter set works fine with dovecot. But I can't
add another filter.
In roundcube shows up „Unable to save filter. Server error occured“.
The logs contain „[07-Mar-2011 13:10:06] test.roundcube: line 1: error:
require command: unknown Sieve capability 'imapflags'. test.roundcube:
line 5: error: unknown command 'removeflag' (only reported once at first
occurence). test.roundcube: error: validation failed. (3): „
test.roundcube:
require ["imap4flags"];
# rule:[TEST]
if header :contains "Subject" "TEST"
{
setflag "\\Seen";
stop;
}
I am using roundcube r4591 and as IMAP server Dovecot 1.2.16.
Is this a bug and/or how i can solve this problem ?
Thanks, Regards,
Carsten
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
How to send post value to roundcube web login from outside? I would like to login my roundcube through another weblogin page. Which post parameters should I send?
Thank you
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi - I just upgraded from 0.4.2 to 0.5.1 and came across the following
issue:
After upgrading, I ran the installer to test the config. The installer
told me that "imap_root" setting in main.inc.php had been changed to
"imap_ns_personal". So I replaced the imap_root entry with one reading
imap_ns_personal - and did not see any folders anymore, and could not
read e-mails anymore. After trying numerous things, I just replaced
imap_ns_personal again with imap_root and ... it's working again.
Why? The installer is not happy with this change - but I am. :-)
Thanks!
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello.
I see subscribe archives, but not understand RC support email threads
or not? I use $rcmail_config['autoexpand_threads'] = 1 but nothing
happens.
"Threaded message listing" in main RC page that mean?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am looking to update to roundcube 0.5.1 and I've moved my template
from 0.4.2 over to it but it looks like the folder management has
changed. Where previously I had a section in the managefolders.html
file to create new folders, this no longer seems to work
<div style="">New Folder Name: </div>
<div style="padding: 10px 0px 10px 0px;"><roundcube:object
name="createfolder" form="subscriptionform"
hintbox="rcmailaddfolderhint" /></div>
<roundcube:button command="create-folder" type="input"
class="button" label="create" />
<div id="rcmailaddfolderhint" class="hint"
style="margin-top:1em; height:16px"></div>
It looks like the functionality for adding and editing folders has
been moved to the folderedit template, however my current template has
a visible form for adding folders in the main folders screen which is
in the folders.html file. Is it still possible to do this?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am totally new to RoundCube and mail servers in general. Have used the
QNAP installer to install Xdove on my QNAP TS-410. Install went OK. No
error messages and I am getting some results with Uebimiau so Xmail is
working.
My question is very basic but missing from any documentation. What is the
url to log in? Is it qnap/RoundCube as a URL? If it is then this give me
nothing.
Help please
Paul Lakra
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
It did help me to turn the installer on and check things. One of the
messages said it could not read the file. I chmoded it 664 and voila
:) So it was a simple permission issue.
Warm regards,
Zbigniew Szalbot
On 1 March 2011 10:40, Zbigniew Szalbot <zszalbot(a)gmail.com> wrote:
>
> Hello,
>
> On 1 March 2011 09:42, Zbigniew Szalbot <zszalbot(a)gmail.com> wrote:
> >
> > Hello,
> >
> > > Did you rename the dist file?
> > > By default, the db.inc.php file doesn't exist but the db.inc.php.dist
> > > exists.
> >
> > Thanks. My installation was working before so db.in.php exists in the
> > config directory.
>
> One more clue from the error log:
> DB Error: no RDBMS driver specified in
> /path-to-roundcube/roundcube/program/include/rcube_mdb2.php on line
> 101
>
> Thanks!
>
> Zbigniew Szalbot
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I tried upgrading Roundcube 0.4 to 0.5 (roundcube-0.5.1,1) on a
FreeBSD machine. It all went well and I used the mysql.update.sql file
to upgrade the database. However, when I now want to log in to
roundcube, it gives me the following message:
> CONFIGURATION ERROR
> db.inc.php was not found.
> Please read the INSTALL instructions!
I am not sure why db.inc.php cannot be found. It does exist in the
config directory. Can you please help me troubleshoot it? Thank you
very much in advance!
Zbigniew Szalbot
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Each time I go to personal setting I get the following:
Thu Feb 24 07:49:03 2011] [error] [client 192.168.0.1] PHP Fatal error:
Call to a member function request_form() on a non-object in
/usr/share/roundcubemail/program/steps/settings/func.inc on line 236,
referer: http://myhost:81/?_task=mail
Can someone please help?
--
Stephen Cox
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
today, i have receive a email,that contains the two docs
as the attached files.(word document), and tha's is a forward message
from my co-wrok. but it can not display the attached files in RCU
0.5STABLE. (test twice). same email, he has cc to my other email
address(non corporation mail server), tha's ok, it's display the
attached files in webmail. so i think, that's a bug in RCU 0.5 stable.
the attached file is the source of the email.
Deng
--
Best Cheer
(XiaMen) Stone Works CO.,LTP.
Phone: 0592-7221600
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/lG/HVqODNkc/message-source.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have a number of people complaining about messages not displaying
correctly in roundcube, I can pull up the messages in squirrelmail and
they will display correctly but in roundcube they only partially
display, any idea how I might fix this?
Thanks,
James Devine
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
I have such errors in logs/errors file
[18-Feb-2011 15:20:31 +0100]: PHP Error: Deprecated hook name.
outgoing_message_headers -> message_outgoing_headers in
/usr/local/www/roundcube/program/include/rcube_plugin_api.php on line
207 (GET /roundcube/?_task=settings)
Could someone explain to me what's wrong ?
Thanks a lot
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
im useing roudceubemail 0.5stable, i have a problem about
open pdf file in roundcubemail. the roudcubemail can not load PDF files
and has been displayed "LOADING data".
please the attached file.
IE8.0
--
Best Cheer (XiaMen) Stone Works CO.,LTP.
Phone:
0592-7221600
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/C3/yP1E6Odf/pic.PNG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hi.
> Hi,
> 1. please check "$rcmail_config['smtp_server'] = 'localhost'" in main.inc.php file.
i have there written the ip adress of the smtp server. on the webserver isnt any mailserver running.
> 2. " telnet localhost 25" to check the postfix is work fine and is that > listing in 25 port on localhost.
a "telnet IP_OF_MAILSERVER 25" works. can send emails with smtp commandos.
regards and thanks for ur help
tassilo
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hi
when i want to send an email with roundcube it takes a while then i get an error "smtp error (-1)"on the mailserver side theres no trace that roundcube even tried to log in.
on the webserver in the error log :
[16-Feb-2011 23:04:31] Connection timed out (145):[16-Feb-2011 23:04:31] Failed to connect socket: Connection timed out ():[16-Feb-2011 23:04:31 +0100]: SMTP Error: SMTP error: Connection failed: Failed to connect socket: Connection timed out in /htdocs/sulat/program/steps/mail/func.inc on line 1479 (POST /?_unlock=loading1297893807322?_task=mail&_action=send)
there no firewall on port 25. normal imap login work just fine.sending emails using e.g. thunderbird also is fine , just not with roundcube.
anybody could give a hint?
thanks
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
Im using roundcubemail 0.5stable and dovecot2.09. When
i change the user quota in mysql, the rcmail show the capacity will not
change. i've run "doveadm quota recalc".
the following is user_query
in dovecot-sql.conf.ext
user_query =
SELECT username AS
user,uidnumber AS uid, gidnumber AS gid,
CONCAT('/home/mail/',homedir)
AS home,
CONCAT('maildir:/data/mail/',maildir) AS mail,
CONCAT('MAILDIR:STORAGE=',QUOTA) AS QUOTA
FROM mailbox WHERE username
= '%u' AND active = '1'
--
Best Cheer (XiaMen) Stone Works
CO.,LTP.
Phone: 0592-7221600
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi All,
Anyone know of any future interest in developing Roundcube to be optimised for
browsers?
With the influx of iPhones and more specifically iPads lately with my customers,
I need a mail solution which is easy to use on them.
As these are multi-user devices, I'd prefer to see a webmail app used for this
purpose rather than attempting to configure the native 'Mail' app
Cheers,
Peter
--
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Running 0.4.2-stable with default skin. Seeing many (several hundred
daily) 404's logged in Apache. Entries are always the same, other than
the IP address and the ID(?) in the request:
xxx.xxx.xxx.xxx - - [14/Feb/2011:07:33:10 -0800] "GET
/webmail/?_task=mail&_remote=1&_action=keep-alive&_t=1297697589810&_=1297697589810&_unlock=0
HTTP/1.1" 404 15
This is not consistent - many similar entries log as successful - i.e.
200. Any ideas what I should look for?
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
____________
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm using poppassd as driver to password plugin that was bundled on the
roundcube source installer. However, it is not working. When I change
password, it always says "Could not save new password".
I tried to run poppassd manually and it is working fine in terminal. I've
check syslog and found the ff when I change password in roundcube
Feb 12 16:07:23 mail xinetd[1562]: START: poppassd pid=2349 from=127.0.0.1
Feb 12 16:07:23 mail xinetd[1562]: EXIT: poppassd status=1 pid=2349
duration=0(sec)
It seems it exit immediately after changing password. Could this be a
poppassd issue or a bug on roundcube v.0.5. ?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi folks,
Is there a new or recommended way to get the real server name? We used
to use env:servername, but that appears to have been removed at some
point. I couldn't find a 'new way,' but I didn't want to write a plugin
just for that yet without checking.
Thanks!
--
Martin B. Smith
smithmb(a)ufl.edu - (352) 273-1374
CNS/Open Systems Group
University of Florida
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/QV/5UpAEqxs/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
I have installed roundcube 0.5 and it works very well, but at the moment only with the imap login credentials. I have another mysql database with all active email addresses and imap login names.
So i activate the plugin "virtuser_qery" and add the line
$rcmail_config['virtuser_query'] = 'SELECT owner FROM d100006_mailadmin.virtual WHERE address = "%u"';
to my main.inc.php file.
I have also activated the sql logging, but all sql query's i can see goes to the roundcube database. my other database would not be asked. :(
my table structure:
owner = IMAP login name (maybe adam_01)
address = email address (maybe adam(a)email.de)
Hope you could help me. I can't find any useful information in the web.
Have a nice day,
Joerg
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
When I set:
$rcmail_config['date_today'] = '%l:%M%P';
in main.inc.php, the resulting date format is: "Today %Wednesday:".
Presumably the remainder has been truncated. Has anyone else run across
this problem? It looks to me as if the strftime implementation for
date_today is incomplete or buggy? Works fine for date_short and
date_long.
Thanks,
Ted To
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I have installed the current bugfix-release on a server running php
5.2.0 and it seemed to work fine. I have no possibility to upgrade the
php version on the machine.
Which parts of roundcube 0.5.1 depend on the newer php version? What
functionality should I expect to stop working? Would it be possible to
bypass this by a small patch or is the dependency weaved into central
parts of roundcube?
I would be glad to get this information to decide whether I can use
newer roundcube versions or have to stay with the old ones or switch to
another webmail frontend.
Greetings,
Fred
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have set my timezone to +8.00 Singapore. But when i forward email
that have been sent, it randomly display +7.00 sometime +8.00 in the
message details. Can i set it to show +8.00 instead of +7.00?
Thanks,
iSoft
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube lovers
The just released update fixes some bugs discovered with the 0.5
stable version and also improves security by preventing some possible
CSRF attacks. This includes an optional referer check which is yet
disabled by default. If you trust HTTP Referer headers you can enable
it in config with $rcmail_config['referer_check'] = true;
Furthermore IDNA support has now been improved and some visual
glitches in IE and Safari have been resolved. Thanks again to all
reporters and pathc contributors!
We recommend to update all existing Roundcube installation with this
release. It can be downloaded from http://roundcube.net/download
and a complete list of changes is available here:
http://trac.roundcube.net/wiki/Changelog
Best wishes,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
I am using roundcube 0.5 with dovecot 2.0 as imap server. I can
sort messages by thread in the "list view", but is not the default view.
How can I make "threads" the default view?
Regards
Javier
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
In the previous version it worked fine, but after upgrading to version 0.5:
When any user selects Folder Actions and then Manage Folders from the popup
menu, the following error appears:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [501]
Any ideas anyone? This is becoming a major issue as the users are getting
restless!
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
We're using roundcube as a method of access to a read-only
email-archive. What would be the best/easiest way of disabling
outgoing mail functionality? (such that the user is aware).
For the moment, I've set up SMTP to always be rejected, but I'd like to
do this in a nicer way.
/Per Jessen, Zürich
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
Using version 0.5:
When any user selects Folder Actions and then Manage Folders from the popup
menu, the following error appears:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [501]
Any ideas anyone?
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hello
we plan to migrate our mailhub , the actual one runs roundcube 0.3
and the new on will run 0.5 version.
I would like to import mysql data from the old one to the new one.
what would be the best way to do so ?
Thanks a lot.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
we have just put into production the latest version of Roundcube (v0.5)
as our university's webmail service (for around 30,000 users available
at http://webmail.ntua.gr/) and we are very satisfied with it.
Currently, we have a small problem that is like the one described in
ticket #1486712 (http://trac.roundcube.net/ticket/1486712). Our mail
servers are using Cyrus (v2.3.16) and this is how we get the "could not
save message in Sent" error:
1. A message is forwarded as attachment by Thunderbird. It can be as
simple as a "hello world" message.
2. The message is accepted by cyrus and stored into the user's mailbox.
3. When trying to forward that message from within roundcube, cyrus
reports "NO Message contains bare newlines" and roundcude reports "could
not save message in Sent".
We tried changing the mail_header_delimiter option but I don't thing it
makes any difference.
As a way to get around the bug we are using the attached dirty patch.
Regards,
Panagiotis
--
Panagiotis J. Christias Network Management Center
p.christias(a)noc.ntua.gr National Technical Univ. of Athens, GREECE
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/uR/bPeSwal1/func.inc.patch.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I installed roundcube 0.5 stable through Hostmonster
SimpleScript. I access
through self hosted RC, i can't seems to access
my Inbox/Folder. But the
others folder under Sent/Draft all can
access.
If i access through hostmonster roundcube /webmail . All the
folder is ok.
Attached are the IMAP log.
And also the timezone display
on my email forwarding does not show +8.00, it
randomly show -7.00
sometime show my timezone +8.00 .
My setting for timezone are set to
+8.00 Singapore.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pE/8ahQECq6/imap
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
I had the spam update settings correctly set and it did work.
Nothing changed. However, today users can no longer update the spam settigs:
The error is:
Jan 28 17:23:45 srv1 roundcube: DB Error: MDB2 Error: insufficient
permissions Query: _doQuery: [Error message: Could not execute
statement] [Last executed query: UPDATE userpref SET value = '6'
WHERE username = 'babuser(a)klunky.co.uk' AND preference =
'required_score';] [Native code: 1142] [Native message: UPDATE command
denied to user 'spam'@'localhost' for table 'userpref'] in
/www/roundcube/program/include/rcube_mdb2.php on line 646 (POST
/?_task=settings&_action=plugin.sauserprefs.save)
The sauserprefgs config file states this, and I can login as the user:
$rcmail_config['sauserprefs_db_dsnw'] =
'mysql://spam:xxxxxxxxxxxxxxxxxx-1@localhost/spamassassin';
The grants are these ( a flush priv has been run).
mysql> show grants for 'spam'@'localhost';
+--------------------------------------------------------------------------------------------------------------------+
| Grants for
spam@localhost
|
+--------------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'spam'@'localhost' IDENTIFIED BY PASSWORD
'*xxxxxxxxxxxxxxxxxx' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_expire` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`userpref` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_global_vars` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_token` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_seen` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_vars` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, UPDATE, DELETE ON `spamassassin`.`awl` TO
'spam'@'localhost' |
+--------------------------------------------------------------------------------------------------------------------+
Here is the specific sql :
mysql> UPDATE userpref SET value = '6' WHERE username =
'baduser(a)klunky.co.uk' AND preference = 'required_score';
ERROR 1142 (42000): UPDATE command denied to user 'spam'@'localhost' for
table 'userpref'
I tried the same update as the admin user, and it worked.
Has anyone seen this afore, or know what could have changed for this to
suddenly stop working?
* Another weird oddity is that all mail is shown in Roundcube, yet some
is missed from Thunderbird. Very strange.
Best regards, S.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
I'm searching for the Button to activate 'Threaded Message Listing'
(TML)!
I'm using the Dec-2010-Xmas-Version with an gmx.net-mail-account.
Does TML depend on gmx or on my roundcube-config?
Best regards from Germany
Ulli Heist
--
http://heist.hobby-site.org/witze
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
Small question. I would like to have a link on the login page of
Roundcube to another site. (Posfixadmin in this case). It can be located
anywhere on the page. Where could I add this into the Roundcube config?
Best wishes, s.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Settings/folders no longer shows the total # of messages for
each folder in this screen.
Is this expected? I sure miss the tot-count!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All!
A have upgraded to version 0.5 stable at last weekend, but I have a
strange error.
The deafult language is hungarian, but the user can select language via
lang_sel plugin at login.
With default lang the login is successful, but if I change the lang and
try to login, I get back to the login screen without any error.
In IMAP log a see a successful login and logout.
After that unsuccessful login, if I change the lang, than I get
immediately logged in (without username and pass), with the first
selected lang.
Thanks for any help.
Attila Gyurman
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi, all.
I achieved mailbox sharing with Dovecot & Roundcube webmail in iRedMail[1]
today, just want to share you my experience, hope it helps. Although it's for
iRedMail, but it doesn't depend on it.
http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Share.IMAP.Folder
It describes:
- How to enable mailbox sharing in Dovecot
- How to enable mailbox sharing in Roundcube webmail.
- How to test mailbox sharing with telnet
Requirements:
- Dovecot >= 1.2
- Roundcube webmail >= 0.5 -stable release
[1] iRedMail - Free, Open Source Email Server Solution: http://www.iredmail.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I have a roundcube email account and am trying to setup to access it from
Outlook 2000. Need incoming and outgoing server names.
Can anybody help????
TIA
John
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube users and lovers
The next major release has now reached stable state and is available for
download. The important new features since 0.4 are: full support for shared
folders and namespaces, Internationalized Domain Names (IDNA) as well as
SMTP Delivery Status Notifications. The user interface for managing IMAP
folders has changed a bit and provides new space for further extensions and
plugins. This was already part of the release candidate published some
weeks ago and the new stable version fixed the last few bugs, namely some
issues with namespaces.
We recommend to update all existing Roundcube installations with this
release. Get it now from http://roundcube.net/download and have a lot of fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I've got two servers on my network:
- mail.iamghost.org [192.168.0.200 / 24]
- www.iamghost.org [192.168.0.201 / 24]
Now my Postfix server lets me send mail via SMTP just fine from
Thunderbird on any machine that is in 'mynetworks' file:
Code:
[root@mail ~]# cat /etc/postfix/mynetworks
127.0.0.0/8
192.168.0.0/24
The problem I'm having is that I've installed RoundCube on my web
server listed above and I'm able to login and read all my messages
perfectly via IMAP4. The problem is when I compose a new message and
try to send via SMTP from webmail only. When I try and send, I get a
SMTP error: SMTP Error (250) Authentication Failure. I can't
understand what's causing this. When I 'tail' my Postfix log file, I
don't see anything but an incoming connection and then an immediate
disconnect. No details show why this is occurring. I then ran Postfix
in debug mode to get more info and here's what I show:
Code:
Jan 11 13:29:32 mail dovecot: imap-login: Login: user=<carlos>,
method=PLAIN, rip=192.168.0.201, lip=192.168.0.200, mpid=2190, TLS
Jan 11 13:29:32 mail postfix/smtpd[2191]: connect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 220 mail.iamghost.org ESMTP Postfix
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: EHLO www.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-mail.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-PIPELINING
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-SIZE 20480000
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-VRFY
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
www.iamghost.org: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
192.168.0.201: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ETRN
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ENHANCEDSTATUSCODES
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-8BITMIME
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 DSN
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: RSET
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 2.0.0 Ok
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: QUIT
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 221 2.0.0 Bye
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: disconnect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail dovecot: imap(carlos): Disconnected: Logged out
bytes=12/341
Anyone know what is causing this error? I've completely disable (I
think) TLS configuration from Postfix (not Dovecot) to verify what the
issue maybe. Still get the same error with TLS disable. I can telnet
into the server from any PC and send mail via Telnet:
[cmennens@tuna ~]$ telnet mail.iamghost.org 25
Trying 192.168.0.200...
Connected to mail.iamghost.org.
Escape character is '^]'.
220 mail.iamghost.org ESMTP Postfix
EHLO tuna.ideorlando.org250-mail.iamghost.org
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:carlos@iamghost.org
250 2.1.0 Ok
rcpt to:carlos.mennens@gmail.com
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
Subject:Test Email Message
This is a test
.
250 2.0.0 Ok: queued as 4E7E7140522
quit
221 2.0.0 Bye
Connection closed by foreign host.
Any ideas on what this could be? It's driving me crazy and I'm
exhausted myself trying to resolve this issue.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi All,
Running version 0.4 Stable.
When a users clicks on an UNREAD message, the loading message appears, the
message becomes un-highlighted and then it throws up the "Could not load
message from server", nothing appears in the reading pane.
Can anyone shed any light on this please??
TIA
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone,
I am using Roundcube 0.5-beta with an Apache 2.2.14-5, GNUTLS 2.10.4 and
mod_gnutls in version 0.5.9. The used Linux distribution is Ubuntu 10.10.
When I am logged into the webinterface, I see many messages like these
in the Apache error log:
[Tue Jan 11 10:08:22 2011] [error] [client 88.198.50.166] GnuTLS:
Handshake Failed (-9) 'A TLS packet with unexpected length was received.'
First I thought it is a problem with Roundcube itself, but after I tried
several GNUTLS, mod_gnutls versions and the Squirrelmail webinterface --
and the error messages still occured -- I assume that there is a problem
with the underlying GNUTLS itself.
I also found a bug in the Ubuntu Launchpad Bugtracker, which implies
that this is a problem with GNUTLS:
https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/105736
* Has anyone experienced this problem before?
* Anyone a hint how to solve it?
* There seems to be no problem with the connection, Firefox and Chrome
tell me the session is encrypted.
Best Regards,
-Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm hosting a web site ( http://test-ipv6.com ) that *may* get a fair bit of
attention this week. It will be part of a press release involving several
major web sites. It will also be on the web site of a prominent
organization coordinating the press release.
The server *may* have a sudden increase in business, depending on the level
of attention the press release (and media interviews related to it) gets.
What does this mean for you?
- Mailing lists I host (woodworkers, roundcube, corvette resto, etc) will
possibly run a bit slower on getting mail delivered.
- Web sites I host may be less snappy. Possibly, downright slow.
- Shell access, for those of you who have it, may appear lagged.
- If you aren't sure why you're getting this mail at all, it means
that you have an email address that is routed through my server.
Ping me directly if you're not sure why.
I'm looking into ways to help spread the load to other servers, but I'm
gated on both time and money, as well as IPv6 availability on any resources
that might be contributed. As such, the next handful of days *may* be
bumpy. I want to appologize in advance for that.
I have had the suggestion from one of the web sites on the press release to
look at Google App Engine. I will do that, but I am constrained on when I
can do that. I can't mix my employer's time or resources, with working
on test-ipv6.com. The soonest I can do any significant change will be
Friday.
Additionally, the organization putting out the press release, is working on
setting up a mirror of my site; once complete, they will hopefully take
some of the traffic themselves.
If you have an urgent issue, call 1-877-4FESLER, extension 22. If I can't
asnwer the phone, leave a message (I may be in a meeting). But do leave the
message, and I will get it.
Jason Fesler
Some of the email/Web sites affected (the main ones, at least):
alexmeyer.combsdnet.orgcorvette-resto.com
deepfried.us
egbtnetwork.comframekillertobacco.comgardencity1988.comgetprideconcrete.comgigo.comgoldenrivers.orghcri.comlists.gigo.comlists.roundcube.net
mkurl.us
sawdusters.orgstarrynyte.comsuchter.comtest-ipv6.comwecarecancerpeernavigators.orgyersinia.com
For a complete list, see http://stats.gigo.com/ .
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hallo all and a happy new year
Did you know CrossPoint (XP)? An old german DOS-Mailprogramm!
This old program has a function which I'm missing for several years:
I try to explain:
Some of my contacts are writing private e-mails to me from their
work-mail-address.
If I do not watch the reply will go to work, but it has to go to the
private mail-address.
In CrossPoint there was the possibility to set an manuell
Reply-To-Adress which overides all Header-Reply-Settings (if exist) by
sending a Reply.
This manuell Reply-To-Adress have to set manuelly in the adressbook, by
choosing an other existing mail-adress as Reply-To.
Do you understand, what I try to explain?
Best Regards from Germany
Ulli Heist
--
http://heist.hobby-site.org/witze
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I downloaded this version of ROundcube and followed the install guide.
I noticed that the directory has a few executable shell scripts:
# cd /xxx/roundcube/bin
# ls -l
total 32
-rwxr-xr-x 1 root root 2688 Sep 25 15:03 cleandb.sh
-rwxr-xr-x 1 root root 2782 Sep 25 15:03 decrypt.sh
-rwxr-xr-x 1 root root 1334 Mar 5 2010 jsshrink.sh
-rwxr-xr-x 1 root root 547 Mar 5 2010 jsunshrink.sh
-rwxr-xr-x 1 root root 3238 Sep 29 10:30 msgexport.sh
-rwxr-xr-x 1 root root 2474 Sep 29 10:30 msgimport.sh
-rwxr-xr-x 1 root root 4862 Sep 25 15:03 update.sh
All static content (and roundcube included) is on a mount point that has
noexec,nosuid which means that it cannot be executed.
I have copied the scripts into /usr/local/bin, where these can be
excueted from, but would like to know what I have to change in the
Roundcube configuration to ensure that Roundcube still finds these.
Does anyone know?
Best regards, J.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi chaps and chapettes,
I have just set-up my first RC system: (relevent versions notes at
end of this Email)
RC
Apache
mysql
postfix
dovecot
spamassassin
php
The Roundcube is a little slow with one test user and no load. I would
like to know what I have to tweak for this to run a little faster. I
presume that it is one or some of these programmes that ought to be
tuned: apache mysql or roundcube. Does some one have some ideas or
some links to some docs about this?
By the way: its not hardware related: The load is always at a pleasent 0
0 0 and the system has an 8 core Xeon on it, so its a nice beast: :
Intel(R) Xeon(R) CPU E5420 @ 2.50GHz
Many thanks for any ideas.
Best regards, J.
----------------------------------------------------------------------------------------------------------------------------
Appendix:
Version specifc notes: (sans dovecot,postfix,spamd because these should
be irrelevant to RC performance)
* roundcube 0.4.2
* Apache version 2.2.16-4
* mysql Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (x86_64) using
readline 6.1
* PHP 5.3.3-6 with Suhosin-Patch (cli) (built: Dec 7 2010 12:47:03)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I've just upgraded from 0.4.2 to 0.5-RC.
I would like to report a considerable slowing down of the imap
connection (dovecot 2.0.7) in case 'imap_auth_type' is not specifically
defined (CRAM-MD5 in my case), while the default null value was working
fine with the 0.4.2 version.
Regards
Roberto Puzzanghera
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
I'm running Roundcube 0.5 RC on our server and I think there is a bug,
somehow related to this closed bug:
http://trac.roundcube.net/ticket/1486532
When replying to a mail a single space character is inserted before every
line written. The original message appears below the answer which is set
this way in the settings of Roundcube.
Can somebody confirm?
Regards,
Martin
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Is there a routine available which would be able to remove a stale user
from the MySQL database along with any other table entries related to
them such as contacts etc etc?
I have dozens of long gone users, and I would like to clean up the DB.
Yes, they aren't hurting anything by being there, but they aren't helping
anything either.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have a message that won't display correctly in roundcube. In
internet explorer 8, when the message is selected, it starts to open
it, says loading at the top of the screen, but never loads it. It
will load in chrome and firefox, but it only loads halfway. This
message displays correctly in our live webmail which is tupimail as
well as in windows live mail. Any ideas what might be happening here
or where I might look to find out?
Thanks,
James
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I installed today's 0.5-rc release for testing, and already have a
question. One of the new features in the Changelog is "Add 'loading'
message on message move/copy/delete/mark actions"
Well, I've already got three complaints on this from my testing team.
While
it's OK for most users, I have users who delete multiple consecutive
messages by highlighting the first one, and then clicking "Delete"
multiple
times until the batch is gone. (They have "After message delete/move
display the next message" as True.) While this method works fine in
0.4.2,
the "Loading..." dialogs start to stack up quickly in 0.5-rc and after
two
or three clicks they cover the Delete button and the user has to wait
for
the dialogs to clear before proceeding.
So I'm wondering if any thought has been given to making these new
dialogs
a preference that could be enabled/disabled? While making it a per-user
setting would be ideal, I could live with just having the ability to
turn
it off globally in the main.config.php if that would be easier.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
I'm testing a shared mailbox with roundcube and, so far, didn't manage
to make it work.
I have cyrus-imap and a shared mailbox named "testshared" in
/var/spool/cyrus/mail/t/shared/testshared
I can subscribe and browse this mailbox from thunderbird with userA.
But with the same userA, when I try to access it from roundcube, I get
the error "Server Error: STATUS: Mailbox does not exist".
I tried to change my default settings in main.inc.php as follow:
---
$rcmail_config['imap_ns_personal'] = "INBOX.";
$rcmail_config['imap_ns_other'] = null;
$rcmail_config['imap_ns_shared'] = "shared.";
---
But that doesn't work either.
What is the correct configuration to access a shared mailbox from
roundcube ?
Thanks,
Julien
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
Is there any way to change the sender identity based on the email
service domain?
Here is my scenario: horde provides the webmail service for two domains:
.student.domain.com
.profs.domain.com
The email addresses are created in the following way:
username(a)student.domain.com (for the first)
username(a)domain.com (for the second)
However, with this configuration:
$rcmail_config['default_host'] = array(
‘profs.domain.com => ' domain.com ',
'student.domain.com' => 'student.domain.com',
);
The roundcubemail creates the sender identity for the second domain like
this: username(a)profs.domain.com , which is not valid to send emails.
Is there any way to set up roundcube the way I need? Thank you
--
Ricardo Ruivo
System Administrator
SIC - Serviço de Informática e Comunicações
Department of Informatics Engineering
Faculty of Science and Technology
University of Coimbra | Portugal
My PGP Public Key is available at:
http://pgp.dei.uc.pt:11371/pks/lookup?op=get&search=0x7D4F6A4C
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/sQ/WaKlzKYG/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hohoho folks,
Our Christmas gift for 2010 is now available for download. We just
published the release candidate package for the upcoming version 0.5
of Roundcube webmail. It's now feature-complete with a reworked user
interface for the IMAP folder management and improved handling for
mailing list headers. Details are listed in the changelog as usual:
http://trac.roundcube.net/wiki/Changelog
Please download this latest release from http://roundcube.net/download
and let us know about things that need improvement. The final version
will be ready soon and we're already making big plans for 2011.
Enjoy the upcoming days and have a great party for new year!
Cheers,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hello roundcube network.
I just noticed a problem on the last trunk.
you can not select the new files to add in the INBOX because the window
is full and there is no scroll bar to scroll to the bottom of the list
any return are welcome , thanks
- --
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
gpg --keyserver pgp.mit.edu --recv-key 092164A7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iD8DBQFNCrAVtXI/OwkhZKcRAnONAKCFfLic6G7vTniLrZ1MyNvDp/mbiwCdGDgw
T+HNxE+ZeE9sEzEbsBMAvpQ=
=l9Wh
-----END PGP SIGNATURE-----
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello there,
I've got a problem with the pf_password plugin to change the users password
in the postfixadmin mysql database.
This mysql code works properly: ['password_query'] = 'UPDATE mailbox SET
password=%c WHERE username=%u';
But how is the syntax to make use of the
modified,pass_modified,last_password and second_password fields?
The default querysyntax doesn't work for me: ['password_query'] = "UPDATE
`mailbox` SET `password` = %n , modified=now() , pass_modified=now()
,`last_password` = %y, `second_last_password` = %z WHERE `username` = %u
LIMIT 1";
Also 'password'=%c haven't worked.
Thanks,
Tobias
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Tm/xsSaRHks/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
How do I remove Settings -> Preference and Identities tab?
Best Regards,
Dagia,
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Is there a way to not save the attachements of sent mail? Horde IMP has
that option when you compose a message.
Regards,
Filipe
--
Filipe André Romualdo de Carvalho
Unidade de Administração de Sistemas (UAS)
Centro de Informática Prof. Correia de Araújo (CICA)
Faculdade de Engenharia da Universidade do Porto (FEUP)
Tlf: (+351) 22 508 15 06 - SIP/VoIP: filipec(a)fe.up.pt / Ext: 3092
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm not a plugin developer, but I'm using the vacation plugin, and it
is giving me this error:
Vacation plugin:
/var/www/html/roundcubemail-0.4-beta/plugins/vacation/extra/squirrelmail_vacation_proxy
is not configured for user "".
Check config.mk in plugins/vacation/extra/vacation_binary.
Please read the INSTALL instructions!
The module is unmaintained as far as I can tell, so I was wondering if
there was a list of changes to the API from release to release. I
didn't see one in trac...
It looks to me like the variable with the username string has changed.
(I'm guessing it was `rcmail::get_instance()->user` before).
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Does anyone have any input on this? If I can't get the SQL upgrade
lines working, is there at least some way to export/import data to a
newer version of the database?
I'm really stuck in a bind here. Thanks!
- John
On 12/8/10 9:10 AM, John May wrote:
> I'm trying to upgrade our 0.3.1 installation to 0.4.2.
>
> When I execute the following SQL upgrade lines, I get the errors that
> follow them:
>
> mysql> ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_contacts` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
> mysql> ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_identities` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
>
> The first 2 ALTER TABLE commands work OK, and I've verified all tables
> have been changed to InnoDB. Any ideas on how to get this to work?
>
> Alternately, is there a good way to import data from an existing older
> roundcube MySQL database into a fresh, up-to-date one?
>
> Thanks!
>
> - John
>
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
If you have installed qmail, please advise me?
I just have installed qmail for freebsd. I also new virtual domain test.com on my qmail. But, When I send one mail from dagia(a)test.mn to dagmid_d(a)yahoo.com, the following log created in /var/log/qmail/qmail-send/current.
I have not sent mail to log(a)test.mn which is not created. But my sent mail is duplicate send to nothing mail address which log(a)test.mn. How will I stop duplicate mail to log(a)test.mn?
@400000004d03517f0a23ae24 info msg 7489803: bytes 6904 from <dagia(a)test.mn> qp 97153 uid 1003
@400000004d03517f0a245a04 starting delivery 60: msg 7489803 to local test.mn-log(a)test.mn
@400000004d03517f0a2490b4 status: local 1/10 remote 0/255
@400000004d03517f0a254c34 starting delivery 61: msg 7489803 to remote dagmid_d(a)yahoo.com
@400000004d03517f0a257344 status: local 1/10 remote 1/255
@400000004d03517f0bb37db4 delivery 60: success: did_0+0+1/
@400000004d03517f0bb473cc status: local 0/10 remote 1/255
@400000004d035184176576bc delivery 61: success: 74.6.140.64_accepted_message./Remote_host_said:_250_ok_dirdel/
@400000004d035184176674a4 status: local 0/10 remote 0/255
@400000004d03518417676abc end msg 7489803
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Unfortunately, I'm still on 0.4-beta, so keep that in mind.
When a new message is created, it focuses on the editing field with
HTML composing is enabled, but it works fine for plain text. I assume
there is a setting for TinyMCE somewhere to change this. Is there a
configuration for tinyMCE with this option, or is there a better way
to change this?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On Thu, 9 Dec 2010 17:00:16 -0600, Bradlee Landis
<bradleelandis(a)gmail.com> wrote:
> On Thu, Dec 9, 2010 at 4:56 PM, Kaz Kylheku <kaz(a)kylheku.com> wrote:
>>
>> I'm on 0.4 and don't see this. When creating a new e-mail in HTML mode,
>> the focus is on the Recipient input box where it should be. The tab
>> order is Sender -> Recipient -> Subject -> Body -> Send now -> Cancel.
>
> Maybe I should upgrade. I was needing the vacation plugin to work, and
> it broke when 0.4 final came out.
>
>> Could this be some browser difference? I'm mostly using Firefox 3.6.x.
>> What do you have over there?
>
> I'm using Chrome.
I tried with Chrome 8.0.552.215 on WinXP. The focus goes
to the Recipient when I compose a new e-mail in either HTML
or Plain mode. I also tried whether enabling or disabling
the addition of the signature makes any difference
(it doesn't).
If I start a message in plain text, with the focus on the Recipient
input box, and then use the list box in the bottom right corner
to change to HTML mode, then after the editor mutates itself
to HTML, the focus ends up in the editor. That's the closest
I've come to getting that behavior.
--
Tankan: Memorize Japanese Kanji: http://kylheku.com/tankan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
Do you know if there's a way to have RC remember your username/password and bypass the login screen, even if you closed the session by closing the browser or whatever; until you choose to signoff? Sort of the way Gmail does it or other sites.
I use RC as my primary email client and, while I have my U/P remembered by the browser, I would still prefer it that when I open the browser my email loads up automatically. Of course, this would be a user setting, either with a checkbox on the login screen or through settings.
Is there a plugin for this?
Thanks!
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm trying to upgrade our 0.3.1 installation to 0.4.2.
When I execute the following SQL upgrade lines, I get the errors that
follow them:
mysql> ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts`
FOREIGN KEY (`user_id`)
-> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
`user_id_fk_contacts` FOREIGN KEY (`user_id`) REFERENCES `users`
(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
mysql> ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities`
FOREIGN KEY (`user_id`)
-> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
`user_id_fk_identities` FOREIGN KEY (`user_id`) REFERENCES `users`
(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
The first 2 ALTER TABLE commands work OK, and I've verified all tables
have been changed to InnoDB. Any ideas on how to get this to work?
Alternately, is there a good way to import data from an existing older
roundcube MySQL database into a fresh, up-to-date one?
Thanks!
- John
--
-------------------------------------------------------------------
John May : President http://www.pointinspace.com/
Point In Space Internet Solutions jmay(a)pointinspace.com
Twitter: http://twitter.com/pointinspace/
Facebook: http://www.facebook.com/PointInSpace/
Professional FileMaker Pro, MySQL, PHP & Lasso Hosting
on shared, virtual and hardware dedicated servers
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
My RC use PLAIN mechanism for IMAP athentication. And it use default
(non-SSL) IMAP port 143.
While log in, I captured the information by WireShark then I could see the
usename and password, warped in a HTTP POST.
If I change to use SSL with IMAP,
$rcmail_config['default_host'] = 'ssl://mail.mysite.com';
$rcmail_config['default_port'] = 993;
I still can capture my Username/ Password. So I think the SSL authentication
is just from RC to IMAP server. Not from my PC to RC server.
I know if I'm using HTTPS, the information send from my PC to HTTP server
will be encrypted.
Is there anyway to encrypt the login session from my PC to the RC server,
except using HTTPS? I mean the encryption supported inside RC login page.
Many thanks/ Minh.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi friends,
i need to insert an message before the user text on e-mail, this insert must
have webmail user full name, server date and hour and my companhy logo, i
really dunno how to do this, can someone help me?
thanks a lot
Harlei
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I just installed version 0.5 beta and when i want to add new
folder for subscription RC respons with an error.
Unfortunately the
folder is not Subscribed
Thenks
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
--
Scott Berry
MCP and A Plus Certified
Hello there,
My name is Scott Berry and I am totally blind. I am setting up Round
Cube the latest stable version. When I go in to my roundcube installer
it tells me that date.timezone is not set. Here is the steps I took
to set it:
1. I opened php.ini.
2. I found the date.timezone = directive and added America/Chicago.
so my directive looks like this:
date.timezone = America/Chicago
Is this good enough or am I missing something? Thanks for all the help.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
it's not posible for me to save the following e-mail-adress in the
adressbook and it's not posible to send a mail to this address:
Schmidt-K.(a)gmx.de
O.K. I'm honest - I've changed to letters (for this mailing). ;-)
Best regards from germany
Ulli Heist
P.S.: Is a working bookmark-tool available?
--
http://heist.hobby-site.org/witze
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube users
We're happy to announce that a new major release of Roundcube is now
available for testing. As usual it contains many bugfixes (thanks to
all the reporters and contributers) and brings more stability and
speedup as well as some new features such as Internationalized Domain
Name (IDNA) support, support for shared/global IMAP folders and
support for SMTP Delivery Status Notifications. Plus some minor
changes to the message list UI and many improvements under the hood.
Download the 0.5-beta release now from http://roundcube.net/download
and test it in your local environments. Any bug reports and
suggestions for improvements are welcome.
Along with the new features again new texts are waiting to be
translated. All non-english natives are kindly requested to help us
translate Roundcube. Go to http://translator.roundcube.net, select
your language and fill in the missing labels and messages. Completed
files can be posted to our dev mailing list.
As you can see on the translator page, there are several translations
with less than 50% completeness status. We'll have to remove them from
future releases if they're not kept up-to-date.
Thanks for using Roundcube and for contributing to this great project!
Best regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I would like to ask if there is any way to set auto logout after some time
of user inactivity?
I've tried to set *keep_alive to greater value than session_timeout, but
this doesn't work.
Many thanks in advance
Regards,
Radovan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I am a subscriber of Roundcube webmail. I have recently configured roundcube with vpopmail on qmail. Unfortunately, I am facing one problem which the roundcube's password plugin. How will I configure roundcube's password plugin with vpopmail?
Below is my problem's detailed info :
1. I have configured vpopmail with mysql on qmail.
2. I have activated vpopmail's password plugin
But,
When I create new domain on vpopmail, that domain name creates following format on mysql. Example : test.com = test_com
I have configured the password plugin by below query.
UPDATE %d SET pw_passwd=%c, pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1';
above %d is domain part of user. E.g test.com, but my created table name is=
test_com
How can I fix this problem pls????
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I'm using Postfix + Dovecot + Mysql + RoundCube webmail. The password saved
in Mysql database is *MD5-CRYPT*.
In Dovecot configuration, I set the authentication mechanisms:
*auth default {
mechanisms = plain login digest-md5 cram-md5
}*
In Round Cube main.inc.php, I set:
*$rcmail_config['imap_auth_type'] = "auth";
//CRAM-MD5*
But I cannot login. If I change the *imap_auth_type* to *Plain*, I can login
smoothly.
Cound you please help me how to enable authentication login for Round Cube?
BRs/Minh.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I want write plugin which generate file with rules for maildrop in mail
account dir. I have one question that roundcube can create files over imap?
Thanks
--
Dariusz Raczkowski
www.atrium-pc.pl
ul. Głogowska 181
61-121 Poznań
gg: 11995886
tel/phone: +48 61 662 12 21
tel kom./cellphone: +48 664 167 788
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I try to write in English.
A normal Reply-Mail starts with 'Re: ' in the subject.
But there are some german Mail-Reader which are using other tag's like:
RE:
Betreff:
AW:
WG:
Antwort:
If I'm writing an reply the new subject looks like
'Re: WG: Antwort: Test'
I think that looks unprofessional!
A better style is:
'Re: Test'
For this I did a code-change in program/steps/mail/compose.php
starting at line 905
<snip>
else if ($compose_mode == RCUBE_COMPOSE_REPLY)
{
$MESSAGE->subject = ltrim($MESSAGE->subject, "RE:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "Betreff:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "Re:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "AW:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "WG:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "Antwort:");
if (preg_match('/^re:/i', $MESSAGE->subject))
</snip>
But sometimes are too many characters deleted - I don't know why!
Best regards from Germany, palatinate
Ulli
--
http://heist.hobby-site.org
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All,
This is my first post to this list and i am very happy
with Roundcube .. I am having a problem while setting up markasjunk2
plugin which is using sa_blacklist Driver. I am also using sauserprefs
plugin which is working perfectly and all my setting being stored in
mysql database. Can any one help me here is the error while clicking
on spam button in webmail :-
Server Error! Service Currently Not available
Logs shows :-
[09-Nov-2010 17:48:06 +0530]: DB Error: _doQuery: [Error message:
Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_63b151dc0daee21713d7035ee522a47b0ac33e46b FROM
'SELECT idx, headers, structure FROM messages WHERE user_id=? AND
cache_key=? AND uid=?']
[Native code: 1146]
[Native message: Table 'spamassassin_db.messages' doesn't exist]
in /var/www/webmail/program/include/rcube_mdb2.php on line 264 (POST
/webmail/?_task=mail&_action=plugin.markasjunk2.junk?_task=&_action=)
[09-Nov-2010 17:48:06] MDB2 Error: no such table (-18): _doQuery:
[Error message: Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_74fe23ef195e80e644264d2fe2bc403c233a11967 FROM
'UPDATE cache SET created=now(), data=? WHERE user_id=? AND
cache_key=?']
[Native code: 1146]
[Native message: Table 'spamassassin_db.cache' doesn't exist]
[09-Nov-2010 17:48:06 +0530]: DB Error: _doQuery: [Error message:
Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_74fe23ef195e80e644264d2fe2bc403c233a11967 FROM
'UPDATE cache SET created=now(), data=? WHERE user_id=? AND
cache_key=?']
[Native code: 1146]
[Native message: Table 'spamassassin_db.cache' doesn't exist]
in /var/www/webmail/program/include/rcube_mdb2.php on line 264 (POST
/webmail/?_task=mail&_action=plugin.markasjunk2.junk?_task=&_action=)
Here is the config.inc.php contents:-
$rcmail_config['markasjunk2_learning_driver'] = 'sa_blacklist';
$rcmail_config['markasjunk2_read_spam'] = true;
$rcmail_config['markasjunk2_unread_ham'] = false;
$rcmail_config['markasjunk2_detach_ham'] = true;
$rcmail_config['markasjunk2_spam_flag'] = 'null';
$rcmail_config['markasjunk2_ham_flag'] = null;
$rcmail_config['markasjunk2_debug'] = false;
$rcmail_config['markasjunk2_mb_toolbar'] = true;
$rcmail_config['markasjunk2_sauserprefs_config'] =
'../sauserprefs/config.inc.php';
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
When I change my signatures, I see this message:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [500]
.. and these in the /log/errors:
[08-nov-2010 12:00:51] MDB2 Error: no such field (-19): _doQuery: [Error
message: Could not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3e570cbcd539b2ecaf618b413b1f11d47b5941a49 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list']
[2010-Nov-08 12:00:51 +0100]: DB Error: _doQuery: [Error message: Could
not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3e570cbcd539b2ecaf618b413b1f11d47b5941a49 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list'] in
/var/www/roundcube/program/include/rcube_mdb2.php on line 272 (POST
/roundcube/?_task=settings&_action=save-identity)
I am using updated version of RC:
0.3.1 -> 0.4
How can I make these columns for users?
Best Regards,
Gabor
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
PHP Warning: date() [<a href='function.date'>function.date</a>]: It is not safe to
rely on the system's timezone settings. You are *required* to use the date.timezone
setting or the date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely misspelled the timezone
identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in
/usr/local/www/roundcube/program/include/main.inc on line 1029
my roundcube errors log is FULL (27G !) of these messages.
I am not sure where to find the "date.timezone" this message refers to.
Nor do I understand the "date_default_timezone_set()" function.
Inside the file main.inc.php, I tried to set
"$rcmail_config['timezone'] = '(GMT -8:00) Pacific Time (US/Canada)';
but the errors log keeps filling up.
So I have adjusted the above to:
"$rcmail_config['timezone'] = 'America/Los_Angeles';
as it suggests, but the errors log KEEPS filling with the exact same message.
Advice gratefully appreciated.
Jim
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
The Inbox and all other folders show with various list columns pre-selected.
Including, specifically the "Sender".
The Sent folder has "Recipient".
Both of the above make total sense.
However, I had a client slide their Sent folder aside because it was VERY
full, and they created a new one.
All of a sudden the old Sent folder is treated as another incoming folder
where the "sender" is visible in the columns. Of course, it is the same
sender for each of their messages, and they really want the Recipient to
show.
I see no way to change a folder so that Sender/Recipient can be swapped.
Is there?
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone
Roundcube 0.4.2 does not display correctly some headers
of the email, this graphic example it's from a blackberry read
notification message. This ocurrs to me as well with users writing mail
from squirrel
Any ideas?
--
-------------------------
RICARDO
ARDILA VETROVEC
_Gerente de Redes_
_CeTIC_
UNIMET
--> Desde prueba
frontend para cervantes
-------------------------
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8d/HBmbfT+h/error.JPG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello everyone, excuse my english, is not so good
This is my
problem
/var/mail/user1
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I have done the upgrade to version 0.4.2 on an existing 0.3.1 installation.
It seems I fixed most of the issues on this Centos 5 server by
installing a lot of php-pear packages.
But I thought I had this covered with the proper package but it seems
email handling still fails with the following error in the log:
roundcube: PHP Fatal error: Call to undefined method
Mail_mime::getHTMLBody() in
/var/www/html/roundcubemail/program/steps/mail/sendmail.inc on line 109
I'm currently using centos 5 on the server with all the normal upgraes
and use PHP from the Utterramblings repository.
I must be missing something obviously but I just fail to see what this
time. So I open to suggestions.
php-pear.noarch
1:1.9.1-1.jason.1
installed
php-pear-Auth-SASL.noarch
1.0.2-4.el5.centos
installed
php-pear-Date.noarch
1.4.7-2.el5.centos
installed
php-pear-File.noarch
1.2.2-1.el5.centos
installed
php-pear-HTTP-Request.noarch
1.4.2-1.el5.centos
installed
php-pear-MDB2.noarch
2.4.1-2.el5.centos
installed
php-pear-MDB2-Driver-mysql.noarch
1.4.1-3.el5.centos
installed
php-pear-Mail.noarch
1.1.14-1.el5.centos
installed
php-pear-Mail-Mime.noarch
1.4.0-1.el5.centos
installed
php-pear-Net-SMTP.noarch
1.2.10-1.el5.centos
installed
--
hvdkooij(a)vanderkooij.org http://hugo.vanderkooij.org/
PGP/GPG? Use: http://hugo.vanderkooij.org/0x58F19981.asc
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone!!!!
I'm testing roundcube to change squirrel at
university on caracas
venezuela, so far excelent!!!
With a user has
no mail or a folder has no mail roundcube return SERVER
ERROR (OK!)
My system dovecot 1.2...
with one mail roundcube display it....
can
you help me?????
thanks a lot
pd. support it's excelent, i'm very
grateful with you for that!
Excuse my english :( spanish
native!!!!
--
-------------------------
RICARDO ARDILA
VETROVEC
_Gerente de Redes_
_CeTIC_
UNIMET
--> Desde prueba frontend
para cervantes
-------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
Does anyone have plugin to generate file mailfilter which is use by
courier-maildrop?
I want filter mails by subject or sender.
If this plugin not exist does anyone known how setup courier-maildrop
to using mysql?
Thanks
--
Dariusz Raczkowski
www.atrium-pc.pl
ul. Głogowska 181
61-121 Poznań
gg: 11995886
tel/phone: +48 61 662 12 21
tel kom./cellphone: +48 664 167 788
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e