i may be dumb but uhh i don't see any way to configure sendmail/msmtp when running Tranquil as a container?
Our Personal Data Server from scratch!
tranquil.farm
oauth
atproto
pds
rust
postgresql
objectstorage
fun
configuring mail #26
open
opened by
bas.sh
bas.sh
(author)
oh epic thanks for letting me know the config file for it! That's very useful. But ya i was expecting to be able to configure it using environment variables lol
bas.sh
(author)
fyi Pegasus just uses a single SMTP_AUTH_URI env variable (+ SMTP_SENDER and SMTP_STARTTLS) but idk doesn't really matter if you split it up or not i guess
Currently it would just be though something like
-v ./msmtprc:/etc/msmtprc:ro! Unfortunately we don't have env vars for container email config like SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASSWORD, or SMTP_TLS....But we should :P