This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
opensmtpd [2021/02/11 12:45] admin |
opensmtpd [2021/02/11 12:52] (current) admin |
||
---|---|---|---|
Line 12: | Line 12: | ||
# Zertifikate: | # Zertifikate: | ||
- | pki mail.brauconsulting.de cert "/ | + | pki mail.example.com cert "/ |
- | pki mail.brauconsulting.de key "/ | + | pki mail.example.com key "/ |
filter check_dyndns phase connect match rdns regex { ' | filter check_dyndns phase connect match rdns regex { ' | ||
Line 32: | Line 32: | ||
table aliases file:/ | table aliases file:/ | ||
- | listen on all tls pki mail.brauconsulting.de \ | + | listen on all tls pki mail.example.com \ |
filter { check_dyndns, | filter { check_dyndns, | ||
- | listen on all port submission tls-require pki mail.brauconsulting.de auth filter rspamd | + | listen on all port submission tls-require pki mail.example.com auth filter rspamd |
action " | action " | ||
- | action " | + | action " |
- | match from any for domain "brauconsulting.de" action " | + | match from any for domain "example.com" action " |
match for local action " | match for local action " | ||