ispCP - Board - Support
warning: dict_nis_init: NIS domain name not set - NIS lookups disabled - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled (/thread-2717.html)



warning: dict_nis_init: NIS domain name not set - NIS lookups disabled - elitepilot - 03-12-2008 10:06 PM

Mar 12 13:01:02 server postfix/local[18849]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled

I get this warning. Can you help me?

postconf -n
alias_database = hash:/etc/aliases
append_at_myorigin = yes
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
inet_interfaces = all
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
local_transport = local
mail_spool_directory = /var/mail
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, $mydomain
mydomain = server.haicon.eu.local
myhostname = server.haicon.eu
mynetworks = 78.47.79.103, 127.0.0.0/8
mynetworks_style = host
myorigin = $myhostname
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP ispCP 1.0 Priamos Managed 1.0.0 RC3 OMEGA
smtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname
smtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:12525, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sender_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, permit_mynetworks, permit_sasl_authenticated
transport_maps = hash:/etc/postfix/ispcp/transport
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases
virtual_gid_maps = static:8
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_minimum_uid = 1001
virtual_transport = virtual
virtual_uid_maps = static:1001


RE: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled - joximu - 03-12-2008 10:13 PM

use the
alias_maps = hash:{MTA_LOCAL_ALIAS_HASH}
in main.cf (of course: replace the {...})

see also the new main.cf:
http://www.isp-control.net/ispcp/browser/trunk/configs/postfix/main.cf


RE: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled - elitepilot - 03-12-2008 10:23 PM

joximu Wrote:use the
alias_maps = hash:{MTA_LOCAL_ALIAS_HASH}
in main.cf (of course: replace the {...})

see also the new main.cf:
http://www.isp-control.net/ispcp/browser/trunk/configs/postfix/main.cf

Thx for fast answer. It works thx a lot


RE: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled - DaSilva - 05-08-2009 06:04 PM

With "alias_maps = hash:/etc/aliases" in the main.cf I cannot receive new mails.
Without the entry it works but I get the described warning messages from above.
Can you help me please?


RE: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled - joximu - 05-08-2009 07:52 PM

postconf -n

/J


RE: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled - DaSilva - 05-08-2009 09:24 PM

Jetzt läufts doch damit, lag wohl an etwas anderem, sorry.

EDIT: Now it works, seems to be something different, sorry. ;-)


RE: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled - joximu - 05-08-2009 10:05 PM

ok :-)

/J