mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Disable the SMTP EXPN and VRFY commands by default to prevent information
leakage. Submitted by: Maxime Henrion <mux@qualys.com>
This commit is contained in:
parent
31923af7ce
commit
9d64dea9fa
1 changed files with 1 additions and 0 deletions
|
|
@ -66,5 +66,6 @@ dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl
|
|||
define(`confCW_FILE', `-o /etc/mail/local-host-names')dnl
|
||||
define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl
|
||||
define(`confMAX_MIME_HEADER_LENGTH', `256/128')dnl
|
||||
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')dnl
|
||||
MAILER(local)dnl
|
||||
MAILER(smtp)dnl
|
||||
|
|
|
|||
Loading…
Reference in a new issue