modeemi:pub:mail_system
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| modeemi:pub:mail_system [2026/02/25 16:58] – niko | modeemi:pub:mail_system [2026/04/26 16:28] (current) – [Sieve config] niko | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Modeemi membership includes an e-mail address in format // | Modeemi membership includes an e-mail address in format // | ||
| - | === Important notice! changes of IMAP and Submission server from 3.3.2026 === | + | |
| - | On 3.03.2026 at 18:00 of local time, IMAP mail server will be moved from modeemi.modeemi.fi, | + | |
| - | mail.modeemi.fi will be moved to point to wave.modeemi.fi (currently modeemi.modeemi.fi) | + | |
| Line 23: | Line 21: | ||
| === Outgoing mail === | === Outgoing mail === | ||
| - | ^ parameter ^ value (old till 3.3.2026) ^ value (new, from 3.3.2026) | + | ^ parameter ^ value ^ |
| - | | Type | smtp | //same as old// | | + | | Type | smtps | |
| - | | Server address | + | | Server address | mail.modeemi.fi | |
| - | | Port | 465 | //same as old// | | + | | Port | 465 | |
| - | | Security | SSL | //same as old// | | + | | Security | SSL | |
| - | | Authentication | password-cleartext | + | | Authentication | password-cleartext | |
| - | | Username | //your modeemi username// | //same as old// | | + | | Username | //your modeemi username// | |
| === Outgoing mail (alternative) === | === Outgoing mail (alternative) === | ||
| - | ^ parameter ^ value (old till 3.3.2026) ^ value (new, from 3.3.2026) | + | ^ parameter ^ value ^ |
| - | | Type | smtp | //same as old// | | + | | Type | submission(s) |
| - | | Server address | + | | Server address | mail.modeemi.fi | |
| - | | Port | 587 | //same as old// | | + | | Port | 587 | |
| - | | Security | STARTTLS | + | | Security | STARTTLS | |
| - | | Authentication | password-cleartext | + | | Authentication | password-cleartext | |
| - | | Username | //your modeemi username// | //same as old// | | + | | Username | //your modeemi username// | |
| ===== Mail system block diagram ===== | ===== Mail system block diagram ===== | ||
| | {{: | | {{: | ||
| - | | A block diagram presenting our new mail system | + | | A block diagram presenting our mail system | |
| - | | {{: | + | ===== Sieve config ===== |
| - | | A block diagram presenting our mail system (till 3.3.2026) | | + | |
| + | If You are member of many aliases, You may like to send them to different folders in your mailbox, depending which alias mail was sent to. Sieve allow You to set up that kind of organizing mailbox - it catches the incoming messages, and depending on Your settings can put them in specific folder, or even do something else! | ||
| + | To configure sieve for your account, create file // | ||
| + | < | ||
| + | # My Sieve Filter | ||
| + | # List the extensions used by this script | ||
| + | require [" | ||
| + | # Messages bigger than 2MB will be rejected with an error message | ||
| + | if size :over 40000K { | ||
| + | reject "I am unable to accept email larger than 40MB."; | ||
| + | } elsif anyof ( | ||
| + | address :matches " | ||
| + | header :contains " | ||
| + | address :matches " | ||
| + | header :contains " | ||
| + | ) { | ||
| + | fileinto " | ||
| + | } elsif address :is [" | ||
| + | fileinto " | ||
| + | } elsif address :matches " | ||
| + | fileinto " | ||
| + | } elsif address :matches " | ||
| + | fileinto " | ||
| + | } elsif address :matches " | ||
| + | fileinto " | ||
| + | } elsif address :matches " | ||
| + | fileinto " | ||
| + | } elsif not anyof( | ||
| + | address :is " | ||
| + | address :is " | ||
| + | ) { | ||
| + | fileinto " | ||
| + | } | ||
| + | </ | ||
modeemi/pub/mail_system.1772038689.txt.gz · Last modified: by niko