RE: [Exim] lockfile

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Mike Bethune
Data:  
Para: 'exim-users@exim.org'
Asunto: RE: [Exim] lockfile
> -----Original Message-----
> From: Philip Hazel [mailto:ph10@cus.cam.ac.uk]
> Sent: Friday, July 27, 2001 7:13 AM


> exim -bP transport local_delivery | grep lock

lock_fcntl_timeout = 0s
lock_interval = 3s
lock_retries = 10
lockfile_mode = 0600
lockfile_timeout = 30m
require_lockfile
use_fcntl_lock
use_lockfile

> > question is what is the name of the lockfile if i have:
> > file = /home/${domain}/${local_part}
> > ?
>
> /home/${domain}/${local_part}.lock


this is what i figured so i do this for a long time --
while :; do find /home -name "*lock" -ls; sleep 1; done
and even send myself some big mails and i never get to see a lock file
so i would suspect exim isn't creating them eventhough it should be ?