summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbsd/blowfish.buetow.org/etc/mail/aliases6
-rw-r--r--openbsd/blowfish.buetow.org/etc/mail/smtpd.conf17
-rw-r--r--openbsd/blowfish.buetow.org/etc/mail/virtualdomains9
-rw-r--r--openbsd/blowfish.buetow.org/etc/mail/virtualusers2
-rw-r--r--openbsd/blowfish.buetow.org/etc/tmux.conf1
5 files changed, 33 insertions, 2 deletions
diff --git a/openbsd/blowfish.buetow.org/etc/mail/aliases b/openbsd/blowfish.buetow.org/etc/mail/aliases
index 1605f67..91bf1d0 100644
--- a/openbsd/blowfish.buetow.org/etc/mail/aliases
+++ b/openbsd/blowfish.buetow.org/etc/mail/aliases
@@ -18,6 +18,7 @@ daemon: root
ftp-bugs: root
operator: root
www: root
+admin: root
# Redirections for pseudo accounts that should not receive mail
_bgpd: /dev/null
@@ -82,7 +83,7 @@ _slaacd: /dev/null
sshd: /dev/null
# Well-known aliases -- these should be filled in!
-root: server@mx.buetow.org
+root: paul
manager: root
dumper: root
@@ -97,3 +98,6 @@ hostmaster: root
# news: usenet
webmaster: root
# ftp: root
+
+paul: paul.buetow@protonmail.com
+albena: albena.buetow@protonmail.com
diff --git a/openbsd/blowfish.buetow.org/etc/mail/smtpd.conf b/openbsd/blowfish.buetow.org/etc/mail/smtpd.conf
new file mode 100644
index 0000000..e921004
--- /dev/null
+++ b/openbsd/blowfish.buetow.org/etc/mail/smtpd.conf
@@ -0,0 +1,17 @@
+# This is the smtpd server system-wide configuration file.
+# See smtpd.conf(5) for more information.
+
+table aliases file:/etc/mail/aliases
+table virtualdomains file:/etc/mail/virtualdomains
+table virtualusers file:/etc/mail/virtualusers
+
+listen on socket
+listen on all
+
+action localmail mbox alias <aliases>
+action receive mbox virtual <virtualusers>
+action outbound relay
+
+match from any for domain <virtualdomains> action receive
+match from local for local action localmail
+match from local for any action outbound
diff --git a/openbsd/blowfish.buetow.org/etc/mail/virtualdomains b/openbsd/blowfish.buetow.org/etc/mail/virtualdomains
new file mode 100644
index 0000000..53f70a3
--- /dev/null
+++ b/openbsd/blowfish.buetow.org/etc/mail/virtualdomains
@@ -0,0 +1,9 @@
+buetow.org
+mx.buetow.org
+de.buetow.org
+bg.buetow.org
+uk.buetow.org
+us.buetow.org
+es.buetow.org
+snonux.de
+dtail.dev
diff --git a/openbsd/blowfish.buetow.org/etc/mail/virtualusers b/openbsd/blowfish.buetow.org/etc/mail/virtualusers
new file mode 100644
index 0000000..5ae0b24
--- /dev/null
+++ b/openbsd/blowfish.buetow.org/etc/mail/virtualusers
@@ -0,0 +1,2 @@
+albena@buetow.org albena.buetow@protonmail.com
+@ paul.buetow@protonmail.com
diff --git a/openbsd/blowfish.buetow.org/etc/tmux.conf b/openbsd/blowfish.buetow.org/etc/tmux.conf
index 555e4b8..1449326 100644
--- a/openbsd/blowfish.buetow.org/etc/tmux.conf
+++ b/openbsd/blowfish.buetow.org/etc/tmux.conf
@@ -18,7 +18,6 @@ bind-key L resize-pane -R 5
bind-key b break-pane -d
bind-key c new-window -c '#{pane_current_path}'
-bind-key F new-window -n "session-switcher" "tmux list-sessions | fzf | cut -d: -f1 | xargs tmux switch-client -t"
bind-key p setw synchronize-panes off
bind-key P setw synchronize-panes on
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"