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

67 Commits

Author SHA1 Message Date
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
James Hillyerd
24e74936b7 provide redhat init script + config 2012-10-31 18:00:26 -07:00
James Hillyerd
ec58e79874 Add store.messages option for SMTP load testing 2012-10-27 17:33:37 -07:00
James Hillyerd
a4ad7b13cc Wire in retention
- Update README
- Add retention metrics
- Start retention scanner if configured
2012-10-26 13:38:59 -07:00
James Hillyerd
45e1995d17 Begin work on message retention
- Refactor datastore such that we have a FileDataStore that implements
  the DataStore interface.
- Add in missing SMTP configuration options: max recips, max idle, max
  message size
- Add retention options to config
2012-10-25 18:06:29 -07:00
James Hillyerd
16a68000d3 Make log level configurable 2012-10-22 18:07:16 -07:00
James Hillyerd
db0d553f5d Package reorg part 3
- binary "inbucketd" is now "inbucket"
 - renamed "conf" to "etc" so it doesn't get confused with "config" pacakge dir
2012-10-22 15:57:05 -07:00