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/