I am having troubles sending email with an attachment through rouncube.
I did confirm that I can send attachments via IMAP using the Thunderbird
email client. I have set PHP memory limit to 32M and the email attachment
limit to 12M in roundcube. When I try to send a 2M attachment I get the
following 2 lines in the error log:
[21-Jan-2010 07:00:27] PHP Warning:
sort() expects parameter 1 to be array, boolean given in
/var/www/roundcube/program/include/rcube_imap.php on line 1118
[21-Jan-2010
07:02:11] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted
(tried to allocate 6952037 bytes) in
/var/www/roundcube/program/lib/Net/SMTP.php on line 887
It looks like PHP
is already exhausting the 32M, but I have no idea why?
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, Jan 21, 2010 at 1:07 PM, chasd <chasd(a)silveroaks.com> wrote:
>
> On Jan 21, 2010, at 11:31 AM, Carlos Williams wrote:
>
>
>>
>> What exactly am I suppose to do? Run what command against the
>> 'mysql.update.sql' file?
>
> Apply the SQL file to your existing database :
> mysql -u roundcube -p webmail < mysql.update.sql
Ah, thank you very much! I will try that this evening and hopefully
nothing gets messed up. I did a MySQL dump just in case it does.
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
I am upgrading my Linux servers version of RoundCube this evening at
6pm. I have followed the Wiki:
http://trac.roundcube.net/wiki/Howto_Upgrade
1. Copy my old RC directory:
cp -r /var/www/html/roudcube /var/www/html/roundcube_old
2. I backed up my MySQL database as suggested using 'sqldump'
mysqldump -u roundcube -p webmail > /var/backup/mysql/webmail.dump
3. I re-did my new v0.3.1 main.inc.php and db.inc.php from scratch
using my old v0.2.1 configs as references.
4. Database Setup? This is where I am lost / confused. I am suppose to
go to the 'SQL' directory and look for 'mysql.update.sql' since I am
using MySQL 5.
What exactly am I suppose to do? Run what command against the
'mysql.update.sql' file? The Wiki is vague? I appears to be a .sql
file and I don't know what I should do with it. Can someone please
help and explain the process?
Thank you very much!
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
I find that sorting email folders by date doesn't always work
as expected. If you have slid an email into an alternate
folder, it appears that the email date-order assumes the date
of the slide, rather than the original date.
So sorting is screwy if you have moved emails around.
Am I missing something here?
_______________________________________________
List info: http://lists.roundcube.net/users/
Simple question here. I want to make the print icon available to users
on the action bar. I have had no luck finding how to do that in the forums
or list archives.
Thanks,
Javid
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've denied access to logs, config and temp directory, except for
allowing 127.0.0.1
For the plugins directory I wanted to do the same, but then the Junk
icon doesn't show up anymore.
I tried with allowing 127.0.0.1 and the local server ip-address, and
that still doesn't give access to that icon from the plugins directory.
I'd like to restrict access to the plugins directory for anyone not
using RoundCube on my server, how to achieve that ?
Regard,
Adrian
_______________________________________________
List info: http://lists.roundcube.net/users/
How can I verify that I'm actually running fastcgi?
--
Stan
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there any ability to have the roundcube main screen show the user's
email address
somewhere (perhaps to the right of the icons) ?
Perhaps even their name as defined in the roundcube records?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
i´ve some problem with Roundcube using TLS negotiation during SMTP. I´ve
searched through mailinglists and wiki but didn´t find a solution.
this is my smtp configuration:
$rcmail_config['smtp_server'] = 'tls://mail.jetsys.de';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = '';
but sending a mail from Roundcube doesn´t succeed with this error message:
postfix/smtpd[30061]: connect from daolin.jetsys.de[192.168.9.1]
postfix/smtpd[30061]: lost connection after UNKNOWN from
daolin.jetsys.de[192.168.9.1]
postfix/smtpd[30061]: disconnect from daolin.jetsys.de[192.168.9.1]
roundcube: fsockopen(): unable to connect to tls://mail.jetsys.de:25
(Unknown error) (0):
roundcube: Failed to connect socket: fsockopen(): unable to connect to
tls://mail.jetsys.de:25 (Unknown error) ():
roundcube: [01-Jan-2010 10:49:18 +0100]: SMTP Error: SMTP error:
Connection failed: Failed to connect socket: fsockopen(): unable to
connect to tls://mail.jetsys.de:25 (Unknown error) in
/srv/www/htdocs/mail/program/steps/mail/func.inc on line 1365 (POST
/mail/?_task=mail&_action=send)
well, this isn´t really a syslog entry which gives me any clue whats
possibly wrong.
a telnet to my smtp server shows:
daolin:~ # telnet localhost smtp
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 mail.jetsys.de ESMTP Postfix
EHLO localhost
250-mail.jetsys.de
250-PIPELINING
250-SIZE
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN CRAM-MD5 GSSAPI PLAIN DIGEST-MD5
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
and sending mail via thunderbird works as expected.
postfix/smtpd[29994]:connect fromhelena.jetsys.de[192.168.9.247]
postfix/smtpd[29994]: 1AFC4201E7:
client=helena.jetsys.de[192.168.9.247], sasl_method=CRAM-MD5,
sasl_username=js
postfix/cleanup[29998]: 1AFC4201E7: message-id=<4B3DC456.2000605(a)jetsys.de>
postfix/qmgr[6757]: 1AFC4201E7: from=<js(a)jetsys.de>, size=650, nrcpt=1
(queue active)
postfix/smtpd[29994]: disconnect from helena.jetsys.de[192.168.9.247]
i´ve also no problems with using TLS accessing the cyrus imap server.
Greetings, Jörg
_______________________________________________
List info: http://lists.roundcube.net/users/