Line 1: |
Line 1: |
− | ===Email===
| |
− | Change email settings.
| |
− |
| |
− | ===Allow external pop3 access===
| |
− |
| |
− | Email settings > POP3 server access in SME 7.1 server-manager allows only pop3s protocol for clients outside the LAN. Some email clients (eg The Bat! v3.98.4) won't allow pop3s connections to SME 7.1 because of ssl version conflict. Until this is sorted out, a workaround is to hack SME to allow regular pop3 on the external interface using the following commands.
| |
− |
| |
− | config setprop pop3 access public
| |
− | signal-event email-update
| |
− | svc -t /service/pop3s
| |
− |
| |
− | more information [http://bugs.contribs.org/show_bug.cgi?id=2620 here]
| |
− |
| |
− |
| |
− |
| |
| ===="concurrency limit reached" when using IMAP==== | | ===="concurrency limit reached" when using IMAP==== |
| Sometime shows as Thunderbird giving this error message, | | Sometime shows as Thunderbird giving this error message, |
Line 86: |
Line 71: |
| | | |
| ====delete double bounce==== | | ====delete double bounce==== |
− |
| |
| To stop getting double bounce messages | | To stop getting double bounce messages |
| | | |
Line 102: |
Line 86: |
| config setprop pop3 access public | | config setprop pop3 access public |
| signal-event email-update | | signal-event email-update |
| + | |
| + | ====Allow external pop3 access==== |
| + | |
| + | Email settings > POP3 server access in SME 7.1 server-manager allows only pop3s protocol for clients outside the LAN. Some email clients (eg The Bat! v3.98.4) won't allow pop3s connections to SME 7.1 because of ssl version conflict. Until this is sorted out, a workaround is to hack SME to allow regular pop3 on the external interface using the following commands. |
| + | |
| + | config setprop pop3 access public |
| + | signal-event email-update |
| + | svc -t /service/pop3s |
| + | |
| + | more information [http://bugs.contribs.org/show_bug.cgi?id=2620 here] |
| | | |
| ====Real-time Blackhole List (RBL)==== | | ====Real-time Blackhole List (RBL)==== |
Line 108: |
Line 102: |
| config setprop qpsmtpd DNSBL enabled RHSBL enabled | | config setprop qpsmtpd DNSBL enabled RHSBL enabled |
| signal-event email-update | | signal-event email-update |
− | | + | |
− | | |
| ====Spam Filters==== | | ====Spam Filters==== |
| I seem to get more spam from a SERVER-ONLY box compared to a SERVER-GATEWAY box. | | I seem to get more spam from a SERVER-ONLY box compared to a SERVER-GATEWAY box. |