This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
it:site:servery:postfix [2018/03/01 15:00] matt |
it:site:servery:postfix [2019/08/02 11:18] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| <code> | <code> | ||
| - | smtpd_tls_cert_file = /etc/postfix/certs/postfix.cer | + | smtpd_tls_cert_file = /etc/postfix/certs/postfix.cer |
| - | smtpd_tls_key_file = /etc/postfix/certs/postfix.key | + | smtpd_tls_key_file = /etc/postfix/certs/postfix.key |
| - | smtpd_use_tls=yes | + | smtpd_use_tls=yes |
| - | smtp_tls_security_level = may | + | smtp_tls_security_level = may |
| - | mydomain = domena.cz | + | mydomain = domena.cz |
| - | myorigin = $mydomain | + | myorigin = $mydomain |
| - | inet_interfaces = <IP>, 127.0.0.1 | + | inet_interfaces = <IP>, 127.0.0.1 |
| </code> | </code> | ||
| | | ||
| - | Pokud DNS nereší IPv6 PTR, ale poze IPv4 vynutíme komunikaci jen na IPv4: | + | Pokud DNS nereší IPv6 PTR, ale pouze IPv4 vynutíme komunikaci jen na IPv4: |
| ''inet_protocols = ipv4'' | ''inet_protocols = ipv4'' | ||
| | | ||
| - | | + | Zajistíme DNS TXT [[it:site:servery:dns-spf|SFP záznam]]. |
| | | ||
| | | ||
| | | ||