PDA

View Full Version : server mails not being sent



teedee
11-21-2003, 04:24 AM
Hi,

All mails sent to & from accounts on my server work fine, exept for the messages the server sends out (account creation, service down, ticket system etc etc) Neither the admin mail address (which works fine at all other times) nor the clients receive mails sent from server.

Ideas ??

TeeDee

DirectAdmin Support
11-21-2003, 12:07 PM
Hello,

check the /var/log/exim/mainlog for errors...

cat /var/log/exim/mainlog | grep diradmin to see what's up.

It uses the following method to send emails:

/usr/sbin/sendmail email@domain.com
<email header>
<email data>

You should be able to send out an email manually with that technique (note to add a period on it's own line to send the email when doing it from the command line)

Failing that, send us an email with your ip and root password to support@directadmin.com

John