disable NIS alias lookup
This commit is contained in:
parent
1a3a46a003
commit
193eb10252
@ -32,6 +32,7 @@
|
|||||||
# postconf -a|-A|-l|-m [-v] [-c config_dir]
|
# postconf -a|-A|-l|-m [-v] [-c config_dir]
|
||||||
|
|
||||||
postconf maillog_file=/dev/stdout
|
postconf maillog_file=/dev/stdout
|
||||||
|
postconf alias_maps=hash:/etc/aliases
|
||||||
{{ with getv "/mydestination" }}postconf mydestination='{{.}}'{{ end }}
|
{{ with getv "/mydestination" }}postconf mydestination='{{.}}'{{ end }}
|
||||||
{{ with getv "/myhostname" }}postconf myhostname='{{.}}'{{ end }}
|
{{ with getv "/myhostname" }}postconf myhostname='{{.}}'{{ end }}
|
||||||
{{ with getv "/mydomain" }}postconf mydomain='{{.}}'{{ end }}
|
{{ with getv "/mydomain" }}postconf mydomain='{{.}}'{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user