RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Recycle Bin > Recycle Bin

For more information about the ads and why they're here, please see the FAQ
Closed Thread
  #1  
Old 08-15-2006, 02:56 AM
Registered User
 
Join Date: Aug 2006
Posts: 1
Downloads: 0
Uploads: 0
Default Unable to send mail

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
I've had a bit of a look around and I can't see anything relating to this.

Any ideas?

Thanks, Ben
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 08-18-2006, 05:13 PM
Registered User
 
Join Date: Aug 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Unable to send mail (Same)


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');
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 08-18-2006, 05:16 PM
Registered User
 
Join Date: Aug 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Unable to send mail

Oh!!! sorry I forgot my log file :
Quote:
[07-Aug-2006 19:44:57 +0200] SMTP Error: SMTP error: Connection failed: Failed to connect socket: Connection refused
in /homepages/31/d143490843/htdocs/wsb3914640201/courriel/program/steps/mail/sendmail.inc on line 253
[07-Aug-2006 19:52:08 +0200] SMTP Error: SMTP error: Connection failed: Failed to connect socket: Connection refused
in /homepages/31/d143490843/htdocs/wsb3914640201/courriel/program/steps/mail/sendmail.inc on line 253
[07-Aug-2006 19:57:29 +0200] SMTP Error: SMTP error: Connection failed: Failed to connect socket: Connection refused
in /homepages/31/d143490843/htdocs/wsb3914640201/courriel/program/steps/mail/sendmail.inc on line 253
[07-Aug-2006 19:58:38 +0200] SMTP Error: SMTP error: Connection failed: Failed to connect socket: Connection refused
in /homepages/31/d143490843/htdocs/wsb3914640201/courriel/program/steps/mail/sendmail.inc on line 253
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 08-18-2006, 08:44 PM
nka nka is offline
Registered User
 
Join Date: Aug 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Unable to send mail

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...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 08-23-2006, 01:57 PM
Registered User
 
Join Date: Aug 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: Unable to send mail

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".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 08-23-2006, 03:28 PM
nka nka is offline
Registered User
 
Join Date: Aug 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Unable to send mail

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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 08-23-2006, 07:52 PM
Registered User
 
Join Date: Aug 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: Unable to send mail

Quote:
Originally Posted by nka
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)
so would that be this:

Code:
$form_start = empty($attrib['form']) ? '<form name="form" action="./index.php" method="post">' : '';
to this:

Code:
$form_start = empty($attrib['form']) ? '<form name="form" action="index.php" method="post">' : '';
?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 08-23-2006, 09:54 PM
Registered User
 
Join Date: Aug 2006
Posts: 1
Downloads: 0
Uploads: 0
Default Re: Unable to send mail

Quote:
Originally Posted by fsnhosting
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".
I'm having the same issue, I can't find any kind of error message either, it just says sending message and never sends it. I have this running under cPanel as well.
__________________
Joe Clarke<br />RailsPlayground.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 08-23-2006, 10:04 PM
Registered User
 
Join Date: Aug 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Unable to send mail

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 08-23-2006, 11:54 PM
Registered User
 
Join Date: Aug 2006
Posts: 4
Downloads: 1
Uploads: 0
Default Re: Unable to send mail

Exact file to edit is at

Quote:
/usr/local/cpanel/base/roundcube/skins/default/templates/compose.html at about line 31 (you can also search for post) and change the action to be

index.php

instead of

./
__________________
Vinayak Sharma<br />Vinsar.Net Cyber Udyog<br />Web Hosting &amp; Web Development with a difference.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 07:19 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community