-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
570 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
## 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" | ||
## Path: Network/Mail/General | ||
## Description: | ||
## Type: string | ||
## Default: "" | ||
## Config: postfix | ||
## ServiceReload: sendmail,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" | ||
|
||
## Type: yesno | ||
## Default: no | ||
# | ||
# Set this to "yes" if the yast2 mail module must not | ||
# start with the with the vizard 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" |
Oops, something went wrong.