Email not sent going to queue manager

sassy

Registered
Sep 12, 2005
3
0
151
Please can someone help

All email going out are going straight to
queue and they just sit there.

I have cleared everything in the queueing manager
and everytime a new email goes out from the site
its goes straight to the queue again.

we have comfirmation email going out for new users
and they are not getting out and that is a big problem
for us.

Can someone tell me what the problem could be
and how do i fix it.


thankyou
 

designeru

Well-Known Member
Nov 2, 2005
83
0
156
Hint!

Please do this:

- create/use an email account (i'll use [email protected])
- in a console type this commands:
# tail -f /var/log/exim_mainlog | grep [email protected]
- open the webmail window and send a message to an outside domain and to a local domain (from [email protected])

If the output from that console will not help you figure out the problem, please let us know what is it...
 

Phenomenon

Member
Aug 21, 2006
19
0
151
A few options:

1) Make sure that all exim logs are located in /var/log/ directory with proper permissions and ownership
2) Make sure that the domain you're using to send emails is located in /etc/localdomains

;)