mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
accidently omitted two file declarations.
so i added them. Submitted by: Scot Elliott (scot@poptart.org)
This commit is contained in:
parent
01029f8f17
commit
fa294d55ea
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# list of hosts and domains for whom we relay mail.
|
||||
# all .forward hosts, domains must be listed in this file.
|
||||
# same for hosts and domains in /etc/aliases
|
||||
FR-o /etc/sendmail.cR
|
||||
F{LocalIP}-o /etc/mail/Local-IP
|
||||
F{RelayTo}-o /etc/mail/Relay-Hosts
|
||||
|
||||
# database declarations
|
||||
Kdenyip hash -o -a.REJECT /etc/mail/denyip.db
|
||||
|
|
|
|||
Loading…
Reference in a new issue