Add mail@b12f.io
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.
This commit is contained in:
parent
fdb79aa95f
commit
854b0222a0
|
@ -48,5 +48,15 @@ account 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
|
||||
|
|
21
users/ben/.config/mutt/mail@b12f.io.muttrc
Normal file
21
users/ben/.config/mutt/mail@b12f.io.muttrc
Normal file
|
@ -0,0 +1,21 @@
|
|||
# vim: filetype=muttrc
|
||||
|
||||
set from = "Benjamin Bädorf <mail@b12f.io>"
|
||||
set sendmail = "msmtp -a mail@b12f.io"
|
||||
set signature = "~/.config/mutt/mail@b12f.io.signature"
|
||||
|
||||
set pgp_default_key="4332E0D02B214D31376C366E4406E80E13CD656C"
|
||||
|
||||
set mbox_type = Maildir
|
||||
set folder = ~/Mail
|
||||
set spoolfile = "+mail\@b12f.io/INBOX"
|
||||
set postponed = "+mail\@b12f.io/Drafts"
|
||||
set record = "+mail\@b12f.io/Sent"
|
||||
set trash = "+mail\@b12f.io/Trash"
|
||||
mbox-hook = "+mail\@b12f.io/Archive"
|
||||
unmailboxes *
|
||||
mailboxes +mail\@b12f.io/INBOX \
|
||||
+mail\@b12f.io/Drafts \
|
||||
+mail\@b12f.io/Sent \
|
||||
+mail\@b12f.io/Archive \
|
||||
+mail\@b12f.io/Trash
|
12
users/ben/.config/mutt/mail@b12f.io.signature
Normal file
12
users/ben/.config/mutt/mail@b12f.io.signature
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
--
|
||||
|
||||
Benjamin Bädorf (he/him)
|
||||
Software Engineer
|
||||
|
||||
MAIL: mail@b12f.io
|
||||
TEL: +49 15 778 959 877
|
||||
GPG: 4332 E0D0 2B21 4D31 376C 366E 4406 E80E 13CD 656C
|
||||
GIT: git.b12f.io/b12f
|
||||
MATRIX: @b12f:pub.solar
|
||||
WEB: benjaminbaedorf.eu
|
|
@ -1,7 +1,7 @@
|
|||
[general]
|
||||
pythonfile = $XDG_CONFIG_HOME/offlineimap/functions.py
|
||||
metadata = $XDG_DATA_HOME/offlineimap
|
||||
accounts = BBEU, RWTH, MiOM, PubSolar
|
||||
accounts = BBEU, RWTH, MiOM, PubSolar, b12f
|
||||
|
||||
[Account BBEU]
|
||||
localrepository = LocalBBEU
|
||||
|
@ -77,3 +77,18 @@ remotehost = mail.greenbaum.cloud
|
|||
remoteuser = admins@pub.solar
|
||||
remotepasseval = get_secret("service", "smtp", "host", "mail.greenbaum.cloud", "user", "admins@pub.solar")
|
||||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
[Account b12f]
|
||||
localrepository = Localb12f
|
||||
remoterepository = Remoteb12f
|
||||
|
||||
[Repository Localb12f]
|
||||
type = Maildir
|
||||
localfolders = ~/Mail/mail@b12f.io
|
||||
|
||||
[Repository Remoteb12f]
|
||||
type = IMAP
|
||||
remotehost = mail.b12f.io
|
||||
remoteuser = mail@b12f.io
|
||||
remotepasseval = get_secret("service", "smtp", "host", "mail.b12f.io", "user", "mail@b12f.io")
|
||||
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||
|
|
|
@ -74,6 +74,7 @@ in
|
|||
macro index <f3> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/b.baedorf@openproject.com.muttrc<enter><change-folder>!<enter>'
|
||||
macro index <f4> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/byb@miom.space.muttrc<enter><change-folder>!<enter>'
|
||||
macro index <f5> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/admins@pub.solar.muttrc<enter><change-folder>!<enter>'
|
||||
macro index <f6> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/mail@b12f.io.muttrc<enter><change-folder>!<enter>'
|
||||
'';
|
||||
xdg.configFile."mutt/hello@benjaminbaedorf.eu.muttrc".source = ./.config/mutt + "/hello@benjaminbaedorf.eu.muttrc";
|
||||
xdg.configFile."mutt/benjamin.baedorf@rwth-aachen.de.muttrc".source = ./.config/mutt + "/benjamin.baedorf@rwth-aachen.de.muttrc";
|
||||
|
@ -84,6 +85,8 @@ in
|
|||
xdg.configFile."mutt/byb@miom.space.signature".source = ./.config/mutt + "/byb@miom.space.signature";
|
||||
xdg.configFile."mutt/admins@pub.solar.muttrc".source = ./.config/mutt + "/admins@pub.solar.muttrc";
|
||||
xdg.configFile."mutt/admins@pub.solar.signature".source = ./.config/mutt + "/admins@pub.solar.signature";
|
||||
xdg.configFile."mutt/mail@b12f.io.muttrc".source = ./.config/mutt + "/mail@b12f.io.muttrc";
|
||||
xdg.configFile."mutt/mail@b12f.io.signature".source = ./.config/mutt + "/mail@b12f.io.signature";
|
||||
xdg.configFile."offlineimap/config".source = ./.config/offlineimap/config;
|
||||
xdg.configFile."msmtp/config".source = ./.config/msmtp/config;
|
||||
# xdg.configFile."wallpaper.jpg".source = ./assets/wallpaper.jpg;
|
||||
|
|
Loading…
Reference in a new issue