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/
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/