diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-05-08 10:27:19 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-05-08 10:27:19 +0000 |
| commit | d8fd6be76f96c5dc955aa1793094b0b4c0319cf3 (patch) | |
| tree | a640a00a7c21921c7ca02690f925de31715c6823 | |
| parent | Add pure-{emacs20,xemacs21-mule} to RUN_DEPENDS as well as (diff) | |
The userforward director should decline delivery for any user whose
home directory is set to /nonexistent .
Not all systems encourage the use of /nonexistent as a home directory,
so this is not a change that should be incorporated into the Exim
distribution.
This change allows local deliveries into /var/mail for users with
no valid home directory.
| -rw-r--r-- | mail/exim-devel/files/configure.default | 1 | ||||
| -rw-r--r-- | mail/exim-old/files/configure.default | 1 | ||||
| -rw-r--r-- | mail/exim/files/configure.default | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/mail/exim-devel/files/configure.default b/mail/exim-devel/files/configure.default index 2a3d30528ead..727293840055 100644 --- a/mail/exim-devel/files/configure.default +++ b/mail/exim-devel/files/configure.default @@ -294,6 +294,7 @@ userforward: file_transport = address_file pipe_transport = address_pipe reply_transport = address_reply + match_directory = !^/nonexistent # This director matches local user mailboxes. diff --git a/mail/exim-old/files/configure.default b/mail/exim-old/files/configure.default index 2a3d30528ead..727293840055 100644 --- a/mail/exim-old/files/configure.default +++ b/mail/exim-old/files/configure.default @@ -294,6 +294,7 @@ userforward: file_transport = address_file pipe_transport = address_pipe reply_transport = address_reply + match_directory = !^/nonexistent # This director matches local user mailboxes. diff --git a/mail/exim/files/configure.default b/mail/exim/files/configure.default index 2a3d30528ead..727293840055 100644 --- a/mail/exim/files/configure.default +++ b/mail/exim/files/configure.default @@ -294,6 +294,7 @@ userforward: file_transport = address_file pipe_transport = address_pipe reply_transport = address_reply + match_directory = !^/nonexistent # This director matches local user mailboxes. |
