mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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.
This commit is contained in:
parent
cb757d8ec5
commit
d8fd6be76f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42395
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user