Roundcube Community Forum

Release Support => Pending Issues => Topic started by: DJDarknez on March 24, 2008, 12:15:59 AM

Title: Failed to send message
Post by: DJDarknez on March 24, 2008, 12:15:59 AM
It's a problem I've had ever since I installed RC about a year ago, I've just kinda ignored it up until now.

When trying to send e-mails, I get the failed to send message error. In the error log, this comes up:

[23-Mar-2008 23:12:57 -0500] SMTP Error: SMTP error: Connection failed: Failed to connect socket: Success in /home/xxxxxxxx/public_html/mail/program/steps/mail/func.inc on line 1416

This is on an upgraded to 0.1 stable.

Other than that, I like it!
Title: Re: Failed to send message
Post by: hcl on March 24, 2008, 01:05:49 AM
check smtp service
$netstat -pln |grep tcpserver
test login to port 25 or 143
Title: Re: Failed to send message
Post by: DJDarknez on March 25, 2008, 05:49:57 PM
Quote from: hcl check smtp service
$netstat -pln |grep tcpserver
test login to port 25 or 143

Well, as much as I hate to sound stupid, I'm going to have to go ahead and do it. What does that mean?