Changes to file smtp2tg.toml.example between check-in 1db9dbe390 and check-in 28fde40f7a
2024-12-27
| ||
15:29 | bump, add option to filter header fields and also add "Date:" by default file: [ad2bc6b8b6] check-in: [28fde40f7a] user: arcade, branch: trunk, size: 787 [annotate] [blame] [check-ins using] [diff] | |
2024-11-28
| ||
15:44 | This is kindda a HUGE rework. SMTP backend switched from SaMoToP to mailin-embedded, resulting in: * LMTP support dropped (I hope just temporary); * no need to write anything to files as whole processing is done in memory; * this also means we can return status - whether message was sent, was there any errors etc, no internal queue exists now, SMTP server should handle queueing from now on; * possibility to deny mail to unknown/unconfigured recipients. file: [ef25ee8434] check-in: [1db9dbe390] user: arcade, branch: trunk, size: 705 [annotate] [blame] [check-ins using] [diff] | |