commit aa1a84a44c839a959f397affb66b15a11c888f6b parent 30a6bdc06d20ec08f27b7c708856a433f95e6003 Author: decentral1se <decentral1se@web> Date: Wed, 1 Apr 2026 15:42:18 +0200 docs: introspect Diffstat:
| M | eik.mdwn | | | 13 | ++++++++++++- |
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/eik.mdwn b/eik.mdwn @@ -178,4 +178,15 @@ The restic user on eik has a nightly cron configured to run a full system backup smtp relay ---------- -We are following the [LURK priort art](https://things.bleu255.com/runyourown/Postfix_Relay) with a postfix relay. All services on eik can make use of this for "noreply" functionality. Please first check in the Toolshed group if that's OK. LURK want to keep a clean sheet with their mail server address and avoid problems with spam and block listing. +We are following the [LURK priort art](https://things.bleu255.com/runyourown/Postfix_Relay) with a postfix relay configured as a "satellite system". All services on eik can make use of this for "noreply" functionality. Please first check in the Toolshed group if that's OK. LURK want to keep a clean sheet with their mail server address and avoid problems with spam and block listing. + +Some handy commands for introspecting the mail system. + + mail # read mails on local account + tail -f /var/log/mail.log # postfix logs + +You need to `systemctl restart postfix` when you update the `main.cf`. + +You cand send a test mail with the following: + + echo "Subject: test from eik" | /usr/sbin/sendmail -v some@where.nice