about summary refs log tree commit diff
path: root/modules/workstation/mail/postfix/default.nix
Commit message (Collapse)AuthorAge
* modules/workstation/postfix: fix path typoAlyssa Ross2023-11-05
| | | | | This prevented the unit from starting even when the file with the intended name was present.
* modules/workstation/mail: skip units if no passwordAlyssa Ross2023-10-22
|
* modules/workstation/postfix: send unikie mailAlyssa Ross2023-02-08
|
* modules/workstation/postfix: add canonical mappingAlyssa Ross2021-04-04
| | | | | | | | | | | | | | | Mail sent through my workstation postfix instances would have an envelope sender of e.g. qyliss@x220.qyliss.net, which would cause some sites to reject my mail or mark it as spam, since that's not a publicly routable hostname. This seems like something that every "how to use Postfix with Gmail as a smarthost" or whatever article should cover, but none of them do, so I guess everybody else who uses Postfix this way just has a slightly broken setup. Anyway, now messages from the local "qyliss" user will be rewritten to be from my FastMail address, which should resolve this problem.
* modules/workstation/postfix: remove mkForceAlyssa Ross2021-01-14
| | | | No longer needed now that the Postfix module has been fixed.
* Merge commit '84d74ae9c9cbed73274b8e4e00be14688ffc93fe'Alyssa Ross2021-01-12
|
* modules/postfix: directly deliver mail to meAlyssa Ross2020-04-07
| | | | | Mail to hi@alyssa.is or hi+*@alyssa.is can just be dropped straight into my maildir, rather than going through SMTP.
* modules/mail: replace msmtp with postfixAlyssa Ross2019-10-15
Using a full MTA might seem like overkill, but it fixes my biggest annoyance with msmtp -- not only can I now read mail while offline, I can send it too, and postfix will just keep trying every so often until it sends (or five days have passed, but at that point the message is probably irrelevant anyway). Postfix's defaults are surprisingly good for this use case. The longest it will wait between attempts is 4000 seconds, and it'll keep trying for five days before giving up and bouncing.