March 20, 2013

NIS domain name not set - NIS lookups disabled

NIS domain name not set - NIS lookups disabled

#postconf | grep nis

output:
alias_maps = hash:/etc/aliases nis:mail.aliases
or
alias_maps = hash:/etc/mail/aliases nis:mail.aliases


disable NIS lookups (as root):
# postconf -e alias_maps=hash:/etc/aliases
or
# postconf -e alias_maps=hash:/etc/mail/aliases

No comments:

Post a Comment

How to type letters with accent

Very useful article https://www.freecodecamp.org/news/how-to-type-letters-with-accents-on-mac/