1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Update unix sample config

This commit is contained in:
James Hillyerd
2012-11-07 15:28:01 -08:00
parent b8f2527b93
commit 1b697e0daa

View File

@@ -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