forked from virtualmin/virtualmin-gpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aliasdest.html
38 lines (36 loc) · 1.89 KB
/
aliasdest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<header>Alias destinations</header>
This table of fields determines what happens to email sent to this alias.
If multiple destinations are entered, mail will be sent to all of them.
Each destination has a type (chosen from the menu), which can be one of the
following :
<ul>
<li><b>Email address</b><br>
Email will be forwarded to the address entered in the adjacent field.<p>
<li><b>Addresses in file</b><br>
Email will be forwarded to all of the addresses listed in the text file
whose path is entered in the adjacent field.<p>
<li><b>Write to file</b><br>
Email to the alias will appended to the specified file. All headers and
the raw un-decoded body will be included.<p>
<li><b>Feed to program</b><br>
The program entered in the adjacent field will be executed and email to
the alias passed to it as input. <p>
<li><b>Autoreply from file</b><br>
When email is received by this alias, and automatic reply message will be
sent back to the sender. The text of this autoreply will be taken from the
file entered in the adjacent text field. <p>
<li><b>Apply filter file</b><br>
Email sent to the alias will be processed according to the rules in the
specified filter file, which may cause it to be forwarded to other
addresses or files depending on the actual contents of the message. <p>
<li><b>Mailbox of user</b><br>
Email will be delivered directly to the mailbox of the user entered in
the adjacent text field. This will bypass any forwarding addresses that
the user has set up. However, you must enter the full POP3 login username,
like <i>joe.foo</i> instead of just <i>joe</i>.<p>
</ul>
If you choose the <b>Addresses in file</b>, <b>Autoreply from file</b> or
<b>Apply filter file</b> destination types, when you re-edit
the alias links labelled <b>Edit..</b> will appear next to any such destinations
for editing the contents of the specified file. <p>
<hr>