Postconf: Unterschied zwischen den Versionen
Zeile 40: | Zeile 40: | ||
| -b [''template_file''] || Display the message text that appears at the beginning of delivery status notification (DSN) messages, with $'''name''' expressions replaced by actual values. To override the built-in message text, specify a template file at the end of the command line, or specify a template file in main.cf with the '''bounce_template_file''' parameter. To force selection of the built-in message text templates, specify an empty template file name (in shell language: ""). | | -b [''template_file''] || Display the message text that appears at the beginning of delivery status notification (DSN) messages, with $'''name''' expressions replaced by actual values. To override the built-in message text, specify a template file at the end of the command line, or specify a template file in main.cf with the '''bounce_template_file''' parameter. To force selection of the built-in message text templates, specify an empty template file name (in shell language: ""). | ||
|- | |- | ||
| -c ''config_dir'' || The '''main.cf''' configuration file is in the named directory instead of the default configuration directory. | |||
|- | |||
| -d || Print default parameter settings instead of actual settings. '''-e''' Edit the '''main.cf''' configuration file. The file is copied to a temporary file then renamed into place. Parameters and values are specified on the command line. Use quotes in order to protect shell metacharacters and whitespace. '''-h''' Show parameter values only, not the <nowiki>''</nowiki>name = <nowiki>''</nowiki> label that normally precedes the value. '''-l''' List the names of all supported mailbox locking methods. Postfix supports the following methods: | |||
: '''flock''' A kernel-based advisory locking method for local files only. This locking method is available on systems with a BSD compatible library. '''fcntl''' A kernel-based advisory locking method for local and remote files. | |||
: '''dotlock''' | |||
An application-level locking method. An application locks a file named ''filename'' by creating a file named ''filename'''''.lock'''. The application is expected to remove its own lock file, as well as stale lock files that were left behind after abnormal termination. | |||
|} | |} | ||
Version vom 4. Juli 2022, 13:53 Uhr
postconf - Postfix configuration utility
Beschreibung
The postconf(1) command displays the actual values of configuration parameters, changes configuration parameter values, or displays other configuration information about the Postfix mail system.
Installation
Syntax
# postconf [-dhnv] [-c config_dir] [parameter ...]
# postconf [-aAmlv] [-c config_dir]
# postconf [-ev] [-c config_dir] [parameter=value ...]
# postconf [-#v] [-c config_dir] [parameter ...]
# postconf [-btv] [-c config_dir] [template_file]
Parameter
Optionen
Options
Option | Beschreibung |
---|---|
-a | List the available SASL server plug-in types. The SASL plug-in type is selected with the smtpd_sasl_type configuration parameter by specifying one of the names listed below.
cyrus This server plug-in is available when Postfix is built with Cyrus SASL support. dovecot This server plug-in uses the Dovecot authentication server, and is available when Postfix is built with any form of SASL support. |
-A | List the available SASL client plug-in types. The SASL plug-in type is selected with the smtp_sasl_type or lmtp_sasl_type configuration parameters by specifying one of the names listed below. cyrus This client plug-in is available when Postfix is built with Cyrus SASL support. |
-b [template_file] | Display the message text that appears at the beginning of delivery status notification (DSN) messages, with $name expressions replaced by actual values. To override the built-in message text, specify a template file at the end of the command line, or specify a template file in main.cf with the bounce_template_file parameter. To force selection of the built-in message text templates, specify an empty template file name (in shell language: ""). |
-c config_dir | The main.cf configuration file is in the named directory instead of the default configuration directory. |
-d | Print default parameter settings instead of actual settings. -e Edit the main.cf configuration file. The file is copied to a temporary file then renamed into place. Parameters and values are specified on the command line. Use quotes in order to protect shell metacharacters and whitespace. -h Show parameter values only, not the ''name = '' label that normally precedes the value. -l List the names of all supported mailbox locking methods. Postfix supports the following methods:
An application-level locking method. An application locks a file named filename by creating a file named filename.lock. The application is expected to remove its own lock file, as well as stale lock files that were left behind after abnormal termination. |
- -a List the available SASL server plug-in types. The SASL plug-in type is selected with the smtpd_sasl_type configuration parameter by specifying one of the names listed below.
- dovecot
- This feature is available with Postfix 2.3 and later.
- -A List the available SASL client plug-in types. The SASL plug-in type is selected with the smtp_sasl_type or lmtp_sasl_type configuration parameters by specifying one of the names listed below.
- This feature is available with Postfix 2.3 and later.
- -b [template_file]
- Display the message text that appears at the beginning of delivery status notification (DSN) messages, with $name expressions replaced by actual values. To override the built-in message text, specify a template file at the end of the command line, or specify a template file in main.cf with the bounce_template_file parameter. To force selection of the built-in message text templates, specify an empty template file name (in shell language: ""). This feature is available with Postfix 2.3 and later.
- -c config_dir
- The main.cf configuration file is in the named directory instead of the default configuration directory.
- -d Print default parameter settings instead of actual settings. -e Edit the main.cf configuration file. The file is copied to a temporary file then renamed into place. Parameters and values are specified on the command line. Use quotes in order to protect shell metacharacters and whitespace. -h Show parameter values only, not the ''name = '' label that normally precedes the value. -l List the names of all supported mailbox locking methods. Postfix supports the following methods
- flock A kernel-based advisory locking method for local files only. This locking method is available on systems with a BSD compatible library. fcntl A kernel-based advisory locking method for local and remote files.
- dotlock
- -m List the names of all supported lookup table types. In Postfix configuration files, lookup tables are specified as type:name, where type is one of the types listed below. The table name syntax depends on the lookup table type as described in the DATABASE_README document.
- btree A sorted, balanced tree structure. This is available on systems with support for Berkeley DB databases. cdb A read-optimized structure with no support for incremental updates. This is available on systems with support for CDB databases. cidr A table that associates values with Classless Inter-Domain Routing (CIDR) patterns. This is described in cidr_table(5). dbm An indexed file type based on hashing. This is available on systems with support for DBM databases.
- environ
- hash An indexed file type based on hashing. This is available on systems with support for Berkeley DB databases.
- ldap (read-only)
- mysql (read-only)
- pcre (read-only)
- pgsql (read-only)
- proxy (read-only)
- regexp (read-only)
- sdbm An indexed file type based on hashing. This is available on systems with support for SDBM databases.
- static (read-only)
- tcp (read-only)
- unix (read-only)
- Other table types may exist depending on how Postfix was built.
- -n Print parameter settings that are not left at their built-in default value, because they are explicitly specified in main.cf.
- -t [template_file]
- Display the templates for delivery status notification (DSN) messages. To override the built-in templates, specify a template file at the end of the command line, or specify a template file in main.cf with the bounce_template_file parameter. To force selection of the built-in templates, specify an empty template file name (in shell language: ""). This feature is available with Postfix 2.3 and later.
- -v Enable verbose logging for debugging purposes. Multiple -v options make the software increasingly verbose. -# Edit the main.cf configuration file. The file is copied to a temporary file then renamed into place. The parameters specified on the command line are commented-out, so that they revert to their default values. Specify a list of parameter names, not name=value pairs. There is no postconf command to perform the reverse operation.
- This feature is available with Postfix 2.6 and later.
Umgebungsvariablen
MAIL_CONFIG
- Directory with Postfix configuration files.
Exit-Status
Konfiguration
Dateien
- /etc/postfix/main.cf
- Postfix configuration parameters
Anwendungen
Sicherheit
Dokumentation
RFC
Man-Pages
- postconf(1) - Linux man page
Info-Pages
Siehe auch
- body_checks(5)
- postalias(1)
- postfix(1)
- postmap(1)
- bounce(5), bounce template file format
Readme Files
Use "postconf readme_directory" or "postconf html_directory" to locate this information.
DATABASE_README, Postfix lookup table overview
Links
Projekt-Homepage
Weblinks
Einzelnachweise
Testfragen
Testfrage 1
Testfrage 2
Testfrage 3
Testfrage 4
Testfrage 5
Diagnostics
Problems are reported to the standard error stream.
Configuration Parameters
The following main.cf parameters are especially relevant to this program.
The text below provides only a parameter summary. See postconf(5) for more details including examples.
- config_directory (see 'postconf -d' output)
- The default location of the Postfix main.cf and master.cf configuration files.
- bounce_template_file (empty)
- Pathname of a configuration file with bounce message templates.
Aufgabe | Befehl |
---|