James Hillyerd
23dc357202
etc: Add dev-start.sh script for #86
2018-03-25 16:16:06 -07:00
James Hillyerd
86c8ccf9ea
docker: Update for environment config for #86
...
- Change to default ports (less surprising)
- Drop `/con/` volume naming, never caught on
2018-03-25 15:39:04 -07:00
James Hillyerd
ce2339ee9c
conf: Delete obsolete config files for #86
2018-03-25 14:30:34 -07:00
James Hillyerd
1f56e06fb9
docker: fix build for #79
...
- Build with Go 1.10
- install.sh: git fetch fails with ssh remotes, removed
2018-03-10 12:45:56 -08:00
James Hillyerd
de75b778c0
Only deploy with one version of Go
2017-12-24 13:37:47 -08:00
James Hillyerd
f4fadd7e44
Docker version will now fall back to commit if no tag
2017-12-18 19:12:47 -08:00
James Hillyerd
28b40eb94d
Fetch tags during docker build
2017-12-18 19:12:32 -08:00
James Hillyerd
0f67e51e56
Fix version & date in Docker containers for #64
2017-12-18 19:11:08 -08:00
James Hillyerd
e6f95c9367
Make @inbucket prompt configurable, closes #31
2017-01-28 17:27:50 -08:00
James Hillyerd
9ae428ca44
Make monitor configurable for #44
2017-01-21 20:23:04 -08:00
James Hillyerd
61c6e7c2e9
Create systemd service unit file for #47
...
- Switch ubuntu from upstart to systemd
- Switch redhat from init.d to systemd
2017-01-05 05:29:21 +00:00
James Hillyerd
01ea89e7e2
Multi-recipient swaks test
...
- Add a multi-recipient test to run-tests.sh
- Removal accidental output of jq binary location when pretty-printing REST JSON
- Add To: change to CHANGELOG.md
- Fix comment typo
2016-09-18 17:48:21 -07:00
James Hillyerd
9821095977
Move homebrew to its own tap repository.
2016-03-21 20:08:31 -07:00
James Hillyerd
c421e4e0eb
First attempt at a homebrew formula
2016-03-11 18:31:53 -08:00
James Hillyerd
0068937d58
Add homebrew specific inbucket.conf
2016-03-08 23:11:03 -08:00
James Hillyerd
bbfdd4216f
Session cookie key is now configurable
...
- Added [web] cookie.auth.key to configuration
- Inbucket generates a random key if none is configured
- Added [default] default.domain to be reference by SMTP and POP3
configs
- Updated default/sample config files
2016-02-27 15:43:44 -08:00
James Hillyerd
f36e21a65c
REST APIv1 now uses lowercase JSON property names
...
- Updated rest-apiv1.sh to pretty print JSON with jq if available
- Fixed some missing checks on JSON testutils
2016-02-25 19:21:47 -08:00
James Hillyerd
b9535c126c
Implement REST API v1
...
- Add rest package with REST-only controller, tests
- Remove individual shell scripts in favor of rest-apivh1.sh
2016-02-25 14:42:10 -08:00
James Hillyerd
f996fa2ae7
Docker best practices
...
- Install and remove OS and Go build deps in a single layer
- Use COPY instead of ADD
- WORKDIR now resolves ENV variables, use one
- Use VOLUMES for configuration and datastore
- Added launcher script start-inbucket.sh
- Made docker-run.sh more powerful
2016-02-23 22:09:39 -08:00
James Hillyerd
9fafbf73d0
Dockerfile now builds from golang:1.6-alpine
2016-02-22 21:10:48 -08:00
James Hillyerd
a2606a14f6
Update default greeting.html files
2016-02-22 20:11:39 -08:00
James Hillyerd
e6b7e335cb
Follow meta-linter recommendations for all of Inbucket
...
- Rename BUILD_DATE to BUILDDATE in goxc
- Update travis config
- Follow linter recommendations for inbucket.go
- Follow linter recommendations for config package
- Follow linter recommendations for log package
- Follow linter recommendations for pop3d package
- Follow linter recommendations for smtpd package
- Follow linter recommendations for web package
- Fix Id -> ID in templates
- Add shebang to REST demo scripts
- Add or refine many comments
2016-02-22 00:16:45 -08:00
James Hillyerd
3b0d17867e
Docker updates
...
- Build from official golang image
- Modernize docker build script
- Remove sudo from docker-run.sh, relocate
2015-08-23 23:39:07 -07:00
James Hillyerd
4d8aa340ff
Make replace integral with bootstrap as default theme
2015-08-23 21:57:29 -07:00
James Hillyerd
f48704b6a6
Bootstrap navbar and message list
2015-08-16 23:05:13 -07:00
James Hillyerd
9ca1711252
Update website links
2014-05-25 21:51:55 -07:00
James Hillyerd
bb398498d4
More Docker work
...
- Dockerfile now builds Inbucket inside the container
- Add starter inbucket.conf for Docker
- Add install.sh to build inbucket inside container
- Add customized greeting.html for Docker
2014-05-25 16:10:05 -07:00
James Hillyerd
9ebdb06a7a
Fix typo in comment
2014-05-25 13:44:08 -07:00
James Hillyerd
428dc6a286
README and Travis CI tweaks
...
- Update links to RedHat & Ubuntu install guides
- Travis CI now tests against Go 1.2 and tip
2014-05-09 19:14:10 -07:00
Hotei
dcb6a6f845
Update README
2014-05-05 22:13:33 -04:00
Hotei
7433e9ac36
Update inbucket.conf
...
Remove duped mailbox.message.cap= setting
2014-05-05 22:06:16 -04:00
James Hillyerd
46fa714cc7
Add configurable mailbox message cap
...
- Add new configuration option [datastore]mailbox.message.cap
- Modify filestore to enforce message cap if value > 0
- Filestore unit tests for message cap when enabled & disabled
- Change to DataStore.Mailbox.NewMessage() interface to allow error
return
2013-11-12 10:42:39 -08:00
James Hillyerd
414ed44882
Refactoring to support REST unit tests
2013-11-11 10:50:41 -08:00
James Hillyerd
3ddeb13a82
Add a REST response for MailboxShow
2013-10-16 17:09:54 -07:00
James Hillyerd
1e85699ccf
Add REST call for purging an entire mailbox
2013-10-14 15:35:09 -07:00
James Hillyerd
b7e1dbb418
goxc changes
...
Reorganize stuff in bin dir to other places, or delete it
Only build amd64 binaries to reduce bintray space usage
2013-10-13 20:32:59 -07:00
James Hillyerd
97a2016177
Add customizable greeting to index page
...
Allow an organization to copy the greeting.html file out of the themes
directory, customize it, then point the greeting.file config option at
it so that it will survive Inbucket upgrades.
2013-10-10 14:04:22 -07:00
James Hillyerd
aa7b760385
POP3 is working
...
Added pop3.domain config option (for APOP greeting)
Implemented CAPA command
Implemented APOP "encrypted" authorization
Updated all sample config files to include [pop3] section
Closes #8
2013-09-12 22:07:24 -07:00
James Hillyerd
338698d461
Add empty shell of POP3 server
2013-09-09 15:51:26 -07:00
James Hillyerd
d7965e0eaa
Ubuntu etc files
...
- Point RedHat README to website
- Add ubuntu upstart, logrotate configs
2012-11-17 14:49:40 -08:00
James Hillyerd
5214f30f87
Add Windows config
...
- Dist building powershell script
- Sample config
- Simple .bat launcher
2012-11-12 20:36:27 -08:00
James Hillyerd
2974e7c64e
Add a redhat6 readme
2012-11-07 15:39:16 -08:00
James Hillyerd
1b697e0daa
Update unix sample config
2012-11-07 15:28:01 -08:00
James Hillyerd
b8f2527b93
Mixed use support
...
You can now optionally configure a "no store" domain. When inbucket
receives a message destined for a user at that domain, it will accept
the message but not store it to disk. This allows the same instance
of Inbucket to be shared by people who wish to view email content and
those who want to load test.
2012-11-07 15:26:15 -08:00
James Hillyerd
a246be6e5f
Allow use of privileged ports in init script
2012-11-06 09:45:47 -08:00
James Hillyerd
5fe57f2e3f
Merge branch 'master' of https://github.com/jhillyerd/inbucket
2012-11-06 09:33:36 -08:00
James Hillyerd
1da98a9f7e
Attachment display & downloading!
2012-11-05 21:35:34 -08:00
James Hillyerd
7145249d65
Add a sample Apache vhost config
2012-11-05 13:53:24 -08:00
James Hillyerd
09b8534b9b
Add redhat init reload & logrotate config
2012-11-05 13:43:54 -08:00
James Hillyerd
8361fa6b6e
Dist scripts...
...
- Add files to tarball as root/root
- Move redhat-init script to etc/redhat-el6 so it's included in dist tarball
2012-11-05 09:33:27 -08:00