From 9da2bef560e2f7c22153f8232e929efe4bf39e88 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 20 Dec 2016 17:29:50 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- ssmtp/ssmtp.conf | 6 +++--- systemd/journald.conf | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ssmtp/ssmtp.conf b/ssmtp/ssmtp.conf index 75900b2..d6f0a57 100644 --- a/ssmtp/ssmtp.conf +++ b/ssmtp/ssmtp.conf @@ -4,7 +4,7 @@ # The person who gets all mail for userids < MinUserId # Make this empty to disable rewriting. -root=postmaster +root=frank.brehm@pixelpark.com # All mail delivered to userid >= MinUserId goes to user, not root. #MinUserId=1000 @@ -12,7 +12,7 @@ root=postmaster # The place where the mail goes. The actual machine name is required # no MX records are consulted. Commonly mailhosts are named mail.domain.com # The example will fit if you are in domain.com and your mailhub is so named. -mailhub=mail +mailhub=mail02.pixelpark.com # Example for SMTP port number 2525 # mailhub=mail.your.domain:2525 @@ -37,7 +37,7 @@ mailhub=mail #FromLineOverride=YES # Use SSL/TLS to send secure messages to server. -#UseTLS=YES +UseTLS=YES # Use SSL/TLS certificate to authenticate against smtp host. #UseTLSCert=YES diff --git a/systemd/journald.conf b/systemd/journald.conf index 47eefe9..2e34451 100644 --- a/systemd/journald.conf +++ b/systemd/journald.conf @@ -28,6 +28,7 @@ #MaxRetentionSec= #MaxFileSec=1month #ForwardToSyslog=no +ForwardToSyslog=yes #ForwardToKMsg=no #ForwardToConsole=no #ForwardToWall=yes -- 2.39.5