1 <HTML> |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 <HEAD> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <TITLE>vdeliver - VMailMgr delivery agent</TITLE> |
3 <head> |
4 <LINK REV="made" HREF="mailto:root@porky.devel.redhat.com"> |
4 <title>vdeliver - VMailMgr delivery agent</title> |
5 </HEAD> |
5 <link rev="made" href="mailto:Gentoo@lorien.untroubled.org" /> |
|
6 </head> |
6 |
7 |
7 <BODY> |
8 <body style="background-color: white"> |
8 |
9 |
|
10 <p><a name="__index__"></a></p> |
9 <!-- INDEX BEGIN --> |
11 <!-- INDEX BEGIN --> |
10 <!-- |
12 <!-- |
11 |
13 |
12 <UL> |
14 <ul> |
13 |
15 |
14 <LI><A HREF="#NAME">NAME</A> |
16 <li><a href="#name">NAME</a></li> |
15 <LI><A HREF="#SYNOPSIS">SYNOPSIS</A> |
17 <li><a href="#synopsis">SYNOPSIS</a></li> |
16 <LI><A HREF="#DESCRIPTION">DESCRIPTION</A> |
18 <li><a href="#description">DESCRIPTION</a></li> |
17 <LI><A HREF="#OPTIONS">OPTIONS</A> |
19 <li><a href="#options">OPTIONS</a></li> |
18 <LI><A HREF="#RETURN_VALUE">RETURN VALUE</A> |
20 <li><a href="#return_value">RETURN VALUE</a></li> |
19 <LI><A HREF="#ENVIRONMENT">ENVIRONMENT</A> |
21 <li><a href="#environment">ENVIRONMENT</a></li> |
20 <LI><A HREF="#SEE_ALSO">SEE ALSO</A> |
22 <li><a href="#see_also">SEE ALSO</a></li> |
21 <LI><A HREF="#AUTHORS">AUTHORS</A> |
23 <li><a href="#authors">AUTHORS</a></li> |
22 </UL> |
24 </ul> |
23 --> |
25 --> |
24 <!-- INDEX END --> |
26 <!-- INDEX END --> |
25 |
27 |
26 <P> |
28 <p> |
27 <H1><A NAME="NAME">NAME</A></H1> |
29 </p> |
28 <P> |
30 <h1><a name="name">NAME</a></h1> |
29 vdeliver - VMailMgr delivery agent |
31 <p>vdeliver - VMailMgr delivery agent</p> |
|
32 <p> |
|
33 </p> |
|
34 <hr /> |
|
35 <h1><a name="synopsis">SYNOPSIS</a></h1> |
|
36 <p><strong>vdeliver</strong> |
|
37 [<strong>-D</strong>] |
|
38 [<strong>-F</strong>] |
|
39 [<strong>-R</strong>] |
|
40 [<strong>-d</strong>] |
|
41 [<strong>-f</strong>] |
|
42 [<strong>--no-predeliver</strong>] |
|
43 [<strong>--no-postdeliver</strong>] |
|
44 [<strong>--quiet</strong>] |
|
45 [<strong>-r</strong>]</p> |
|
46 <p> |
|
47 </p> |
|
48 <hr /> |
|
49 <h1><a name="description">DESCRIPTION</a></h1> |
|
50 <p>vdeliver is the unified e-mail message delivery agent for virtual |
|
51 domains managed by vmailmgr. |
|
52 It is run from the <em>.qmail-default</em> file, and automatically handles |
|
53 delivery to any user within a virtual domain.</p> |
|
54 <p> |
|
55 </p> |
|
56 <hr /> |
|
57 <h1><a name="options">OPTIONS</a></h1> |
|
58 <dl> |
|
59 <dt><strong><a name="item__2dd"><strong>-D</strong></a></strong><br /> |
|
60 </dt> |
|
61 <dd> |
|
62 Add the <code>Return-Path:</code> line to the top of the message. (default) |
|
63 </dd> |
|
64 <p></p> |
|
65 <dt><strong><a name="item__2df"><strong>-F</strong></a></strong><br /> |
|
66 </dt> |
|
67 <dd> |
|
68 Add a ``<code>From </code>'' mailbox line. |
|
69 </dd> |
|
70 <p></p> |
|
71 <dt><strong><a name="item__2dr"><strong>-R</strong></a></strong><br /> |
|
72 </dt> |
|
73 <dd> |
|
74 Add a ``<code>Return-Path:</code>'' line (default). |
|
75 </dd> |
|
76 <p></p> |
|
77 <dt><strong><a name="item__2dd"><strong>-d</strong></a></strong><br /> |
|
78 </dt> |
|
79 <dd> |
|
80 Do not add the <code>Delivered-To:</code> line to the top of the message. |
|
81 </dd> |
|
82 <p></p> |
|
83 <dt><strong><a name="item__2df"><strong>-f</strong></a></strong><br /> |
|
84 </dt> |
|
85 <dd> |
|
86 Do not add the <code>From</code> mailbox line to the top of the message. Note that this line is never added when the message is being re-injected into the mail stream. (default) |
|
87 </dd> |
|
88 <p></p> |
|
89 <dt><strong><a name="item__2d_2dno_2dpredeliver"><strong>--no-predeliver</strong></a></strong><br /> |
|
90 </dt> |
|
91 <dd> |
|
92 Do not run vdeliver-predeliver scripts. |
|
93 </dd> |
|
94 <p></p> |
|
95 <dt><strong><a name="item__2d_2dno_2dpostdeliver"><strong>--no-postdeliver</strong></a></strong><br /> |
|
96 </dt> |
|
97 <dd> |
|
98 Do not run vdeliver-postdeliver scripts. |
|
99 </dd> |
|
100 <p></p> |
|
101 <dt><strong><a name="item__2d_2dquiet"><strong>--quiet</strong></a></strong><br /> |
|
102 </dt> |
|
103 <dd> |
|
104 Suppress all status messages. |
|
105 </dd> |
|
106 <p></p> |
|
107 <dt><strong><a name="item__2dr"><strong>-r</strong></a></strong><br /> |
|
108 </dt> |
|
109 <dd> |
|
110 Do not add the <code>Return-Path:</code> line to the top of the message. |
|
111 </dd> |
|
112 <p></p></dl> |
|
113 <p> |
|
114 </p> |
|
115 <hr /> |
|
116 <h1><a name="return_value">RETURN VALUE</a></h1> |
|
117 <p>Returns 0 if delivery was successful, |
|
118 100 if a fatal error occurred, |
|
119 or 111 if a temporary error occurred.</p> |
|
120 <p> |
|
121 </p> |
|
122 <hr /> |
|
123 <h1><a name="environment">ENVIRONMENT</a></h1> |
|
124 <p><em>vdeliver</em> expects to be run by <em>qmail-local</em> as it requires several |
|
125 of the environment variables that it sets. |
|
126 See the <em>qmail-command</em>(8) manual page for full details on these |
|
127 variables. |
|
128 In particular, it requires <code>DTLINE</code>, <code>EXT</code>, <code>HOST</code>, <code>RPLINE</code>, |
|
129 <code>SENDER</code>, <code>UFLINE</code>, and <code>USER</code>.</p> |
|
130 <p> |
|
131 </p> |
|
132 <hr /> |
|
133 <h1><a name="see_also">SEE ALSO</a></h1> |
|
134 <p>checkvpw(1), <em>qmail-command</em>(8)</p> |
|
135 <p> |
|
136 </p> |
|
137 <hr /> |
|
138 <h1><a name="authors">AUTHORS</a></h1> |
|
139 <p>Bruce Guenter <<a href="mailto:bruceg@em.ca">bruceg@em.ca</a>></p> |
30 |
140 |
31 <P> |
141 </body> |
32 <HR> |
|
33 <H1><A NAME="SYNOPSIS">SYNOPSIS</A></H1> |
|
34 <P> |
|
35 <STRONG>vdeliver</STRONG> |
|
36 [<STRONG>-D</STRONG>] [<STRONG>-F</STRONG>] [<STRONG>-R</STRONG>] [<STRONG>-d</STRONG>] [<STRONG>-f</STRONG>] [<STRONG>--quiet</STRONG>] [<STRONG>-r</STRONG>] |
|
37 |
142 |
38 <P> |
143 </html> |
39 <HR> |
|
40 <H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1> |
|
41 <P> |
|
42 vdeliver is the unified e-mail message delivery agent for virtual domains |
|
43 managed by vmailmgr. It is run from the <EM>.qmail-default</EM> file, and automatically handles delivery to any user within a virtual |
|
44 domain. |
|
45 |
|
46 <P> |
|
47 <HR> |
|
48 <H1><A NAME="OPTIONS">OPTIONS</A></H1> |
|
49 <DL> |
|
50 <DT><STRONG><A NAME="item__D">-D</A></STRONG><DD> |
|
51 <P> |
|
52 Add the <CODE>Return-Path:</CODE> line to the top of the message. (default) |
|
53 |
|
54 <DT><STRONG><A NAME="item__F">-F</A></STRONG><DD> |
|
55 <P> |
|
56 Add a ``<CODE>From </CODE>'' mailbox line. |
|
57 |
|
58 <DT><STRONG><A NAME="item__R">-R</A></STRONG><DD> |
|
59 <P> |
|
60 Add a ``<CODE>Return-Path:</CODE>'' line (default). |
|
61 |
|
62 <DT><STRONG><A NAME="item__d">-d</A></STRONG><DD> |
|
63 <P> |
|
64 Do not add the <CODE>Delivered-To:</CODE> line to the top of the message. |
|
65 |
|
66 <DT><STRONG><A NAME="item__f">-f</A></STRONG><DD> |
|
67 <P> |
|
68 Do not add the <CODE>From</CODE> mailbox line to the top of the message. Note that this line is never added |
|
69 when the message is being re-injected into the mail stream. (default) |
|
70 |
|
71 <DT><STRONG><A NAME="item__quiet">--quiet</A></STRONG><DD> |
|
72 <P> |
|
73 Suppress all status messages. |
|
74 |
|
75 <DT><STRONG><A NAME="item__r">-r</A></STRONG><DD> |
|
76 <P> |
|
77 Do not add the <CODE>Return-Path:</CODE> line to the top of the message. |
|
78 |
|
79 </DL> |
|
80 <P> |
|
81 <HR> |
|
82 <H1><A NAME="RETURN_VALUE">RETURN VALUE</A></H1> |
|
83 <P> |
|
84 Returns 0 if delivery was successful, 100 if a fatal error occurred, or 111 |
|
85 if a temporary error occurred. |
|
86 |
|
87 <P> |
|
88 <HR> |
|
89 <H1><A NAME="ENVIRONMENT">ENVIRONMENT</A></H1> |
|
90 <P> |
|
91 <EM>vdeliver</EM> expects to be run by <EM>qmail-local</EM> as it requires several of the environment variables that it sets. See the <EM>qmail-command</EM>(8) manual page for full details on these variables. In particular, it |
|
92 requires <CODE>DTLINE</CODE>, <CODE>EXT</CODE>, <CODE>HOST</CODE>, <CODE>RPLINE</CODE>, |
|
93 <CODE>SENDER</CODE>, <CODE>UFLINE</CODE>, and <CODE>USER</CODE>. |
|
94 |
|
95 <P> |
|
96 <HR> |
|
97 <H1><A NAME="SEE_ALSO">SEE ALSO</A></H1> |
|
98 <P> |
|
99 <CODE>checkvpw(1),</CODE> <EM>qmail-command</EM>(8) |
|
100 |
|
101 <P> |
|
102 <HR> |
|
103 <H1><A NAME="AUTHORS">AUTHORS</A></H1> |
|
104 <P> |
|
105 Bruce Guenter <<A HREF="mailto:bruceg@em.ca">bruceg@em.ca</A>> |
|
106 |
|
107 </BODY> |
|
108 |
|
109 </HTML> |
|