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/03/03 22:47] – 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 24: | Line 22: | ||
| === Outgoing mail === | === Outgoing mail === | ||
| ^ parameter ^ value ^ | ^ parameter ^ value ^ | ||
| - | | Type | smtp | | + | | Type | smtps | |
| | Server address | mail.modeemi.fi | | | Server address | mail.modeemi.fi | | ||
| | Port | 465 | | Port | 465 | ||
| Line 34: | Line 32: | ||
| === Outgoing mail (alternative) === | === Outgoing mail (alternative) === | ||
| ^ parameter ^ value ^ | ^ parameter ^ value ^ | ||
| - | | Type | smtp | | + | | Type | submission(s) |
| | Server address | mail.modeemi.fi | | | Server address | mail.modeemi.fi | | ||
| | Port | 587 | | | Port | 587 | | ||
| Line 47: | Line 45: | ||
| + | ===== Sieve config ===== | ||
| + | |||
| + | 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.1772578064.txt.gz · Last modified: by niko