On 4/16/2014 2:52 PM, Ziv Barber wrote:
> On Wed, Apr 16, 2014 at 8:43 PM, Brian Evans <grkni...@scent-team.com> wrote:
>> Well maybe you should read your own logs.  Postfix is waiting for
>> assistance.
>> The warnings are pointers to reduce issues, but there is a fatal
>> configuration error too.
> yes:
> warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
> 
> What's that means?
> 


This is a non-fatal warning.

Your config contains the nis: map type somewhere, and your system
doesn't have nis configured.

Sometimes this is included as a default value of alias_maps

You can confirm this by typing:

postconf | grep nis:
and see what comes up.

If alias_maps is the culprit, you fix it by setting in main.cf:
alias_maps = hash:/etc/aliases

ie. remove the reference to nis:





  -- Noel Jones


Reply via email to