[postfix] use own server; set logfile
This commit is contained in:
parent
6f162b3efc
commit
fbfd3f6484
|
@ -1,9 +1,8 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
65653261616437626133346664313738316438343734323135323764633533386534336230336634
|
||||
3138336161303538376439333365323233633338383937660a356636653562303935653134633162
|
||||
37343662373164383338663365346435306532326432326563323464383262303163356363383637
|
||||
6564623838376331300a643339306234303465393737353064303431393963363265393935343731
|
||||
33643235653231383034303833306433346538323137303464303963383536356131353937356339
|
||||
62303264373734613335303766333333336561373633326137316532373064343336353666383439
|
||||
61323061366563313730396430316134386265626463643939363164666134323439623735353637
|
||||
36663831633236343134
|
||||
34366264383131326262386361633839613736663138623666643865636130646466386336386638
|
||||
3637393365393938376333643766373436343463663664640a373364353736656163386439326337
|
||||
30303739363333646439326339626461323366643861666333383438363465306430393865353435
|
||||
6239306466633934320a633030656663376665346531653564373332343238393034333662346464
|
||||
31656162373765303936343738343331313332666237396264333130323834356661303130626434
|
||||
37373537303232636234303834623763386432656466386164376531613362376434663833633237
|
||||
656630326635323932633335393866376533
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
myhostname = {{ hostvars[inventory_hostname].ansible_host }}
|
||||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_password_maps = static:SMTP_Injection:{{ secrets.sparkpost_api_key }}
|
||||
relayhost = [smtp.sparkpostmail.com]:587
|
||||
smtp_sasl_password_maps = static:no-reply@sbruder.de:{{ secrets.mail_password }}
|
||||
relayhost = [home.sbruder.de]:587
|
||||
smtp_sasl_security_options = noanonymous
|
||||
smtp_tls_security_level = encrypt
|
||||
header_size_limit = 4096000
|
||||
maillog_file = /var/log/postfix.log
|
||||
|
|
Reference in a new issue