Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:email:emailrelay [2023/01/28 18:20] – firewall rules stokito | docs:guide-user:services:email:emailrelay [2023/01/28 18:36] – stokito | ||
|---|---|---|---|
| Line 76: | Line 76: | ||
| ==== Configure TLS ==== | ==== Configure TLS ==== | ||
| - | [[: | + | [[: |
| Then configure '' | Then configure '' | ||
| ==== Mails storage location ==== | ==== Mails storage location ==== | ||
| Line 94: | Line 94: | ||
| Add to ''/ | Add to ''/ | ||
| < | < | ||
| - | config rule | + | config rule |
| - | option name ' | + | option name ' |
| - | option target ' | + | option target ' |
| - | option src ' | + | option src ' |
| - | option proto ' | + | option proto ' |
| - | option dest_port ' | + | option dest_port ' |
| - | + | config rule | |
| - | config rule | + | option name ' |
| - | option name ' | + | option target ' |
| - | option target ' | + | option src ' |
| - | option src ' | + | option proto ' |
| - | option proto ' | + | option dest_port ' |
| - | option dest_port ' | + | config rule |
| + | option name ' | ||
| + | option target ' | ||
| + | option src ' | ||
| + | option proto ' | ||
| + | option dest_port ' | ||
| </ | </ | ||
| Line 119: | Line 124: | ||
| uci set firewall.wan_https_turris_rule.dest_port=' | uci set firewall.wan_https_turris_rule.dest_port=' | ||
| uci set firewall.wan_https_turris_rule.target=' | uci set firewall.wan_https_turris_rule.target=' | ||
| + | |||
| + | uci add firewall rule | ||
| + | uci set firewall.wan_https_turris_rule=rule | ||
| + | uci set firewall.wan_https_turris_rule.name=' | ||
| + | uci set firewall.wan_https_turris_rule.src=' | ||
| + | uci set firewall.wan_https_turris_rule.proto=' | ||
| + | uci set firewall.wan_https_turris_rule.dest_port=' | ||
| + | uci set firewall.wan_https_turris_rule.target=' | ||
| + | |||
| uci add firewall rule | uci add firewall rule | ||
| Line 130: | Line 144: | ||
| uci commit firewall | uci commit firewall | ||
| service firewall restart | service firewall restart | ||
| - | < | + | </code> |