Release version 997 generated by do-release.sh
[citadel.git] / webcit / static / t / aide / siteconfig / tab_smtp.html
1 <div class="conftitle"><?_("SMTP-Servers")></div>
2 <div class="confdescr"><?_("Changes made on this screen will not take effect until you restart the Citadel server.")></div>
3 <hr>
4 <table border="0">
5 <tr><td><?_("SMTP MTA port (-1 to disable)")></td><td>
6 <input type="text" NAME="c_smtp_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_smtp_port")>'>&nbsp;
7 <?_("Offer STARTTLS")> <input type="checkbox" NAME="smtp_advertise_starttls" VALUE="yes" <?%("COND:SERVCFG", 1, "smtp_advertise_starttls", 1, "CHECKED", "")>>
8 </td></tr>
9
10 <tr><td><?_("SMTP MSA port (-1 to disable)")></td><td>
11 <input type="text" NAME="c_msa_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_msa_port")>'></td></tr>
12
13 <tr><td><?_("SMTP over SSL port (-1 to disable)")></td><td>
14 <input type="text" NAME="c_smtps_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_smtps_port")>'></td></tr>
15
16 <tr><td><?_("Perform RBL checks upon connect instead of after RCPT")></td><td>
17 <input type="checkbox" NAME="c_rbl_at_greeting" VALUE="yes" <?%("COND:SERVCFG", 1, "c_rbl_at_greeting", 1, "CHECKED", "")>></td></tr>
18
19 <tr><td><?_("Flag message as spam, instead of rejecting it")></td><td>
20 <input type="checkbox" NAME="c_spam_flag_only" VALUE="yes" <?%("COND:SERVCFG", 1, "c_spam_flag_only", 1, "CHECKED", "")>></td></tr>
21
22 <tr><td><?_("Allow unauthenticated SMTP clients to spoof this sites domains")></td><td>
23 <input type="checkbox" NAME="c_allow_spoofing" VALUE="yes" <?%("COND:SERVCFG", 1, "c_allow_spoofing", 1, "CHECKED", "")>></td></tr>
24
25 <tr><td><?_("Correct forged From: lines during authenticated SMTP")></td><td>
26 <ul>
27 <li>
28  <input type="radio" NAME="c_rfc822_strict_from" value="<?DEF:VAL(#"CFG_SMTP_FROM_NOFILTER")>"  <?%("COND:SERVCFG", 1, "c_rfc822_strict_from", #"CFG_SMTP_FROM_NOFILTER",  "CHECKED", "")> />
29  <?_("No, allow any address in the From: header")>
30 </li><li>
31  <input type="radio" NAME="c_rfc822_strict_from" value="<?DEF:VAL(#"CFG_SMTP_FROM_CORRECT")>"   <?%("COND:SERVCFG", 1, "c_rfc822_strict_from", #"CFG_SMTP_FROM_CORRECT",   "CHECKED", "")> />
32  <?_("Only change the From: header if the address is not valid for the user")>
33 </li><li>
34  <input type="radio" NAME="c_rfc822_strict_from" value="<?DEF:VAL(#"CFG_SMTP_FROM_FILTERALL")>" <?%("COND:SERVCFG", 1, "c_rfc822_strict_from", #"CFG_SMTP_FROM_FILTERALL", "CHECKED", "")> />
35   <?_("Yes, always place the user's primary email address in the From: header")>
36 </li><li>
37  <input type="radio" NAME="c_rfc822_strict_from" value="<?DEF:VAL(#"CFG_SMTP_FROM_REJECT")>"    <?%("COND:SERVCFG", 1, "c_rfc822_strict_from", #"CFG_SMTP_FROM_REJECT",    "CHECKED", "")> />
38  <?_("No, REJECT messages containing an invalid From: header")>
39 </li>
40 </ul>
41 </td></tr>
42
43 <tr><td colspan=2><hr></td></tr>
44
45 <tr><td><a href="http://www.postfix.org/tcp_table.5.html"><?_("Postfix TCP Dictionary Port")></a>(<?_("-1 to disable")>)</td><td>
46 <input type="text" NAME="c_pftcpdict_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_pftcpdict_port")>'></td></tr>
47
48 <tr><td><?_("ManageSieve Port (-1 to disable)")></td><td>
49 <input type="text" NAME="c_mgesve_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_mgesve_port")>'></td></tr>
50
51 </table>