![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi All,
I've just installed Beta 2 and I'm unable to send email. I can receive ok but when I go to send, the screen stays on sending message and then it just goes away. I don't receive a message saying "Unable to send message" like others have. The following error appears in the log: Code:
PHP Parse error: syntax error, unexpected $end in /home/duplicat/public_html/wmail/program/lib/Net/Socket.php on line 198 Any ideas? Thanks, Ben |
|
#2
|
|||
|
|||
|
Hello, I have exactly the same problem (I receve my mail,but I'am unable to send mail), I think that comes from smtp configuration : my provider (1&1) request a ââ¬Åserver requires an authentificationââ¬Â. But I do not know how activates this option in Roundcube. That's my configuration please tell me what to do (sorry for my English I realy do the best than I can) : Code:
<?php
$rcmail_config = array();
$rcmail_config['debug_level'] = 1;
$rcmail_config['enable_caching'] = TRUE;
$rcmail_config['message_cache_lifetime'] = '10d';
$rcmail_config['auto_create_user'] = TRUE;
$rcmail_config['default_host'] = 'imap.1and1.fr';
$rcmail_config['default_port'] = 143;
$rcmail_config['username_domain'] = '';
$rcmail_config['mail_domain'] = '';
$rcmail_config['virtuser_file'] = '';
$rcmail_config['virtuser_query'] = '';
$rcmail_config['smtp_server'] = 'auth.smtp.1and1.fr';
$rcmail_config['smtp_port'] = 25;
$rcmail_config['smtp_user'] = '%u';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = '';
$rcmail_config['smtp_log'] = TRUE;
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
$rcmail_config['skin_path'] = 'skins/default/';
$rcmail_config['temp_dir'] = 'temp/';
$rcmail_config['log_dir'] = 'logs/';
$rcmail_config['session_lifetime'] = 10;
$rcmail_config['ip_check'] = TRUE;
$rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str';
$rcmail_config['locale_string'] = 'fr';
$rcmail_config['date_short'] = 'D H:i';
$rcmail_config['date_long'] = 'd.m.Y H:i';
$rcmail_config['useragent'] = 'RoundCube Webmail/0.1b';
$rcmail_config['product_name'] = 'RoundCube Webmail';
$rcmail_config['imap_root'] = '';
$rcmail_config['drafts_mbox'] = 'Drafts';
$rcmail_config['junk_mbox'] = 'Junk';
$rcmail_config['sent_mbox'] = 'Sent';
$rcmail_config['trash_mbox'] = 'Trash';
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
$rcmail_config['protect_default_folders'] = TRUE;
$rcmail_config['skip_deleted'] = FALSE;
$rcmail_config['read_when_deleted'] = TRUE;
$rcmail_config['flag_for_deletion'] = TRUE;
$rcmail_config['enable_spellcheck'] = TRUE;
$rcmail_config['generic_message_footer'] = '';
$rcmail_config['mail_header_delimiter'] = NULL;
$rcmail_config['include_host_config'] = FALSE;
$rcmail_config['pagesize'] = 40;
$rcmail_config['timezone'] = 1;
$rcmail_config['dst_active'] = TRUE;
$rcmail_config['prefer_html'] = TRUE;
$rcmail_config['prettydate'] = TRUE;
$rcmail_config['message_sort_col'] = 'date';
$rcmail_config['message_sort_order'] = 'DESC';
$rcmail_config['javascript_config'] = array('read_when_deleted', 'flag_for_deletion');
?>
|
|
#3
|
|||
|
|||
|
Oh!!! sorry I forgot my log file :
Quote:
|
|
#4
|
|||
|
|||
|
I got the same probleme but with notting in maillog and errors...
I'm just getting "Sending message..." and notting happen.... I'm using it with cpanel... |
|
#5
|
|||
|
|||
|
I have the same issue with 2 different installations. I have tried using mail() and setting up SMTP on both, and have no resolution.
I am using the cPanel patched version. I've checked logs, and there's nothing there, and I get no error messages. It simply just hangs at "sending message". |
|
#6
|
|||
|
|||
|
edit the /usr/local/cpanel/base/roundcube/program/steps/mail/compose.inc
change the form ./ to "index.php" it's around 745 I think. (or 655) |
|
#7
|
|||
|
|||
|
Quote:
Code:
$form_start = empty($attrib['form']) ? '<form name="form" action="./index.php" method="post">' : ''; Code:
$form_start = empty($attrib['form']) ? '<form name="form" action="index.php" method="post">' : ''; |
|
#8
|
|||
|
|||
|
Quote:
__________________
Joe Clarke<br />RailsPlayground.com |
|
#9
|
|||
|
|||
|
Also having this exact same problem after following the guide for installing with cpanel. The suggested change above to /usr/local/cpanel/base/roundcube/program/steps/mail/compose.inc
made no difference. |
|
#10
|
|||
|
|||
|
Exact file to edit is at
Quote:
__________________
Vinayak Sharma<br />Vinsar.Net Cyber Udyog<br />Web Hosting & Web Development with a difference. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |