feat: add verkstedt and ehex mail config
This commit is contained in:
parent
8e98d807cb
commit
08f77c4641
|
@ -29,7 +29,7 @@ account byb@miom.space
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
account admins@pub.solar
|
account admins@pub.solar
|
||||||
host mail.greenbaum.cloud
|
host mail.greenbaum.zone
|
||||||
port 587
|
port 587
|
||||||
protocol smtp
|
protocol smtp
|
||||||
auth on
|
auth on
|
||||||
|
@ -39,7 +39,7 @@ account admins@pub.solar
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
account crew@pub.solar
|
account crew@pub.solar
|
||||||
host mail.greenbaum.cloud
|
host mail.greenbaum.zone
|
||||||
port 587
|
port 587
|
||||||
protocol smtp
|
protocol smtp
|
||||||
auth on
|
auth on
|
||||||
|
@ -58,5 +58,25 @@ account mail@b12f.io
|
||||||
tls on
|
tls on
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
|
account benjamin.yule.baedorf@verkstedt.com
|
||||||
|
host smtp.gmail.com
|
||||||
|
port 587
|
||||||
|
protocol smtp
|
||||||
|
auth on
|
||||||
|
from benjamin.yule.baedorf@verkstedt.com
|
||||||
|
user benjamin.yule.baedorf@verkstedt.com
|
||||||
|
tls on
|
||||||
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
|
account benjamin-yule.baedorf@ext.ehealthexperts.de
|
||||||
|
host smtp.mailbox.org
|
||||||
|
port 587
|
||||||
|
protocol smtp
|
||||||
|
auth on
|
||||||
|
from benjamin-yule.baedorf@ext.ehealthexperts.de
|
||||||
|
user benjamin-yule.baedorf@ext.ehealthexperts.de
|
||||||
|
tls on
|
||||||
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
|
|
||||||
account default : hello@benjaminbaedorf.eu
|
account default : hello@benjaminbaedorf.eu
|
||||||
|
|
|
@ -4,6 +4,8 @@ set from = "pub.solar Admins <admins@pub.solar>"
|
||||||
set sendmail = "msmtp -a admins@pub.solar"
|
set sendmail = "msmtp -a admins@pub.solar"
|
||||||
set signature = "~/.config/mutt/admins@pub.solar.signature"
|
set signature = "~/.config/mutt/admins@pub.solar.signature"
|
||||||
|
|
||||||
|
set pgp_default_key="8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3"
|
||||||
|
|
||||||
set mbox_type = Maildir
|
set mbox_type = Maildir
|
||||||
set folder = ~/Mail
|
set folder = ~/Mail
|
||||||
set spoolfile = "+admins\@pub.solar/INBOX"
|
set spoolfile = "+admins\@pub.solar/INBOX"
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
# vim: filetype=muttrc
|
||||||
|
|
||||||
|
set from = "Yule Bädorf <benjamin-yule.baedorf@ext.ehealthexperts.de>"
|
||||||
|
set sendmail = "msmtp -a benjamin-yule.baedorf@ext.ehealthexperts.de"
|
||||||
|
set signature = "~/.config/mutt/benjamin-yule.baedorf@ext.ehealthexperts.de.signature"
|
||||||
|
|
||||||
|
set pgp_default_key="8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3"
|
||||||
|
|
||||||
|
set imap_user = benjamin-yule.baedorf@ext.ehealthexperts.de
|
||||||
|
set imap_pass = `secret-tool lookup service smtp host smtp.mailbox.org user benjamin-yule.baedorf@ext.ehealthexperts.de`
|
||||||
|
|
||||||
|
set folder = imaps://imap.mailbox.org:993
|
||||||
|
|
||||||
|
set spoolfile = "+INBOX"
|
||||||
|
set postponed = "+Drafts"
|
||||||
|
set record = "+Sent"
|
||||||
|
set trash = "+Trash"
|
||||||
|
mbox-hook = "+Archive"
|
||||||
|
unmailboxes *
|
||||||
|
mailboxes +INBOX \
|
||||||
|
+Drafts \
|
||||||
|
+Sent \
|
||||||
|
+Archive \
|
||||||
|
+Trash
|
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
Yule Bädorf (they/them)
|
||||||
|
external Software Engineer
|
||||||
|
|
||||||
|
MAIL: benjamin-yule.baedorf@ext.ehealthexperts.de
|
||||||
|
GPG: 4332 E0D0 2B21 4D31 376C 366E 4406 E80E 13CD 656C
|
|
@ -0,0 +1,32 @@
|
||||||
|
# vim: filetype=muttrc
|
||||||
|
|
||||||
|
set from = "Yule Bädorf <benjamin.yule.baedorf@verkstedt.com>"
|
||||||
|
set sendmail = "msmtp -a benjamin.yule.baedorf@verkstedt.com"
|
||||||
|
set signature = "~/.config/mutt/benjamin.yule.baedorf@verkstedt.com.signature"
|
||||||
|
|
||||||
|
set pgp_default_key="8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3"
|
||||||
|
|
||||||
|
set imap_user = benjamin.yule.baedorf@verkstedt.com
|
||||||
|
set imap_pass = `secret-tool lookup service smtp host smtp.gmail.com user benjamin.yule.baedorf@verkstedt.com`
|
||||||
|
|
||||||
|
# My mailboxes
|
||||||
|
set folder = "imaps://imap.gmail.com:993"
|
||||||
|
set spoolfile = "+INBOX"
|
||||||
|
set postponed = "+[Gmail]/Drafts"
|
||||||
|
|
||||||
|
set folder = imaps://imap.mailbox.org:993
|
||||||
|
|
||||||
|
set spoolfile = "+INBOX"
|
||||||
|
set postponed = "+Drafts"
|
||||||
|
set record = "+Sent"
|
||||||
|
set trash = "+Trash"
|
||||||
|
mbox-hook = "+Archive"
|
||||||
|
unmailboxes *
|
||||||
|
mailboxes +INBOX \
|
||||||
|
+Drafts \
|
||||||
|
+Sent \
|
||||||
|
+Archive \
|
||||||
|
+Trash
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
Yule Bädorf (they/them)
|
||||||
|
Software Engineer
|
||||||
|
|
||||||
|
MAIL: benjamin.yule.baedorf@verkstedt.com
|
||||||
|
GPG: 4332 E0D0 2B21 4D31 376C 366E 4406 E80E 13CD 656C
|
|
@ -4,6 +4,8 @@ set from = "pub.solar crew <crew@pub.solar>"
|
||||||
set sendmail = "msmtp -a crew@pub.solar"
|
set sendmail = "msmtp -a crew@pub.solar"
|
||||||
set signature = "~/.config/mutt/crew@pub.solar.signature"
|
set signature = "~/.config/mutt/crew@pub.solar.signature"
|
||||||
|
|
||||||
|
set pgp_default_key="8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3"
|
||||||
|
|
||||||
set mbox_type = Maildir
|
set mbox_type = Maildir
|
||||||
set folder = ~/Mail
|
set folder = ~/Mail
|
||||||
set spoolfile = "+crew\@pub.solar/INBOX"
|
set spoolfile = "+crew\@pub.solar/INBOX"
|
||||||
|
|
|
@ -36,6 +36,8 @@ in {
|
||||||
macro index <f4> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/mail@b12f.io.muttrc<enter><change-folder>!<enter>'
|
macro index <f4> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/mail@b12f.io.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 <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/crew@pub.solar.muttrc<enter><change-folder>!<enter>'
|
macro index <f6> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/crew@pub.solar.muttrc<enter><change-folder>!<enter>'
|
||||||
|
macro index <f7> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/benjamin.yule.baedorf@verkstedt.com.muttrc<enter><change-folder>!<enter>'
|
||||||
|
macro index <f8> '<sync-mailbox><enter-command>source $XDG_CONFIG_HOME/mutt/benjamin-yule.baedorf@ext.ehealthexperts.de.muttrc<enter><change-folder>!<enter>'
|
||||||
'';
|
'';
|
||||||
xdg.configFile."mutt/hello@benjaminbaedorf.eu.muttrc".source = ./.config/mutt + "/hello@benjaminbaedorf.eu.muttrc";
|
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";
|
xdg.configFile."mutt/benjamin.baedorf@rwth-aachen.de.muttrc".source = ./.config/mutt + "/benjamin.baedorf@rwth-aachen.de.muttrc";
|
||||||
|
@ -48,6 +50,10 @@ in {
|
||||||
xdg.configFile."mutt/admins@pub.solar.signature".source = ./.config/mutt + "/admins@pub.solar.signature";
|
xdg.configFile."mutt/admins@pub.solar.signature".source = ./.config/mutt + "/admins@pub.solar.signature";
|
||||||
xdg.configFile."mutt/crew@pub.solar.muttrc".source = ./.config/mutt + "/crew@pub.solar.muttrc";
|
xdg.configFile."mutt/crew@pub.solar.muttrc".source = ./.config/mutt + "/crew@pub.solar.muttrc";
|
||||||
xdg.configFile."mutt/crew@pub.solar.signature".source = ./.config/mutt + "/crew@pub.solar.signature";
|
xdg.configFile."mutt/crew@pub.solar.signature".source = ./.config/mutt + "/crew@pub.solar.signature";
|
||||||
|
xdg.configFile."mutt/benjamin.yule.baedorf@verkstedt.com.muttrc".source = ./.config/mutt + "/benjamin.yule.baedorf@verkstedt.com.muttrc";
|
||||||
|
xdg.configFile."mutt/benjamin.yule.baedorf@verkstedt.com.signature".source = ./.config/mutt + "/benjamin.yule.baedorf@verkstedt.com.signature";
|
||||||
|
xdg.configFile."mutt/benjamin-yule.baedorf@ext.ehealthexperts.de.muttrc".source = ./.config/mutt + "/benjamin-yule.baedorf@ext.ehealthexperts.de.muttrc";
|
||||||
|
xdg.configFile."mutt/benjamin-yule.baedorf@ext.ehealthexperts.de.signature".source = ./.config/mutt + "/benjamin-yule.baedorf@ext.ehealthexperts.de.signature";
|
||||||
xdg.configFile."offlineimap/config".source = ./.config/offlineimap/config;
|
xdg.configFile."offlineimap/config".source = ./.config/offlineimap/config;
|
||||||
xdg.configFile."msmtp/config".source = ./.config/msmtp/config;
|
xdg.configFile."msmtp/config".source = ./.config/msmtp/config;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue