# Use a non blocking source of randomness
tls_random_source = "dev:/dev/urandom";
# Map each domain to a specific X.509 certificate
- tls_server_sni_maps = "hash:/run/keys/postfix-sni";
+ tls_server_sni_maps = "hash:/run/postfix/postfix-sni";
# Only explicitely aliased accounts have a mail, not all the passwd
#local_recipient_maps = "$alias_maps";