postfix: drop tls_random_source config
The setting already defaults to /dev/urandom.
This commit is contained in:
parent
3828b00dea
commit
4fd9508d41
1 changed files with 0 additions and 3 deletions
|
@ -317,9 +317,6 @@ in
|
||||||
smtp_tls_loglevel = "1";
|
smtp_tls_loglevel = "1";
|
||||||
smtpd_tls_loglevel = "1";
|
smtpd_tls_loglevel = "1";
|
||||||
|
|
||||||
# Configure a non blocking source of randomness
|
|
||||||
tls_random_source = "dev:/dev/urandom";
|
|
||||||
|
|
||||||
smtpd_milters = smtpdMilters;
|
smtpd_milters = smtpdMilters;
|
||||||
non_smtpd_milters = lib.mkIf cfg.dkimSigning [ "unix:/run/rspamd/rspamd-milter.sock" ];
|
non_smtpd_milters = lib.mkIf cfg.dkimSigning [ "unix:/run/rspamd/rspamd-milter.sock" ];
|
||||||
milter_protocol = "6";
|
milter_protocol = "6";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue