forked from pub-solar/os
Benjamin Bädorf
854b0222a0
Add configuration for offlineimap, mutt, and msmtp for mail@b12f.io. This is a catch-all inbox, but it can send out via mail@ as well. Secrets will have to be added to the secret-tool manually.
63 lines
1.3 KiB
Plaintext
63 lines
1.3 KiB
Plaintext
account hello@benjaminbaedorf.eu
|
|
host mail.hosting.de
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
from hello@benjaminbaedorf.eu
|
|
user hello@benjaminbaedorf.eu
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
account benjamin.baedorf@rwth-aachen.de
|
|
host mail.rwth-aachen.de
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
from benjamin.baedorf@rwth-aachen.de
|
|
user bb564306@rwth-aachen.de
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
account b.baedorf@openproject.com
|
|
host smtp.mailbox.org
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
from b.baedorf@openproject.com
|
|
user b.baedorf@openproject.com
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
account byb@miom.space
|
|
host mail.hosting.de
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
from byb@miom.space
|
|
user byb@miom.space
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
account admins@pub.solar
|
|
host mail.greenbaum.cloud
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
from admins@pub.solar
|
|
user admins@pub.solar
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
account mail@b12f.io
|
|
host mail.b12f.io
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
from mail@b12f.io
|
|
user mail@b12f.io
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
|
|
account default : hello@benjaminbaedorf.eu
|