-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
146 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -482,3 +482,5 @@ authcram | |
authcram.o | ||
authcram.1 | ||
qmail-qfilter.1 | ||
uenv | ||
uenv.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -705,3 +705,5 @@ rd-remote.o | |
read_assign.o | ||
recipient-cdb.o | ||
valid_hname.o | ||
uenv | ||
uenv.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.9 | ||
3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
indimail-mta-x/qf-smtp-ratelimit.in → indimail-mta-x/qf-smtp-ratelimit.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.\" vim: tw=75 | ||
.TH uenv 1 | ||
.SH NAME | ||
uenv \- run a program with environment modified according to files in $HOME/.defaultqueue | ||
|
||
.SH SYNOPSIS | ||
\fBuenv\fR [\fB\-c\fR] \fIchild\fR | ||
|
||
.SH DESCRIPTION | ||
\fBuenv\fR sets various environment variables as specified by files in the | ||
directory \fI$HOME/.defaultqueue\fR and then runs child with the modified | ||
environment variables. Specifying -c option clears all existing environment | ||
variables except $HOME. It works exactly like \fBenvdir\fR(8), except that | ||
it uses the fixed directory \fI$HOME/.defaultqueue for setting new | ||
environment variables. | ||
|
||
\fIchild\fR consists of one or more arguments. | ||
|
||
You can skip $HOME/.defaultqueue by setting \fBSKIP_LOCAL_ENVIRONMENT\fR | ||
environment variable. It then sets environment variable specified by files | ||
in \fI@controldir@/defaultqueue\fR. if \fBQUEUE_BASE\fR environment | ||
variable is set, setting of environment variables from | ||
\fI@controldir@/defaultqueue\fR is skipped. | ||
|
||
.SH EXAMPLES | ||
|
||
Run uenv as root to display local environment variables set for the user | ||
\fIuser\fR with home directory \fI/home/user\fR. | ||
|
||
.EX | ||
# setuidgid \fIuser\fR env HOME=/home/user uenv -c env | ||
.EE | ||
|
||
Run uenv to display local environment variables for current user. | ||
|
||
.EX | ||
$ uenv env | ||
.EE | ||
|
||
|
||
.SH SEE ALSO | ||
envdir(8) |
Oops, something went wrong.