server mails not being sent

teedee

Verified User
Joined
Oct 30, 2003
Messages
152
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
 
Hello,

check the /var/log/exim/mainlog for errors...
Code:
cat /var/log/exim/mainlog | grep diradmin
to see what's up.

It uses the following method to send emails:
Code:
/usr/sbin/sendmail [email][email protected][/email]
<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 [email protected]

John
 
Back
Top