Re: [exim] Spool file is locked (another process is handling this message)

2005-09-30 Thread Oliver Kötter
 PROTECTED]
calling dnslookup router
dnslookup router called for [EMAIL PROTECTED]
  domain = wilsky.de
DNS lookup of wilsky.de (MX) succeeded
82.96.75.212 in 0.0.0.0 : 127.0.0.0/8 : 192.168.0.0/16 :172.16.0.0/12 : 
10.0.0.0/8 :
169.254.0.0/16? no (end of list)
fully qualified name = wilsky.de
host_find_bydns yield = HOST_FOUND (2); returned hosts:
  wilsky.de 82.96.75.212 MX=10
set transport remote_smtp
queued for remote_smtp transport: local_part = xxx
domain = wilsky.de
  errors_to=NULL
  domain_data=NULL localpart_data=NULL
routed by dnslookup router
  envelope to: [EMAIL PROTECTED]
  transport: remote_smtp
  host wilsky.de [82.96.75.212] MX=10
[EMAIL PROTECTED]
  router = dnslookup, transport = remote_smtp
  host wilsky.de [82.96.75.212] MX=10
search_tidyup called
 Exim pid=24161 terminating with rc=0 
www:~#


Any other info that could be of any use?

Sorry again for my fault.

Oliver

-- 
Oliver Kötter
[EMAIL PROTECTED]


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


Re: [exim] Spool file is locked (another process is handling this message)

2005-09-30 Thread Oliver Kötter

Marc Haber schrieb:
It says 0 :-( I guess that is not good?

 It's good in a way that we now know what is going on on your system,
 but bad in a way that there is no easy way to fix it.

 To establish a cryptographically protected connection, exim (or GnuTLS
 in the case of Debian's exim packges) need a certain quantity of
 random numbers which it tries to pull from Linux' entropy pool. On
 your system, that entropy pool is empty, so exim waits until enough
 random has been found.

 You need to investigate which sources of random numbers are available
 on your system. If you're lucky, your machine has a hardware random
 number generator, so all you need to do is install the rng-tools.

OK, from what I understand exim trys to encrypt that message or something from 
that communication
to the destination server? But why do all other outgoing mail addresses work? 
Is there a way to
tell exim not to encrypt anything?

Oliver

-- 
Oliver Kötter



-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


Re: [exim] Spool file is locked (another process is handling this message)

2005-09-30 Thread Oliver Kötter

Marc Sherman wrote am 30.09.2005 15:45, Uhr:


Oliver Kötter wrote:



OK, from what I understand exim trys to encrypt that message or
something from that communication to the destination server? But why
do all other outgoing mail addresses work? Is there a way to tell
exim not to encrypt anything?



Tony already gave you the answer for how to avoid outgoing TLS, but 
that's a bandaid -- you should probably fix your entropy problem, or 
you'll have trouble with anything else you use TLS for on this 
computer, including encryption for incomming authenticated SMTP (for 
which disabling TLS would be a big mistake).


OK, wrote

remote_smtp:
 debug_print = T: remote_smtp for [EMAIL PROTECTED]
 driver = smtp
 hosts_avoid_tls = *

to my /etc/exim4/conf.d/transport//30_exim4-config_remote_smtp,
did an update-exim4.conf, then an  /etc/init.d/exim4 reload and 
whupps... mail is going out, thanks a lot.


I disabled plain SMTP auth, I use cram_md5, I guess that works OK, does it?
conf.d/main/30_exim4-config_examples:

cram_md5_server:
  driver = cram_md5
  public_name = CRAM-MD5
  server_secret = 
${extract{2}{:}{${lookup{$1}lsearch{CONFDIR/passwd}{$value}fail}}}

  server_set_id = $1

cram_md5:
 driver = cram_md5
 public_name = CRAM-MD5
 client_name = 
${extract{1}{:}{${lookup{$host}lsearch*{CONFDIR/passwd.client}{$value}fail}}}
 client_secret = 
${extract{2}{:}{${lookup{$host}lsearch*{CONFDIR/passwd.client}{$value}fail}}}


Everything else is on comment.

Thanks again!

Oliver

--
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/

## Please use the Wiki with this list - http://www.exim.org/eximwiki/


[exim] Spool file is locked (another process is handling this message)

2005-09-29 Thread Oliver Kötter
Hi,

I am relatively new to exim and have a big problem.
I am using Exim 4.50 on Debian Sarge on my personal mail server which is a 
virtual server. It is
the exim4-daemon-heavy package.

Everything works fine for some months now, but since last week I am unable to 
send mails to one
specific guy. When I type mailq I see these mails which do not get send. I am 
able to send mail
to any other address I have tested.

The mainlog says:
2005-09-29 02:09:29 1EKeSt-0001ZE-Sw Spool file is locked (another process is 
handling this message)

which is of course repeated every 30 seconds.

Does anybody have any idea what this may be? I cannot think which other process 
this could be. I
use clamav and spamassassin which are scanning incoming messages but these are 
outgoing messages
and any other receipient works.

Thanks for any help,

Oliver



-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


Re: [exim] Spool file is locked (another process is handling this message)

2005-09-29 Thread Oliver Kötter


Oliver Kötter wrote:
 The mainlog says:
 2005-09-29 02:09:29 1EKeSt-0001ZE-Sw Spool file is locked (another process is 
 handling this
message)

 which is of course repeated every 30 seconds.

Sorry, of course it is repeated every 30 _minutes_

Oliver



-- 
Oliver Kötter
[EMAIL PROTECTED]


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


Re: [exim] Spool file is locked (another process is handling this message)

2005-09-29 Thread Oliver Kötter

Oliver Kötter wrote:
 The mainlog says:
 2005-09-29 02:09:29 1EKeSt-0001ZE-Sw Spool file is locked (another process is 
 handling this
 message)

 which is of course repeated every 30 seconds.

Sorry, of course it is repeated every 30 _minutes_

Oliver


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


Re: [exim] Spool file is locked (another process is handling this message)

2005-09-29 Thread Oliver Kötter
 1EKeSt-0001ZE-Sw Spool file is locked (another process is 
handling this message)

 If it's an exim queue runner process holding the lock, exiwhat will show
 it.  In that case, killing the process should release it, I think.

exiwhat | grep 1EKeSt-0001ZE-Sw showed this:

16805 running queue: waiting for 1EKeSt-0001ZE-Sw (16965)
16965 delivering 1EKeSt-0001ZE-Sw: waiting for a remote delivery subprocess to 
finish
17379 delivering 1EKeSt-0001ZE-Sw to domain.de [IP.Address.Anonymized.:-)] 
([EMAIL PROTECTED])

Killing does not help because the next time I send a mail to that receipient it 
starts again.
I can send mail however to all other mail adresses but this one. It's my 
brother's and he says
that he sah no problem getting emails from others.

Thanks for your help.

-- 
Oliver Kötter



-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/


Re: [exim] Spool file is locked (another process is handling this message)

2005-09-29 Thread Oliver Kötter

 exigrep 1EKeSt-0001ZE-Sw /var/log/exim4/mainlog*

ups, logs were mixed up in my previous mail, mainlog.1 was after mainlog, so 
please watch the time...

-- 
Oliver Kötter



-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/