small typo in smtp_auth example
This commit is contained in:
parent
2021023f31
commit
3c89b7deac
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
# postfix::hash { '/etc/postfix/smtp_auth':
|
||||
# ensure => present,
|
||||
# }
|
||||
# postfix::config { 'smpt_auth_maps':
|
||||
# postfix::config { 'smtp_auth_maps':
|
||||
# value => 'hash:/etc/postfix/smtp_auth'
|
||||
# }
|
||||
# postfix::smtp_auth { 'gmail.com':
|
||||
|
|
Loading…
Reference in a new issue