Overview
Comment: | expand README |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
338af36a00a20ed2e8baed42f31ba079 |
User & Date: | arcade on 2024-05-23 11:17:01.235 |
Other Links: | manifest | tags |
Context
2024-05-23
| ||
14:00 | add more logging, actually send attachments as replies to the email check-in: 31aec3c4b0 user: arcade tags: trunk | |
11:17 | expand README check-in: 338af36a00 user: arcade tags: trunk | |
11:11 | add LICENSE, README, change how defaults are checked and how they work, make sure socket can be created and elevated check-in: da7fc7983d user: arcade tags: trunk | |
Changes
Modified README
from [d265761234]
to [01323d8919].
︙ | ︙ | |||
10 11 12 13 14 15 16 | smtp_generic_maps = hash:$config_directory/generic $config_directory/generic: "" postmaster@example.com <> postmaster@example.com Actually not sure which one works... | > > > > > > > > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | smtp_generic_maps = hash:$config_directory/generic $config_directory/generic: "" postmaster@example.com <> postmaster@example.com Actually not sure which one works... I kindda know this whole stuff is written in completely wrong way, but I have reasons for that. SaMoToP prevent me from creating a separate transport so I'm just using MailDir and directly reading files from there in separate task. Also socket permissions can't actually be hinted to SaMoToP, and I don't want to mess with umask in this case, hence the extra task that changes socket permissions later. The whole MailDir idea was shamelessly ripped from https://github.com/meysam81/lori, kudos to the author. And if you think I actually copypasted too much code - you are free to use this under APACHE-2.0 license. |