Web Hosting Talk







View Full Version : exim - messages frozen???


matt2kjones
05-09-2003, 10:59 AM
here is in the exim main log:

2003-05-09 15:58:52 exim 4.14 daemon started: pid=13514, -q15m, listening for SMTP on port 25 (IPv4)
2003-05-09 15:58:52 Start queue run: pid=13515
2003-05-09 15:58:52 19E8zt-0003EW-8i Message is frozen
2003-05-09 15:58:52 19E3qS-0002yM-3T Message is frozen
2003-05-09 15:58:52 19E8zt-0003EZ-Nw Message is frozen
2003-05-09 15:58:52 19E8zu-0003Eh-7N Message is frozen
2003-05-09 15:58:52 19DTeE-0004mB-9G Message is frozen
2003-05-09 15:58:52 19E8zx-0003F1-MD Message is frozen
2003-05-09 15:58:52 19DTam-0004lx-Li Message is frozen
2003-05-09 15:58:52 19DTei-0004mT-Ty Message is frozen
2003-05-09 15:58:52 19E8zx-0003F7-VM Message is frozen
2003-05-09 15:58:52 19E8zt-0003Ec-Rl Message is frozen
2003-05-09 15:58:52 End queue run: pid=13515

any idea's what could be causing these messages to be frozen??

in my conf i have this:

domainlist local_domains = @thedigitaldream.co.uk:crystalphase.com:team-zenturion.com:zen-network.com

so all the domains are handled

any idea?

Thanx

X-Istence
05-09-2003, 11:07 AM
Could be that it cannot be delivered if you allow relaying of mail.

neufusion
05-09-2003, 11:18 AM
I'm assuming your sending these messages to yourself? Do the users you're sending these e-mails to really exist?

Regardless, you may wish to pickup th O'Reilly Exim book (they even have an online version now)

http://www.oreilly.com/catalog/exim/

matt2kjones
05-09-2003, 11:19 AM
what do you mean

the configuration file is the default config

the only thing i have changed is the local domains

and the allow relay hosts, which i added 192.168.0.0/24 to so that the local network can send mail

X-Istence
05-09-2003, 11:22 AM
The messages you are trying to relay might not be getting delivered.

matt2kjones
05-10-2003, 04:16 PM
messages leave the system fine

but all recieved messages just go into /var/spool/exim_mail

with really weird file names

how do u get them into a format readable by a pop3 server

??