ACC SHELL
## Path: Network/Mail/General
## Description: Basic general MTA configuration
## Type: yesno
## Default: yes
## Config: postfix,sendmail
#
# If you don't want to let SuSEconfig generate your
# configuration file, set this to no
#
MAIL_CREATE_CONFIG="yes"
## Type: string
## Default: ""
## Config: postfix
#
# From:-Line in email and News postings
# (otherwise the FQDN is used)
FROM_HEADER=""
## Type: yesno
## Default: no
## Config: postfix
#
# Set this to "yes" if mail from remote should be accepted
# this is necessary for any mail server.
# If set to "no" or empty then only mail from localhost
# will be accepted.
#
SMTPD_LISTEN_REMOTE="no"
ACC SHELL 2018