src

sauce
got clone ssh://anon@src.dalliard.ch/src
log | files | refs

commit 450bd61f010bdd0e1edce7f88c1f454db82e55da
parent 2077d6661364f975a9a24b0b8bcb8d09009d6511
author: nathanael <nathanael@dalliard.ch>
date:   Wed, 22 Oct 2025 11:34:27 +0000

s2: add forward rm aliases

diffstat:
As2/dotfiles/forward | 1+
Ms2/scripts/dotfiles.sh | 1+
Ms2/scripts/sysfiles.sh | 1-
Ds2/sysfiles/aliases | 103-------------------------------------------------------------------------------
4 files changed, 2 insertions(+), 104 deletions(-)

diff --git a/s2/dotfiles/forward b/s2/dotfiles/forward @@ -0,0 +1 @@ +nathanael@dalliard.ch diff --git a/s2/scripts/dotfiles.sh b/s2/scripts/dotfiles.sh @@ -12,4 +12,5 @@ ln -fs "$src/s1/dotfiles/exrc.local" "$HOME/.exrc.local" ln -fs "$src/s1/dotfiles/hushlogin" "$HOME/.hushlogin" ln -fs "$src/s1/dotfiles/profile.local" "$HOME/.profile.local" ln -fs "$src/s1/dotfiles/tmux.conf" "$HOME/.tmux.conf" +ln -fs "$src/s2/dotfiles/forward" "$HOME/.forward" ln -fs "$src/s2/dotfiles/shrc.local" "$HOME/.shrc.local" diff --git a/s2/scripts/sysfiles.sh b/s2/scripts/sysfiles.sh @@ -5,7 +5,6 @@ doas install -o root -g wheel -m 600 "$src/s2/sysfiles/pf.conf" "/etc/pf.conf" doas install -o root -g wheel -m 600 "$src/s2/sysfiles/relayd.conf" "/etc/relayd.conf" doas install -o root -g wheel -m 640 "$src/s2/sysfiles/doas.conf" "/etc/doas.conf" doas install -o root -g wheel -m 644 "$src/s2/sysfiles/acme-client.conf" "/etc/acme-client.conf" -doas install -o root -g wheel -m 644 "$src/s2/sysfiles/aliases" "/etc/mail/aliases" doas install -o root -g wheel -m 644 "$src/s2/sysfiles/daily.local" "/etc/daily.local" doas install -o root -g wheel -m 644 "$src/s2/sysfiles/gotd.conf" "/etc/gotd.conf" doas install -o root -g wheel -m 644 "$src/s2/sysfiles/httpd.conf" "/etc/httpd.conf" diff --git a/s2/sysfiles/aliases b/s2/sysfiles/aliases @@ -1,103 +0,0 @@ -# -# $OpenBSD: aliases,v 1.70 2022/06/28 18:46:01 claudio Exp $ -# -# Aliases in this file will NOT be expanded in the header from -# Mail, but WILL be visible over networks or from /usr/libexec/mail.local. -# -# >>>>>>>>>> The program "newaliases" must be run after -# >> NOTE >> this file is updated for any changes to -# >>>>>>>>>> show through to smtpd. -# - -# Basic system aliases -- these MUST be present -MAILER-DAEMON: postmaster -postmaster: root - -# General redirections for important pseudo accounts -daemon: root -ftp-bugs: root -operator: root -www: root - -# Redirections for pseudo accounts that should not receive mail -_bgpd: /dev/null -_bgplgd: /dev/null -_dhcp: /dev/null -_dpb: /dev/null -_dvmrpd: /dev/null -_eigrpd: /dev/null -_file: /dev/null -_fingerd: /dev/null -_ftp: /dev/null -_hostapd: /dev/null -_identd: /dev/null -_iked: /dev/null -_isakmpd: /dev/null -_iscsid: /dev/null -_ldapd: /dev/null -_ldpd: /dev/null -_mopd: /dev/null -_nsd: /dev/null -_ntp: /dev/null -_ospfd: /dev/null -_ospf6d: /dev/null -_pbuild: /dev/null -_pfetch: /dev/null -_pflogd: /dev/null -_ping: /dev/null -_pkgfetch: /dev/null -_pkguntar: /dev/null -_portmap: /dev/null -_ppp: /dev/null -_rad: /dev/null -_radiusd: /dev/null -_rbootd: /dev/null -_relayd: /dev/null -_ripd: /dev/null -_rstatd: /dev/null -_rusersd: /dev/null -_rwalld: /dev/null -_smtpd: /dev/null -_smtpq: /dev/null -_sndio: /dev/null -_snmpd: /dev/null -_spamd: /dev/null -_syslogd: /dev/null -_tcpdump: /dev/null -_traceroute: /dev/null -_tftpd: /dev/null -_unbound: /dev/null -_unwind: /dev/null -_vmd: /dev/null -_x11: /dev/null -_ypldap: /dev/null -bin: /dev/null -build: /dev/null -nobody: /dev/null -_tftp_proxy: /dev/null -_ftp_proxy: /dev/null -_sndiop: /dev/null -_syspatch: /dev/null -_slaacd: /dev/null -sshd: /dev/null - -# Well-known aliases -- these should be filled in! -root: nathanael -# manager: -# dumper: - -# RFC 2142: NETWORK OPERATIONS MAILBOX NAMES -abuse: root -# noc: root -security: root - -# RFC 2142: SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES -# hostmaster: root -# usenet: root -# news: usenet -# webmaster: root -# ftp: root - -_pfbadhost: root - -nathanael: nathanael@dalliard.ch