[Debian-NP-Commits] r96 - trunk/packages/debian-np/configs/np-mail-server/postfix
micah
debian-np-devel@lists.alioth.debian.org
Tue, 22 Jun 2004 17:27:05 -0600
Author: micah-guest
Date: Tue Jun 22 17:27:05 2004
New Revision: 96
Modified:
trunk/packages/debian-np/configs/np-mail-server/postfix/main.cf
Log:
Added smtpd_banner, the default from the debian package indicates that
the system is a debian system, from a security standpoint, I find it
better not to reveal the OS of the system if it can be helped, one
should discourage the ability of an attacker to profile the machine.
Modified: trunk/packages/debian-np/configs/np-mail-server/postfix/main.cf
==============================================================================
--- trunk/packages/debian-np/configs/np-mail-server/postfix/main.cf (original)
+++ trunk/packages/debian-np/configs/np-mail-server/postfix/main.cf Tue Jun 22 17:27:05 2004
@@ -43,6 +43,9 @@
myhostname = @@HOSTNAME@@
# mydomain = domain.tld
+# Banner
+smtpd_banner = $myhostname ESMTP
+
# mail comes from this machine unless specified
myorigin = $myhostname