Problem Sending Email from Direct Admin Interface

muliahost

Verified User
Joined
Feb 10, 2008
Messages
8
Dear All,

I have installed DirectAdmin 1.31.3 on FreeBSD 6.2. I have problem about sending email from DirectAdmin interface. eg:

While creating new reseller and then tick options send email to the reseller, then I got response:

Error while sending email

Details

An error occurred while sending the mail
An error occurred while sending the mail

How to fix it?

Notes: Sending email via SMTP remote or webmail just fine.
 
Thank's for response. I got this error:

2008:02:15-03:22:34: An error occurred while sending the mail
2008:02:15-03:22:34: An error occurred while sending the mail
2008:02:15-03:23:27: An error occurred while sending the mail
2008:02:15-03:23:27: An error occurred while sending the mail
2008:02:15-03:24:21: An error occurred while sending the mail
2008:02:15-03:25:03: An error occurred while sending the mail
2008:02:15-03:58:39: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also r
eceive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
2008:02:15-08:56:18: An error occurred while sending the mail
2008:02:15-08:56:18: Error sending email to muliahost for account creation
2008:02:15-08:56:18: An error occurred while sending the mail
2008:02:15-08:56:18: Error sending email to muliahost for account creation
2008:02:15-09:07:41: An error occurred while sending the mail
2008:02:15-09:07:41: Error sending email to muliahost for account creation
2008:02:15-09:07:41: An error occurred while sending the mail
2008:02:15-09:07:41: Error sending email to muliahost for account creation

I do not know how to fix it. Any help?
 
No responses from Support

Dear All,

trying contact support, but no luck. I am still face this problem
 
DA Support IS BAD

Dear All,

I was trying send an email to DA support after no solutions from this forum. Trying search KB but nothing related with this issue. After all,

I am trying to moving from DA to Cpanel. Sorry, but DA is NOT GOOD and even the SUPPORT
 
Hello muliahost,

We reply to all emails we get.
If you do not receive a reply within 24 hours, then it's likely either we never got it, or the reply to you never arrived. Either try sending from an external email address like gmail, or send to us with this form:

https://www.directadmin.com/clients/safesubmit.php

As for your actual problem at hand, try checking the following logs:
/var/log/exim/mainlog
/var/log/exim/paniclog

Also check the /usr/sbin/sendmail file. It should be a symbolic link to "exim", eg:
Code:
[root@server]# ls -la /usr/sbin/sendmail
lrwxrwxrwx    1 root     root            4 Dec 21  2005 /usr/sbin/sendmail -> exim
Also ensure that /usr/sbin/exim is chmod to 4755:
Code:
chmod 4755 /usr/sbin/exim
John
 
I have same problem

Details

An error occurred while sending the mail
An error occurred while sending the mail

How to fix?
 
The error occurs when the call to /usr/sbin/sendmail returns a non-zero value.

Check the things I've mentioned in post #10 of this thread for clues.

John
 
shells# ls -las /usr/sbin/sendmail
0 lrwxr-xr-x 1 root wheel 4 Feb 13 04:43 /usr/sbin/sendmail -> exim
shells# ls -las /usr/sbin/exim
2640 -rwsr-xr-x 1 root wheel 2681036 May 2 2006 /usr/sbin/exim


my email logs just in my previous thread.
 
Back
Top