help with error in mainlog

vincenzobar

Verified User
Joined
Aug 15, 2004
Messages
89
I have this:

2005-01-27 10:29:01 1CuBZt-0006IQ-QJ ** [email protected] F=<[email protected]> R=spamcheck_director T=spamcheck: Child process of spamcheck transport returned 1 from command: /usr/sbin/exim

2005-01-27 10:29:01 1CuBZt-0006IQ-QJ Process failed (1) when writing error message to [email protected] (frozen)


Frozen is what is worrying me. I sent some stuff through and it blocked it from my address to same address on server.

2005-01-27 09:32:01 1CuAgj-0005nP-Ns <= [email protected] H=ttmsx6.tetratech.com [216.102.136.22] P=esmtp S=1453 id=3B7A1FB4195C3A4AA14881AAF26A37C9258F59@ttcpasmsx1.tetratech.com T="testing" from <[email protected]> for [email protected]

2005-01-27 09:32:02 1CuAgj-0005nP-Ns <[email protected]>: spamcheck transport output: 2005-01-27 09:32:01 Exim configuration error in line 653 of /etc/exim.conf:
***************** the above is the majodomo stuff in Exim file************

2005-01-27 09:32:02 1CuAgj-0005nP-Ns ** [email protected] F=<[email protected]> R=spamcheck_director T=spamcheck: Child process of spamcheck transport returned 1 from command: /usr/sbin/exim

2005-01-27 09:32:02 1CuAgj-0005nP-Ns Process failed (1) when writing error message to [email protected] (frozen)



WHAT IS GOING ON!!!!!????????????????? My server si all messed up!
 
Last edited:
vincenzobar said:
WHAT IS GOING ON!!!!!????????????????? My server si all messed up!
You appear to have an error in your exim.conf file. What that error is I can't tell you because I don't know.

You can unfreeze frozen messages; you'll need to look up how to do that on the exim.org site.

Jeff
 
anyone have the original exim.conf file???? attach a txt or something. i need to compare and contrast!


PLEAAASSEEE
 
i started exim from etc.init.d and
got error no suer majordomo. but did a adduser majordomo and got user already exists.


what do i have to do here?
 
in passwd i have majordomo:x:102:2::blah blah blah

shouldn't 102 be 12 for mail? its 102 for mySQL as you can see.

2 is daemon

is it right as is?
 
well as soon as i got Spamd to stop running in the exim.conf file it started working again. So its an error there. I have no more spam assassin but atleast i get emails

as for how to unfreeze emails

exim -bp

gives a list of all frozen emails output the IDs with a perl script or something. I had to release them fast and am not good at perl so i just VIM and did a search on /frozen and "n"-ed my way through it and found all the emails i wanted released. Opened two terminals and copied the Email ID of everyone i wanted to release too:

exim -Mt <insert ID here> <again> <as many as you want at once>

then hit enter and it will display something like this

email Tt868998-Pv has been thawed

wait like 5 minutes and it will appear. if you sort by date it will be placed on date received and not when it was thawed.

I was thinking it wasn't working then i noted bold emails on the 25th and 26th that haven't been read!

Still pissed off about spamd not working

when i run spamd i get an error port 783 in use on localhost. WTF!!!!
 
Back
Top