From 1b697e0daa5631bd9423d00cf7f9aa0c42964148 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Wed, 7 Nov 2012 15:28:01 -0800 Subject: [PATCH] Update unix sample config --- etc/unix-sample.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/unix-sample.conf b/etc/unix-sample.conf index 33e9a0f..f42c2f2 100644 --- a/etc/unix-sample.conf +++ b/etc/unix-sample.conf @@ -20,11 +20,15 @@ level=INFO ip4.address=0.0.0.0 # IPv4 port to listen for SMTP connections on. -ip4.port=2500 +ip4.port=25 # used in SMTP greeting domain=inbucket.local +# optional: mail sent to accounts at this domain will not be stored, +# for mixed use (content and load testing) +#domain.nostore=bitbucket.local + # Maximum number of RCPT TO: addresses we allow from clients, the SMTP # RFC recommends this be at least 100. max.recipients=100 @@ -47,7 +51,7 @@ store.messages=true ip4.address=0.0.0.0 # IPv4 port to serve HTTP web interface on -ip4.port=9000 +ip4.port=80 # Name of web theme to use theme=integral