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 [2022/07/31 13:55] – [Sections] 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 'Allow-WAN-SMTP' |
| - | option target ' | + | option target ' |
| - | option src ' | + | option src ' |
| - | option proto ' | + | option proto ' |
| - | option dest_port ' | + | option dest_port ' |
| - | option | + | config rule |
| - | + | option | |
| - | config rule | + | |
| - | option name ' | + | option src ' |
| - | option target ' | + | option proto ' |
| - | option src ' | + | option dest_port ' |
| - | option proto ' | + | config rule |
| - | option dest_port ' | + | option name 'Allow-WAN-POP' |
| - | option enabled ' | + | option target ' |
| + | option src ' | ||
| + | option proto ' | ||
| + | option dest_port ' | ||
| </ | </ | ||
| + | You can add these rules with command line: | ||
| + | |||
| + | < | ||
| + | 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 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 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 commit firewall | ||
| + | service firewall restart | ||
| + | </ | ||