PDA

View Full Version : send password mail error



dannis
12-17-2008, 06:40 PM
I try to resend password mail to user , but I got the system message from DA
how to fix that .

--------------------------------------------------
Error while sending email

Details

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

nobaloney
12-17-2008, 07:43 PM
If you're the system administrator with root access, then tail the /var/log/exim/mainlog while sending the email, and check to see what the error shows as.

If you're not the system administrator then check with your provider.

Jeff

dannis
12-17-2008, 08:15 PM
I am system administrator and I have root account , but I am not see any message in /var/log/exim/mainlog when I resend password mail .


If you're the system administrator with root access, then tail the /var/log/exim/mainlog while sending the email, and check to see what the error shows as.

If you're not the system administrator then check with your provider.

Jeff

scsi
12-18-2008, 06:10 AM
You need to check /var/log/directadmin/error.log

nobaloney
12-18-2008, 08:27 AM
You need to check /var/log/directadmin/error.log
Doesn't DirectAdmin use exim to send the mail?

Jeff

scsi
12-18-2008, 08:29 AM
More then likely yes but that error that he received is a directadmin error so its going to be logged in the directadmin error log.

nobaloney
12-18-2008, 08:54 AM
Thanks for the clarification.

Jeff

dannis
12-18-2008, 12:40 PM
Thank you all
I find this errorr.
because I ues FreeBSD 7.0 AMD64 , install exim by FreeBSD ports .
so just make a ln can fix this error .

ln -fs /usr/local/sbin/exim /usr/sbin/exim

DA please full support FreeBSD AMD 64 ....

floyd
12-18-2008, 01:08 PM
install exim by FreeBSD ports

That means you did not follow the instructions for installing DA. Don't blame DA for your mistake.