David Cottle a écrit :
>
>
> Sent from my iPhone
>
> On 18/02/2009, at 10:57, "Jan P. Kessler" <[email protected]> wrote:
>
>> David Cottle schrieb:
>>> In my postfix mail log I see a lot of unknown against servers.
>>
>> postfix uses the verified hostname, as explained at
>> http://www.postfix.org/postconf.5.html#reject_unknown_client_hostname
>>
>> if you are sure that ip -> name and name -> ip mappings match, you
>> should check if your smtpd runs chrooted and the files in the jail
>> were updated correctly.
>>
>
> Hi Jan,
>
> Yes sounds like the files in the chroot may not have updated. Where are
> the chroot DNS files postfix uses?
>
if you chroot, you'll have to copy some /etc/ files to
/var/spool/postfix/etc/ (${queue_directory}/etc).