aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd
diff options
context:
space:
mode:
authorgilles <gilles@poolp.org>2016-07-02 15:00:26 +0200
committergilles <gilles@poolp.org>2016-07-02 15:00:26 +0200
commit17accd654a929618c9a023a83d8952b1d34c68de (patch)
tree43f090823827f1bbfc4bd6c0bd118e2b9dcfb8e6 /smtpd
parentifdef SMTPD_VERSION so we can have better versions for snapshots (diff)
downloadOpenSMTPD-17accd654a929618c9a023a83d8952b1d34c68de.tar.xz
OpenSMTPD-17accd654a929618c9a023a83d8952b1d34c68de.zip
ahem, i can solve the problem differentlyopensmtpd-201607021503
Diffstat (limited to 'smtpd')
-rw-r--r--smtpd/smtpd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index bbb48fdd..2f266adf 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -52,9 +52,7 @@
#define SMTPD_QUEUE_EXPIRY (4 * 24 * 60 * 60)
#define SMTPD_SOCKET "/var/run/smtpd.sock"
#define SMTPD_NAME "OpenSMTPD"
-#ifndef SMTPD_VERSION
-#define SMTPD_VERSION "5.9.1"
-#endif
+#define SMTPD_VERSION "master"
#define SMTPD_SESSION_TIMEOUT 300
#define SMTPD_BACKLOG 5