James D. Parra wrote: > Hello, > > I am receiving the error message below from postfix, however I don't have > alias_maps enabled in the config;
If you haven't set alias_maps yourself, the default will be used: postconf -d alias_maps alias_maps = hash:/etc/aliases, nis:mail.aliases > warning: dict_nis_init: NIS domain name not set - NIS lookups disabled And that is the result. Either set alias_maps to the database you use or use an empty value if you don't want alias_maps to be used at all: postconf -e "alias_maps = " postfix reload -- Sandy List replies only please! Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
