0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 13, 2024 — Oct 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
test_dns: add ADSP and DMARC tests, see #14 More... over 11 years ago
add ADSP and DMARC records; see #14 More... over 11 years ago
DKIM: For the benefit of ADSP and DMARC (not yet impl), each sending domain should be its signing domain More... over 11 years ago
test_dns: properly test the non-primary domain of a box (for email addresses on domains besides PUBLIC_HOSTNAME) More... over 11 years ago
test_dns: handle case where a DNS record is missing (vs incorrect) More... over 11 years ago
merge: @PirosB3 and @pjz suggested using pjzz/phusion-baseimage as the base image for docker More... over 11 years ago
test_mail: gracefully handled when the server has no reverse DNS available More... over 11 years ago
missing wget dependency used by roundcube installation More... over 11 years ago
docker: don't start services ourself More... over 11 years ago
system.sh: make apt-get upgrade quieter More... over 11 years ago
docker: fix startup scripts for nsd and dovecot to run them in the foreground More... over 11 years ago
Merge branch 'better_docker' of https://github.com/pjz/mailinabox into pjz-better_docker More... over 11 years ago
docker: re-run the start script on the container's first run because it won't know its hostname or IP address until then More... over 11 years ago
don't ask the user to create an email account if the shell is non-interactive and provide a better default for the domain name More... over 11 years ago
dns: missing dependency on bc More... over 11 years ago
Better Dockerfile support More... over 11 years ago
docker: disable the ufw firewall because it is not supported in a docker container and produces a lot of error output (by reverting a510e08f9e3b2714019dc7832b1bd7b7eae4ba6c and setting an environment variable) More... over 11 years ago
docker: cleanup comments and make the installation of sshd quieter More... over 11 years ago
docker: add some example run commands for debugging a container or having it take over host ports More... over 11 years ago
docker: do ADD container/docker later on so that the Dockerfile can be updated and still reuse a cached image after the major setup steps are done More... over 11 years ago
docker: if container was launched with a tty start bash otherwise loop forever to keep the container going More... over 11 years ago
Merge pull request #47 from randallsquared/master More... over 11 years ago
don't reject alias-only domains More... over 11 years ago
ssl: there is no need to use -des3 in key generation if we're just going to remove the passphrase More... over 11 years ago
installing roundcube from debian would cause update from ubuntu later, now install from Ubuntu debs More... over 11 years ago
move the Dockerfile to the root to allow the working directory of the repo to be pushed inside the image (rather than inside the container getting a fresh mailinabox from github) so changes in the working copy can be tested in Docker quickly / without pushing to github More... over 11 years ago
add a bash function ufw_allow which calls 'ufw allow' but hides its totally useless output More... over 11 years ago
make a bash function to use everywhere we apt-get-install (`DEBIAN_FRONTEND=noninteractive apt-get -qq -y `) More... over 11 years ago
Merge pull request #45 from randallsquared/master More... over 11 years ago
Use STORAGE_ROOT in DSN More... over 11 years ago