diff options
| author | Jonathan M. Bresler <jmb@FreeBSD.org> | 1998-05-27 01:26:33 +0000 |
|---|---|---|
| committer | Jonathan M. Bresler <jmb@FreeBSD.org> | 1998-05-27 01:26:33 +0000 |
| commit | fa294d55ea5cd8d5d7f9763bb684b1fbfc514f1c (patch) | |
| tree | f2e17a3e40c106f1b8b3691c288c743e9ac82515 | |
| parent | 01029f8f17f2531b204d86b7b7195d0bb6c25dd7 (diff) | |
Notes
| -rw-r--r-- | etc/mail/sendmail.cf.additions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/mail/sendmail.cf.additions b/etc/mail/sendmail.cf.additions index 42305a8656b45..e88901f802449 100644 --- a/etc/mail/sendmail.cf.additions +++ b/etc/mail/sendmail.cf.additions @@ -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 |
