Hello All,
Two Part question:
In trying to tighten up spam blocking some of the configuration options we used on postfix servers were to use the following configuration options:
It seems like there are 1 or 2 settings (Reject Unknown Clients, Reject Unknown Senders) directed towards postfix from the gui, but not all of the options are there.
How should I push my desired options to postfix the best practice way? ( Settings list below)
I did read a few threads, one thread talking about editing a template so it pushed custom config onto postfix, but that is now frowned upon, so the question is, what is the proper way to do this today?
And secondly some of these commands could be easily added to the code to make it part of the gui making it easier to enforce polices to better reject spam, but I want to follow protocol and see if others agree and if it's a reasonable request.
Settings:
biff = no
soft_bounce = no
strict_rfc821_envelopes = yes
disable_vrfy_command = yes
smtpd_helo_required = yes
smtpd_hard_error_limit = 3
smtpd_junk_command_limit = 3
reject_unknown_recipient_domain,
Thank you!
Two Part question:
In trying to tighten up spam blocking some of the configuration options we used on postfix servers were to use the following configuration options:
It seems like there are 1 or 2 settings (Reject Unknown Clients, Reject Unknown Senders) directed towards postfix from the gui, but not all of the options are there.
How should I push my desired options to postfix the best practice way? ( Settings list below)
I did read a few threads, one thread talking about editing a template so it pushed custom config onto postfix, but that is now frowned upon, so the question is, what is the proper way to do this today?
And secondly some of these commands could be easily added to the code to make it part of the gui making it easier to enforce polices to better reject spam, but I want to follow protocol and see if others agree and if it's a reasonable request.
Settings:
biff = no
soft_bounce = no
strict_rfc821_envelopes = yes
disable_vrfy_command = yes
smtpd_helo_required = yes
smtpd_hard_error_limit = 3
smtpd_junk_command_limit = 3
reject_unknown_recipient_domain,
Thank you!