Roundcube Community Forum

 

Failed to send message

Started by DJDarknez, March 24, 2008, 12:15:59 AM

Previous topic - Next topic

DJDarknez

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!

hcl

check smtp service
$netstat -pln |grep tcpserver
test login to port 25 or 143
I'm use RoundCube with:
Linux 2.6.18-8.el5 (Centos 5)
QMAIL 1.03
MySQL 14.12 Distrib 5.0.22
Courier-IMAP-4.0.2
Apache/2.2.3
Clamav 0.91.2 with SIMCAN 1.3.1

DJDarknez

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?