
## Path:        Network/Mail/General
## Description: Basic general MTA configuration
## Type:        yesno
## Default:     yes
## Config:      postfix,sendmail
#
# Set this to no, if SuSEconfig should not generate the configuration
# files (e.g. you want to generate your /etc/sendmail.cf yourself).
# Do  you want to generate a sendmail-configuration /etc/sendmail.cf from
# parameters given in /etc/sysconfig/sendmail then use "yes"
#
MAIL_CREATE_CONFIG="yes"
## Path:		Network/Mail/General
## Description:
## Type:        string
## Default:     ""
## Config:      postfix
## ServiceReload:	sendmail,postfix
## Command:     /usr/lib/sendmail.d/update
#
# From:-Line in email and News postings
# (otherwise the FQDN is used)
#
FROM_HEADER=""

## Type:        yesno
## Default:     no
## Config:      postfix
## Command:     /usr/lib/sendmail.d/update
#
# Set this to "yes" if mails from remote should be accepted
# this is necessary for any mail server.
# If set to "no" or empty the only mails from localhost
# are accepted.
#
SMTPD_LISTEN_REMOTE="no"

## Type:        yesno
## Default:     no
#
# Set this to "yes" if the yast2 mail module must not
# start with the wizard for asking the 
# configuration type of the mail server.
#
SKIP_ASK="no"

## Type:        string(standard,advanced,undef)
## Default:     undef
#
# This variable contains the type of the mail server configuration.
#
CONFIG_TYPE="undef"
