1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-06 11:27:18 +00:00

Server now writes raw smtp data to datastore. Does not yet create gob files.

This commit is contained in:
James Hillyerd
2012-10-07 22:05:07 -07:00
parent 9fa93acf0e
commit 6e8e0a300c
4 changed files with 145 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ results.pretty=true
server.watcher=true
smtpd.domain=skynet
smtpd.port=2500
datastore.path=/tmp/inbucket
log.trace.output = off
log.info.output = stderr
@@ -19,6 +20,7 @@ results.pretty=false
server.watcher=false
smtpd.domain=skynet
smtpd.port=2500
datastore.path=/tmp/inbucket
log.trace.output = off
log.info.output = off