Jump to content

Template:Networking rutos manual email relay: Difference between revisions

From Teltonika Networks Wiki
No edit summary
No edit summary
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template: Networking_device_manual_fw_disclosure
{{Template: Networking_rutos_manual_fw_disclosure
| series = {{{series}}}
| fw_version ={{Template: Networking_rutos_manual_latest_fw
| name  = {{{name}}}
| fw_version ={{Template: Networking_device_manual_latest_fw
  | series = {{{series}}}
  | series = {{{series}}}
  | name  = {{{name}}}
  | name  = {{{name}}}
Line 23: Line 21:
This manual page provides an overview of the Email Relay functionality in {{{name}}} devices.
This manual page provides an overview of the Email Relay functionality in {{{name}}} devices.


<b>Note:</b> Email Relay is additional software that can be installed from the <b>System → [[{{{name}}} Package Manager|Package Manager]]</b> page.
<b>Note:</b> Email Relay is additional software that can be installed from the <b>System → [[{{{name}}} Package Manager|Package Manager]]</b> page.</u>


==Email Relay Configuration==
==Email Relay Configuration==


This section displays Email Relays that are currently configured on the router. By default the list is empty. To add a new email relay press 'Add' button.
This section displays Email Relays that are currently configured on the router. By default the list is empty. To add a new email relay, enter instance name, choose service mode and press 'Add'.


[[File:Networking_rutos_manual_email_relay_add_new_instance_v2.png|border|class=tlt-border]]
[[File:Networking_rutos_manual_email_relay_add_new_instance_v1.png|border|class=tlt-border]]


===Server configuration===
==Server==


[[File:Networking_rutos_manual_email_relay_configuration_server_mode_v2.png|border|class=tlt-border]]
[[File:Networking_rutos_manual_email_relay_configuration_server_mode_v1.png|border|class=tlt-border]]


<table class="nd-mantable">
<table class="nd-mantable">
Line 118: Line 116:
</table>
</table>


===Proxy configuration===
==Proxy==


[[File:Networking_rutos_manual_email_relay_configuration_prox_mode_v2.png|border|class=tlt-border]]
[[File:Networking_rutos_manual_email_relay_configuration_prox_mode_v1.png|border|class=tlt-border]]


<table class="nd-mantable">
<table class="nd-mantable">
Line 135: Line 133:
     <tr>
     <tr>
         <td>Mode</td>
         <td>Mode</td>
         <td>Server | Proxy | Command line; default: <b>Proxy</b></td>
         <td>Server | Proxy | Command line; default: <b>Server</b></td>
         <td>Instance mode.</td>
         <td>Instance mode.</td>
     </tr>
     </tr>
Line 202: Line 200:
         <td>off | <span style="color:cyan">on</span>; default: <b>off</b></td>
         <td>off | <span style="color:cyan">on</span>; default: <b>off</b></td>
         <td>Enables SMTP client authentication with the remote server.</td>
         <td>Enables SMTP client authentication with the remote server.</td>
    </tr>
     <tr>
     <tr>
         <td><span style="color:cyan">Username</span></td>
         <td><span style="color:cyan">Username</span></td>
Line 215: Line 212:
</table>
</table>


===Command line===
==Command line==


[[File:Networking_rutos_manual_email_relay_configuration_command_line_mode_v2.png|border|class=tlt-border]]
[[File:Networking_rutos_manual_email_relay_configuration_command_line_mode_v1.png|border|class=tlt-border]]


<table class="nd-mantable">
<table class="nd-mantable">
Line 229: Line 226:
         <td>off | on; default: <b>off</b></td>
         <td>off | on; default: <b>off</b></td>
         <td>Enables this email relay instance.</td>
         <td>Enables this email relay instance.</td>
    </tr>
    <tr>
        <td>Mode</td>
        <td>Server | Proxy | Command line; default: <b>Command line</b></td>
        <td>Instance mode.</td>
     </tr>
     </tr>
     <tr>
     <tr>

Revision as of 13:33, 3 October 2023

Template:Networking rutos manual fw disclosure

Summary

Email Relay is an e-mail store-and-forward message transfer agent and proxy server. The service does three things:

  • Stores any incoming e-mail messages that it receives
  • Forwards e-mail messages on to another remote e-mail server
  • Serves up stored e-mail messages to local e-mail reader programs

More technically, it acts as a SMTP storage daemon, a SMTP forwarding agent, and a POP3 server.


This manual page provides an overview of the Email Relay functionality in {{{name}}} devices.

Note: Email Relay is additional software that can be installed from the System → [[{{{name}}} Package Manager|Package Manager]] page.

Email Relay Configuration

This section displays Email Relays that are currently configured on the router. By default the list is empty. To add a new email relay, enter instance name, choose service mode and press 'Add'.

Server

Field Value Description
Enable off | on; default: off Enables this email relay instance.
Mode Server | Proxy | Command line; default: Server Instance mode.
SMTP port integer [1..65535]; default: none SMTP Port to listen incoming connections.
POP port integer [1..65535]; default: none POP Port to listen incoming connections.
Remote clients off | on; default: off To allow connections from anywhere. By default only local allowed.
Address verifier string; default: none Runs the specified external program to verify a message recipient's e-mail address.
Domain domain name; default: none Specifies the network name that is used in SMTP EHLO. The default is derived from a DNS lookup of the local hostname.
Anonymous off | on; default: off Disables the server's SMTP VRFY command.
Server TLS off | on; default: off Enables TLS for incoming SMTP and POP connections.
TLS certificate .pem certificate; default: none Specifies a PEM-format file containing a X.509 certificate and private key.
SMTP authentication off | on; default: off Enables SMTP server authentication of remote SMTP clients.
SMTP Username string; default: none Username for authentication with the SMTP server.
SMTP Password string; default: none Password for authentication with the SMTP server.
POP Username string; default: none Username for authentication with the POP server.
POP Password string; default: none Password for authentication with the POP server.

Proxy

Field Value Description
Enable off | on; default: off Enables this email relay instance.
Mode Server | Proxy | Command line; default: Server Instance mode.
SMTP port integer [1..65535]; default: none SMTP Port to listen incoming connections.
Remote clients off | on; default: off To allow connections from anywhere. By default only local allowed.
Address verifier string; default: none Runs the specified external program to verify a message recipient's e-mail address.
Domain domain name; default: none Specifies the network name that is used in SMTP EHLO. The default is derived from a DNS lookup of the local hostname.
Anonymous off | on; default: off Disables the server's SMTP VRFY command.
Server TLS off | on; default: off Enables TLS for incoming SMTP and POP connections.
TLS certificate .pem certificate; default: none Specifies a PEM-format file containing a X.509 certificate and private key.
SMTP authentication off | on; default: off Enables SMTP server authentication of remote SMTP clients.
SMTP Username string; default: none Username for authentication with the SMTP server.
SMTP Password string; default: none Password for authentication with the SMTP server.
Smarthost ip:port | domain name:port; default: none Specify the SMTP to forward emails.
Client TLS off | on; default: off Enables negotiated TLS for outgoing SMTP connections.
Client authentication off | on; default: off Enables SMTP client authentication with the remote server.
Username string; default: none Username for authentication with the remote server.
Password string; default: none Password for authentication with the remote server.

Command line

Field Value Description
Enable off | on; default: off Enables this email relay instance.
Extra command line string; default: none Extra command line options.

[[Category:{{{name}}} Services section]]