@@ -15,7 +15,7 @@ setup_conf # Copy over files from /etc/postfix.temp
15
15
reown_folders # Make and reown /var/spool/postfix/ folders
16
16
postfix_enable_chroot # Allow Postfix to run in chroot
17
17
postfix_upgrade_default_database_type # Compatibility layer. Debian still uses 'hash:', but newer distributions use 'lmbd:'
18
- postfix_upgrade_conf # Upgrade old coniguration , replace "hash:" and "btree:" databases to "lmdb:"
18
+ postfix_upgrade_conf # Upgrade old configuration , replace "hash:" and "btree:" databases to "lmdb:"
19
19
postfix_upgrade_daemon_directory # Change the 'daemon_directory' postfix configuration, if a change is detected from Alpine<->Debian/Ubuntu
20
20
postfix_disable_utf8 # Disable SMTPUTF8, because libraries (ICU) are missing in alpine
21
21
postfix_create_aliases # Update aliases database. It's not used, but postfix complains if the .db file is missing
@@ -28,14 +28,14 @@ postfix_set_hostname # Set up host name
28
28
postfix_set_relay_tls_level # Set TLS level security for relays
29
29
postfix_setup_xoauth2_pre_setup # (Pre) Setup XOAUTH2 authentication
30
30
postfix_setup_relayhost # Setup a relay host, if defined
31
- postfix_setup_xoauth2_post_setup # (Post) Setup XOAUTH2 autentication
31
+ postfix_setup_xoauth2_post_setup # (Post) Setup XOAUTH2 authentication
32
32
postfix_setup_networks # Set MYNETWORKS
33
33
postfix_setup_debugging # Enable debugging, if defined
34
34
postfix_setup_sender_domains # Configure allowed sender domains
35
35
postfix_setup_masquarading # Setup masquaraded domains
36
36
postfix_setup_header_checks # Enable SMTP header checks, if defined
37
37
postfix_setup_dkim # Configure DKIM, if enabled
38
- postfix_setup_smtpd_sasl_auth # Enable sender sasl auth, if defined
38
+ postfix_setup_smtpd_sasl_auth # Enable sender SASL auth, if defined
39
39
postfix_custom_commands # Apply custom postfix settings
40
40
opendkim_custom_commands # Apply custom OpenDKIM settings
41
41
postfix_open_submission_port # Enable the submission port
0 commit comments