From: Christian Heller Date: Wed, 7 Oct 2015 01:08:23 +0000 (+0200) Subject: Make mail addresses in aliases explicit with forced domain name. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=7a1db4dea195b5f4df9550c53686ac3b82b26410 Make mail addresses in aliases explicit with forced domain name. --- diff --git a/systemfiles/aliases b/systemfiles/aliases index 9e35dd2..23662bc 100644 --- a/systemfiles/aliases +++ b/systemfiles/aliases @@ -2,16 +2,16 @@ # As per RFC 2142. -mailer-daemon: postmaster -postmaster: root -nobody: root -hostmaster: root -usenet: root -news: root -webmaster: root -www: root -ftp: root -abuse: root -noc: root -security: root -root: plom +mailer-daemon: postmaster@plomlompom +postmaster: root@plomlompom +nobody: root@plomlompom +hostmaster: root@plomlompom +usenet: root@plomlompom +news: root@plomlompom +webmaster: root@plomlompom +www: root@plomlompom +ftp: root@plomlompom +abuse: root@plomlompom +noc: root@plomlompom +security: root@plomlompom +root: plom@plomlompom