Auteur: Phil Pennock Date: À: J Channel CC: exim-users Sujet: Re: [exim] MAIL FROM <"mailbox@domain.tld"@hostname.com>
On 2009-12-18 at 16:01 +0300, J Channel wrote: > It was edited inplace, but now changes applied to files 'password.new' and
> 'domains.new' and cron job sync it with `/bin/cp -uf domains.new domains`. I
> guess its atomic operation.
No, cp still writes to the new file after opening it with that name.
You need to use ln(1), rename(1) or something else.
> How can I enable acl debug for one client? Is there something like
> 'debug_peer_list' option in postfix?
Not yet. Funnily enough, I was looking at this again last night, but
worked on something else in Exim instead.