You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni 16cad24392 README hace 5 años
dovecot Updated dovecot hace 5 años
milter-sasl Updated milter-sasl hace 5 años
opendkim Updated opendkim hace 5 años
postfix Updated postfix hace 5 años
postfixadmin Updated postfixadmin hace 5 años
postgresql Updated postgres hace 5 años
.gitignore misc hace 5 años
README.md README hace 5 años
docker-compose.yml Updated docker-compose.yml hace 5 años
env Updated env hace 5 años

README.md

postfixadmin default admin: root@example.com:toor42

Upgrade 1.x.x => 2.x.x:

  • Move SSL certs to data/common/certs/{cert.pem,privkey.pem,chain.pem,fullchain.pem}
  • Visit postfixadmin/setup.php to upgrade database
docker-compose down
docker run --rm -v "$(pwd)/data/postgresql/data:/var/lib/postgresql/9.6/data" -v "$(pwd)/data/postgresql/data_new:/var/lib/postgresql/11/data" tianon/postgres-upgrade:9.6-to-11
mv data/postgresql/data data/postgresql/data_old
mv data/postgresql/data_new data/postgresql/data
docker-compose up --build -d